summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_strex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More KNF.jsing2014-04-191-134/+216
|
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-3/+3
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-4/+2
|
* sprintf: bad.miod2014-04-171-1/+1
| | | | | | snprintf: good. snprintf with a correct size: better! (harmless in this case)
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-3/+3
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+1
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-5/+12
|
* resolve conflictsdjm2009-01-091-1/+1
|
* resolve conflictsdjm2008-09-061-16/+16
|
* resolve conflictsdjm2005-04-291-2/+7
|
* merge 0.9.7dmarkus2004-04-081-1/+1
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-1/+1
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-5/+9
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-2/+2
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-5/+6
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-4/+28
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+533