summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_alt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KNF.jsing2014-04-211-249/+268
|
* Restore beck's (void)snprintf(): they were reviewed.guenther2014-04-201-2/+2
|
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* 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
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-161-4/+6
| | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-54/+86
|
* resolve conflictsdjm2009-01-091-2/+3
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-2/+2
| | | | Makefiles, crank shlib_version
* resolve conflictsdjm2008-09-061-83/+206
|
* merge 0.9.7dmarkus2004-04-081-2/+2
|
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-1/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-28/+84
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+1
|
* openssl-engine-0.9.6 mergebeck2000-12-151-3/+3
|
* OpenSSL 0.9.5 mergebeck2000-03-191-5/+4
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-0/+402