summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-4/+4
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-11/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-17/+12
* don't dereference a if NULLbcook2016-11-061-2/+2
* simplify error handling in c2i_ASN1_OBJECTbcook2016-11-061-10/+12
* explicit_bzero for asn1 objects on free. Too often these contain sensitive in...beck2016-03-171-24/+27
* explict_bzero for some asn1 free's - ok miod@beck2016-03-061-1/+3
* The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intojsing2015-02-101-4/+1
* Fix CVE-2014-3508, pretty printing and OID validation:guenther2014-08-081-10/+21
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-5/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+4
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* delete some casts. ok miodtedu2014-07-101-3/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* more: no need for null check before freederaadt2014-05-301-8/+4
* remove CONST_STRICT. ok beck deraadttedu2014-05-301-2/+0
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-2/+2
* More KNF.jsing2014-04-191-1/+1
* More KNF.jsing2014-04-181-128/+159
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-60/+29
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-70/+70
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-13/+13
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+2
* resolve conflicts, fix local changesdjm2010-10-011-9/+26
* resolve conflictsdjm2008-09-061-17/+83
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+2
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+1
* openssl-engine-0.9.6 mergebeck2000-12-151-23/+39
* OpenSSL 0.9.5 mergebeck2000-03-191-3/+3
* OpenSSL 0.9.4 mergebeck1999-09-291-112/+27
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+389