summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_txt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-6/+5
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Restore beck's (void)snprintf(): they were reviewed.guenther2014-04-201-2/+2
|
* KNF.jsing2014-04-201-16/+14
|
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* blunt force knftedu2014-04-181-4/+3
|
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-2/+22
|
* resolve conflictsdjm2008-09-061-1/+9
|
* resolve conflictsdjm2005-04-291-5/+8
|
* update missing pieces from 0.9.7d; ok henningmarkus2004-04-251-1/+7
| | | | crank minor for API extensions
* backout for nowmarkus2004-04-081-7/+1
|
* merge 0.9.7dmarkus2004-04-081-1/+7
|
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-2/+8
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+9
|
* OpenSSL 0.9.5 mergebeck2000-03-191-1/+10
| | | | | | *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-9/+9
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+132
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.