summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a NULL dereference in GENERAL_NAME_cmp()libressl-v3.2.3tb2020-12-081-1/+3
* Fix whitespace around assignment operators.tb2018-11-171-7/+7
* whitespacetb2018-11-021-2/+2
* Remove a bunch of ancient and highly crufty ASN.1 related code fromjsing2018-10-241-57/+1
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-2/+2
* Provide ASN1_STRING_get0_data().jsing2018-02-141-1/+7
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-8/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-5/+5
* explict_bzero for some asn1 free's - ok miod@beck2016-03-061-2/+6
* Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)jsing2015-07-291-6/+5
* Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should bejsing2015-07-271-2/+1
* Don't leak addresses in error messages.miod2015-02-071-2/+2
* Delete a lot of #if 0 code in libressl.doug2015-02-071-7/+1
* In ASN1_get_object(), reject primitive encodings using the indefinite lengthmiod2014-07-111-1/+4
* In asn1_get_length(), tolerate leading zeroes in BER encoding.miod2014-07-111-5/+8
* 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-2/+4
* remove unused, private version strings except SSL_version_strbcook2014-07-091-2/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-4/+1
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-1/+1
* ASN1_STRING cleanup - realloc has handled NULL since I had a mulletbeck2014-04-201-17/+10
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
* More KNF.jsing2014-04-191-178/+226
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-62/+30
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-99/+99
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
* resolve conflicts, fix local changesdjm2010-10-011-12/+24
* resolve conflictsdjm2008-09-061-18/+55
* resolve conflictsdjm2005-04-291-0/+1
* merge 0.9.7dmarkus2004-04-081-2/+2
* security fix from http://www.openssl.org/news/secadv_20030930.txtmarkus2003-09-301-0/+2
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-2/+2
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+1
* Better fixes from openssl cvs; from markus@miod2002-08-051-3/+4
* typo; from openssl cvsmarkus2002-08-021-1/+1
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-4/+6
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-2/+1
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+1
* openssl-engine-0.9.6 mergebeck2000-12-151-10/+13
* OpenSSL 0.9.5 mergebeck2000-03-191-4/+15
* OpenSSL 0.9.4 mergebeck1999-09-291-76/+45
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+444