summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pem_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More KNF.jsing2014-04-211-2/+2
|
* KNF.jsing2014-04-211-504/+532
|
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-6/+6
| | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-14/+14
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Do not feed RSA private key information to the random subsystem asderaadt2014-04-171-1/+0
| | | | | | | | entropy. It might be fed to a pluggable random subsystem.... What were they thinking?! ok guenther
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-15/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-10/+17
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-15/+85
|
* resolve conflictsdjm2009-01-091-0/+3
|
* resolve conflictsdjm2008-09-061-14/+19
|
* resolve conflictsdjm2005-04-291-5/+10
|
* merge 0.9.7dmarkus2004-04-081-8/+11
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-11/+15
|
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-031-6/+8
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-2/+5
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-241/+37
|
* openssl-engine-0.9.6 mergebeck2000-12-151-13/+13
|
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-191-31/+191
| | | | | | *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-116/+157
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+762
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.