summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/f_string.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-197/+0
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Use size_t as realloc() size argument whenever possible. ok tedu@miod2014-07-101-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-74/+90
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-31/+15
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-31/+31
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-9/+0
* 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-12/+14
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+210