summaryrefslogtreecommitdiffstats
path: root/crypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-0/+2
* X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb2021-01-201-6/+11
* ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb2021-01-201-4/+3
* Update copyright years of auto-generated headers (make update)Dr. David von Oheimb2021-01-041-1/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-204-11/+1
* Fix 'no-deprecated'Richard Levitte2020-12-191-8/+7
* Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell2020-12-081-0/+16
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-082-0/+20
* remove unused assignmentsPauli2020-12-032-5/+1
* remove unused return value assignmentsPauli2020-12-031-1/+1
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-2/+1
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-2/+8
* X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb2020-11-271-2/+23
* Update copyright yearMatt Caswell2020-11-2623-23/+23
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Deprecate RSA harderRichard Levitte2020-11-183-2/+11
* REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius2020-11-161-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-134-24/+17
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1342-321/+300
* Adapt libcrypto functionality to specify the desired output structureRichard Levitte2020-11-115-127/+126
* Add easy to digest selector macros for EVP_PKEYsRichard Levitte2020-10-301-3/+1
* Update copyright yearMatt Caswell2020-10-154-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-155-6/+7
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-1/+1
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-152-0/+64
* Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte2020-10-101-23/+9
* Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius2020-10-081-2/+11
* Run the withlibctx.pl scriptMatt Caswell2020-10-015-31/+27
* ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-201-3/+5
* Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin2020-09-201-0/+2
* Fix safestack issues in conf.hMatt Caswell2020-09-133-5/+0
* Fix safestack issues in bio.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1t.hMatt Caswell2020-09-133-6/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-135-7/+0
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-20/+88
* ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte2020-09-031-1/+1
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-033-3/+5
* ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions doRichard Levitte2020-09-031-2/+1
* Delete unused PKEY MAC filesMatt Caswell2020-08-291-10/+0
* Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributesDmitry Belyavskiy2020-08-261-1/+2
* Fix coverity CID #1465531 - Negative return passed to a function param using ...Shane Lontis2020-08-241-1/+1
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-7/+7
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-214-45/+58
* Add libctx to SMIME ASN1Shane Lontis2020-08-091-19/+36
* Coverity Fixes for issue #12531Norman Ashley2020-08-041-1/+6
* Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell2020-08-011-1/+5
* Add X509 related libctx changes.Shane Lontis2020-07-241-8/+32
* deprecate engines in libcryptoPauli2020-07-162-0/+6
* Remove whitespace from 'white space'haykam8212020-06-191-2/+2