aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2818-17/+17
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-2824-35/+35
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* [crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia2019-09-061-3/+14
* Add missing EBCDIC stringsopensslonzos-github2019-08-141-19/+24
* Load the config file by defaultMatt Caswell2019-08-011-0/+3
* Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz2019-07-171-26/+0
* Regenerate mkerr filesRich Salz2019-07-161-145/+1
* Coverity #1451596: check dirlen for being negativePauli2019-07-121-0/+2
* Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger2019-07-021-2/+6
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Support SM2 certificate signingPaul Yang2019-06-281-4/+9
* Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis2019-05-274-2/+100
* Coverity CID 1444959: Integer handling issuesPauli2019-05-081-2/+7
* Move ASN1_BROKEN macrosRich Salz2019-03-191-0/+6
* Support SM2 certificate verification杨洋2019-03-131-2/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-0617-132/+177
* Fix d2i_PublicKey() for EC keysTodd Short2019-02-081-1/+1
* Update generator copyright year.Viktor Dukhovni2019-01-071-1/+1
* make updateMatt Caswell2019-01-031-1/+1
* Coverity fix in some crypto/asn1 codeFdaSilvaYY2018-12-223-19/+43
* typo ANS1 -> ASN1nxtstep2018-12-111-1/+1
* Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte2018-12-071-12/+16
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-0670-71/+71
* Refactor the computation of API version limitsRichard Levitte2018-12-063-4/+4
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-062-3/+3
* ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte2018-09-091-0/+24
* asn1/asn_moid.c: overhaul do_create.Andy Polyakov2018-08-221-18/+12
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-112-4/+16
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-4/+0
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-071-0/+12
* asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov2018-08-011-12/+23
* Update copyright yearMatt Caswell2018-06-201-1/+1
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+3
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-183-2/+4
* Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell2018-06-081-0/+16
* Limit scope of CN name constraintsViktor Dukhovni2018-05-231-50/+0
* a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre2018-05-022-2/+24
* Update copyright yearMatt Caswell2018-05-011-1/+1
* a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre2018-04-241-6/+16
* p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre2018-04-171-1/+1
* Update copyright yearRichard Levitte2018-04-179-9/+9
* Set error code on alloc failuresRich Salz2018-04-0311-24/+51
* Fix a text canonicalisation bug in CMSMatt Caswell2018-04-031-3/+5
* Update copyright yearMatt Caswell2018-04-032-2/+2
* Don't write out a bad OIDMatt Caswell2018-03-271-0/+2
* Limit ASN.1 constructed types recursive definition depthMatt Caswell2018-03-272-16/+35
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-0/+17
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-021-0/+2