aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb17-132/+177
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short1-1/+1
2019-01-07Update generator copyright year.Viktor Dukhovni1-1/+1
2019-01-03make updateMatt Caswell1-1/+1
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY3-19/+43
2018-12-11typo ANS1 -> ASN1nxtstep1-1/+1
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte1-12/+16
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte70-71/+71
2018-12-06Refactor the computation of API version limitsRichard Levitte3-4/+4
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2-3/+3
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte1-0/+24
2018-08-22asn1/asn_moid.c: overhaul do_create.Andy Polyakov1-18/+12
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2-4/+16
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov1-4/+0
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte1-0/+12
2018-08-01asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov1-12/+23
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd1-0/+3
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb3-2/+4
2018-06-08Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell1-0/+16
2018-05-23Limit scope of CN name constraintsViktor Dukhovni1-50/+0
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre2-2/+24
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-24a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre1-6/+16
2018-04-17p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre1-1/+1
2018-04-17Update copyright yearRichard Levitte9-9/+9
2018-04-03Set error code on alloc failuresRich Salz11-24/+51
2018-04-03Fix a text canonicalisation bug in CMSMatt Caswell1-3/+5
2018-04-03Update copyright yearMatt Caswell2-2/+2
2018-03-27Don't write out a bad OIDMatt Caswell1-0/+2
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell2-16/+35
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell1-0/+17
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell1-0/+2
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-13Generate copyright year properlyRich Salz2-2/+4
2018-02-13Update copyright yearMatt Caswell2-2/+2
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short1-0/+1
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte1-4/+15
2018-01-23Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte1-5/+0
2017-12-15Fix invalid function type casts.Bernd Edlinger1-2/+2
2017-12-08Address some code-analysis issues.FdaSilvaYY1-5/+6
2017-12-07Consistent formatting for sizeof(foo)Rich Salz3-7/+7
2017-11-20Support public key and param check in EVP interfacePaul Yang1-0/+12
2017-11-13asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov1-8/+7
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl1-0/+3
2017-10-30EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte1-0/+5
2017-10-30EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte1-0/+18
2017-10-24asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte1-2/+7