summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/evp_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaking memory that was already allocated in ASN1_item_new().tb2018-11-091-5/+1
* Add const to the data argument of ASN1_set{,_int}_octetstring().tb2018-11-091-3/+3
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-3/+3
* Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.jsing2017-11-281-81/+78
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-4/+3
* Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,jsing2015-09-301-3/+5
* Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2015-09-301-4/+4
* Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing2015-09-301-2/+2
* Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.jsing2015-09-101-9/+9
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-291-2/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-5/+3
* More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSLmiod2014-07-111-2/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* More KNF.jsing2014-04-191-76/+88
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-8/+4
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-16/+16
* resolve conflictsdjm2008-09-061-2/+2
* resolve conflictsdjm2005-04-291-1/+5
* OpenSSL 0.9.5 mergebeck2000-03-191-12/+12
* OpenSSL 0.9.4 mergebeck1999-09-291-23/+15
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+193