summaryrefslogtreecommitdiffstats
path: root/include/crypto/asn1.h
AgeCommit message (Expand)Author
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell
2021-06-02asn.1: remove TODOsPauli
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY
2021-01-28Update copyright yearRichard Levitte
2021-01-20X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-08-29Delete unused PKEY MAC filesMatt Caswell
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2019-10-17PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre