summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-09-01Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz
2021-08-24Update copyright yearMatt Caswell
2021-08-24Allow fuzz builds to detect string overrunsMatt Caswell
2021-08-24Fix NETSCAPE_SPKI_print function to not assume NUL terminated stringsMatt Caswell
2021-08-13Revert "ASN.1: Refuse to encode to DER if non-optional items are missing"Tomas Mraz
2021-08-13Revert "make update (adds a new function code)"Tomas Mraz
2021-07-10make update (adds a new function code)Richard Levitte
2021-07-10ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte
2021-07-08Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-05-14check i2d_ASN1_TYPE return valuebonniegong
2021-05-13Try to parse private key as PKCS#8 first, fallback afterwardsDmitry Belyavskiy
2021-04-27ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuseRichard Levitte
2021-03-25Update copyright yearMatt Caswell
2021-03-21ASN1: Reset the content dump flag after dumpingRichard Levitte
2021-02-26Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-08Update copyright yearMatt Caswell
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-09-22Update copyright yearMatt Caswell
2020-09-07Coverity FixesShane Lontis
2020-05-20Fix d2i_PrivateKey() to work as documentedRichard Levitte
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-21Update copyright yearMatt Caswell
2020-04-08Integer overflow in ASN1_STRING_set.Pauli
2020-03-17Update copyright yearMatt Caswell
2020-02-12Forgotten GOST2012 support in non-vital placesNikolay Morozov
2020-01-14Avoid leak in error path of asn1_parse2kinichiro
2020-01-02Run make updateMatt Caswell
2019-10-16[crypto/asn1/x_bignum.c] Explicit test against NULLCesar Pereida Garcia
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-06[crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-07-31Fix TyposAntoine Cœur
2019-07-02Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger
2019-02-26Update copyright yearMatt Caswell
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-03make updateMatt Caswell
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte
2018-08-22asn1/asn_moid.c: overhaul do_create.Andy Polyakov
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-08-01asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov