summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/f_int.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use recallocarray() instead of OPENSSL_realloc_clean().jsing2018-05-131-3/+2
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-8/+5
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',miod2014-05-181-2/+2
* static const char * = "" -> static const char[] = "", to produce shorter code.miod2014-04-271-1/+1
* fix memory leaks. from Dirk Englingtedu2014-04-221-7/+4
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-6/+1
* More KNF.jsing2014-04-191-77/+96
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-35/+17
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-34/+34
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-9/+0
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+7
* openssl-engine-0.9.6 mergebeck2000-12-151-3/+3
* OpenSSL 0.9.5 mergebeck2000-03-191-1/+1
* OpenSSL 0.9.4 mergebeck1999-09-291-11/+14
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+211