summaryrefslogtreecommitdiffstats
path: root/include/crypto/x509.h
AgeCommit message (Expand)Author
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-19Make ossl_d2i_PUBKEY_legacy() completely libcrypto internalRichard Levitte
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_v3 symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-02-24X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY
2021-01-28Update copyright yearRichard Levitte
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2020-12-04Fix x509_crl propq so that it uses a copyShane Lontis
2020-12-04Fix X509 propq so it does not use referencesShane Lontis
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb
2020-08-24STORE: Modify to support loading with provider based loadersRichard Levitte
2020-08-21Add prerequisite #include directives to include/crypto/x509.hDr. David von Oheimb
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-09Add internal method x509_set0_libctx().Shane Lontis
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell
2020-04-08Add X509_STORE_CTX_new_with_libctx()Matt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre