Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | failed to detect asprintf() error by observing return of -1, instead the | deraadt | 2019-06-28 | 1 | -6/+3 |
| | | | | | code was inspecting the pointer (which is, sadly, undefined on error, because the current specification of asprintf is crazy sloppy) | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+2 |
| | |||||
* | Tsk. Tsk. Someone forgot to compile test the other half. | jsing | 2014-06-11 | 1 | -2/+2 |
| | |||||
* | Provide support for non-funopen systems. | deraadt | 2014-06-11 | 1 | -8/+30 |
| | | | | ok beck | ||||
* | Replace entire printf-like guts with calls to libc snprintf. | deraadt | 2014-04-21 | 1 | -769/+46 |
| | | | | | funopen(3) is used to interface to BIO descriptors. ok guenther | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -3/+3 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | More KNF. | jsing | 2014-04-16 | 1 | -11/+11 |
| | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -591/+558 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -5/+4 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -9/+11 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -4/+4 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | fix lies about snprintf | deraadt | 2005-04-23 | 1 | -2/+3 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -6/+6 |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -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/libcrypto | markus | 2003-05-12 | 1 | -9/+20 |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -1/+1 |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | Merge openssl-0.9.7-stable-SNAP-20020519 | beck | 2002-05-21 | 1 | -3/+13 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -3/+3 |
| | |||||
* | merge openssl 0.9.6b-engine | beck | 2001-08-01 | 1 | -5/+9 |
| | | | | | 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 merge | beck | 2001-06-22 | 1 | -0/+1 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -188/+158 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -48/+182 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -4/+627 |
| | | | | | | *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 merge | beck | 1999-09-29 | 1 | -12/+7 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+92 |
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. |