summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2021-01-20ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-19Fix 'no-deprecated'Richard Levitte
2020-12-08Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell
2020-12-03remove unused assignmentsPauli
2020-12-03remove unused return value assignmentsPauli
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11Adapt libcrypto functionality to specify the desired output structureRichard Levitte
2020-10-30Add easy to digest selector macros for EVP_PKEYsRichard Levitte
2020-10-15Update copyright yearMatt Caswell
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-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-20ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-13Fix safestack issues in asn1t.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-03ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-09-03ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions doRichard Levitte
2020-08-29Delete unused PKEY MAC filesMatt Caswell
2020-08-26Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributesDmitry Belyavskiy
2020-08-24Fix coverity CID #1465531 - Negative return passed to a function param using ...Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-09Add libctx to SMIME ASN1Shane Lontis
2020-08-04Coverity Fixes for issue #12531Norman Ashley
2020-08-01Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16deprecate engines in libcryptoPauli
2020-06-19Remove whitespace from 'white space'haykam821
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-05-12Fix d2i_PrivateKey_ex() to work as documentedRichard Levitte