aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-303-21/+70
* asn1_lib.c: ASN1_put_object: Remove comment about "class 0".Scott McPeak2021-04-291-1/+1
* ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuseRichard Levitte2021-04-271-5/+8
* Update copyright yearMatt Caswell2021-04-227-7/+7
* ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb2021-04-213-14/+27
* tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb2021-04-211-19/+29
* asn1: fix indentationPauli2021-04-211-2/+2
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-182-2/+2
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-167-2/+17
* crypto: raise error on malloc failureFdaSilvaYY2021-04-145-14/+27
* d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...Dr. David von Oheimb2021-04-081-1/+1
* d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb2021-04-081-7/+12
* Update copyright yearMatt Caswell2021-04-0821-21/+21
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-0/+1
* Disallow ASN.1 enumerated types to be treated as strings.Pauli2021-04-071-1/+1
* Ensure that the negative flag is correct set for ASN1 integer types.Pauli2021-04-071-2/+4
* Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli2021-04-072-4/+11
* Add a local perl module to get year last changedRich Salz2021-03-311-2/+6
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-2/+2
* ASN1: Reset the content dump flag after dumpingRichard Levitte2021-03-211-0/+1
* Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte2021-03-191-5/+5
* Add ossl_asn1 symbolsShane Lontis2021-03-1820-190/+196
* ASN1: check the Unicode code point range in ASN1_mbstring_copy()Beat Bolli2021-03-181-3/+13
* ASN1: limit the Unicode code point range in UTF8_getc() and UTF8_putc()Beat Bolli2021-03-181-63/+12
* Update copyright yearMatt Caswell2021-03-112-2/+2
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper lengthRichard Levitte2021-02-271-4/+10
* Modify i2d_PublicKey() so it can get an EC public key as a blobRichard Levitte2021-02-271-11/+29
* Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk2021-02-261-0/+2
* Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.Shane Lontis2021-02-231-5/+79
* Fix merge problem in d2i_PrivateKey_exShane Lontis2021-02-191-3/+3
* Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis2021-02-191-49/+51
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* 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