summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/bio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSL 1.0.0f: mergedjm2012-01-052-7/+17
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-037-21/+83
|
* resolve conflicts, fix local changesdjm2010-10-0114-441/+688
|
* import OpenSSL-1.0.0adjm2010-10-012-7/+16
|
* resolve conflictsdjm2009-04-062-10/+17
|
* resolve conflictsdjm2009-01-092-2/+2
|
* import openssl-0.9.8jdjm2009-01-091-1/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-2/+62
|
* resolve conflictsdjm2008-09-0613-118/+406
|
* import of OpenSSL 0.9.8hdjm2008-09-063-58/+581
|
* Proper use of fseek/fseeko macros.tobias2007-09-101-1/+1
| | | | OK joris@, otto@
* resolve conflictsdjm2006-06-273-68/+72
|
* import of openssl-0.9.7jdjm2006-06-271-1/+1
|
* resolve conflictsdjm2005-04-293-8/+11
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+214
|
* fix lies about snprintfderaadt2005-04-231-2/+3
|
* merge 0.9.7dmarkus2004-04-086-47/+47
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-114-4/+75
| | | | | 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-1212-28/+79
|
* sprintf->snprintf. deraadt@ suggestions and okho2003-04-062-21/+27
|
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-3/+3
|
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-031-5/+5
|
* Less strcpy/strcat/sprintf. tdeval@ ok.ho2003-03-161-14/+18
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+1
| | | | | 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-105-1/+15
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-212-5/+24
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1518-323/+434
|
* merge openssl 0.9.6b-enginebeck2001-08-012-6/+10
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-223-15/+17
|
* openssl-engine-0.9.6 mergebeck2000-12-1520-520/+1034
|
* OpenSSL 0.9.5a mergebeck2000-04-157-124/+378
|
* OpenSSL 0.9.5 mergebeck2000-03-1919-83/+1184
| | | | | | *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
* do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-2921-1076/+1709
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0520-0/+6215
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.