summaryrefslogtreecommitdiffstats
path: root/crypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Generate copyright year properlyRich Salz2018-02-132-2/+4
* Update copyright yearMatt Caswell2018-02-132-2/+2
* Fix error-path memory leak in asn_mime.cTodd Short2018-01-241-0/+1
* Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte2018-01-231-4/+15
* Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte2018-01-231-5/+0
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Address some code-analysis issues.FdaSilvaYY2017-12-081-5/+6
* Consistent formatting for sizeof(foo)Rich Salz2017-12-083-7/+7
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+12
* asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov2017-11-131-8/+7
* Many spelling fixes/typo's corrected.Josh Soref2017-11-121-1/+1
* Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl2017-11-031-0/+3
* EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte2017-10-301-0/+5
* EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte2017-10-301-0/+18
* asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte2017-10-241-2/+7
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-243-9/+4
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-231-2/+4
* Remove duplicate assignment.KaoruToda2017-10-211-1/+1
* Remove parentheses of return.KaoruToda2017-10-1818-79/+79
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-094-8/+8
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+1
* Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin2017-09-191-0/+6
* Fix return value of ASN1_TIME_compareTodd Short2017-08-301-1/+1
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-292-3/+5
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-253-12/+3
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-2212-156/+47
* Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell2017-08-211-1/+3
* Revert "Add some casts for %j"Rich Salz2017-08-151-2/+2