Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | tedu | 2014-04-16 | 1 | -37/+0 | |
| | | | | a better malloc. ok beck deraadt | |||||
* | add back SRP. i was being too greedy. | tedu | 2014-04-16 | 1 | -0/+6 | |
| | ||||||
* | disentangle SRP code from TLS | tedu | 2014-04-16 | 1 | -6/+0 | |
| | ||||||
* | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | guenther | 2014-04-16 | 1 | -52/+32 | |
| | | | | | | | | | the SSLv23_* client code. The server continues to accept it. It also kills the bits for SSL2 SESSIONs; even when the server gets an SSLv2-style compat handshake, the session that it creates has the correct version internally. ok tedu@ beck@ | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -7/+0 | |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok miod | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -1559/+1600 | |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
* | remove last vestiges of OPENSSL_SYS_XXX from src/ssl | beck | 2014-04-14 | 1 | -4/+0 | |
| | | | | ok deraadt@ | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -6/+20 | |
| | ||||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -22/+225 | |
| | ||||||
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -0/+3 | |
| | ||||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -32/+15 | |
| | ||||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -129/+485 | |
| | ||||||
* | resolve conflicts | djm | 2009-04-06 | 1 | -0/+2 | |
| | ||||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -0/+36 | |
| | ||||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -39/+349 | |
| | ||||||
* | Replace use of strcpy(3) and other pointer goo in | moritz | 2007-10-10 | 1 | -15/+12 | |
| | | | | | | SSL_get_shared_ciphers() with strlcat(3). ok deraadt@ markus@ | |||||
* | Fix off-by-one buffer overflow in SSL_get_shared_ciphers(). | moritz | 2007-09-27 | 1 | -11/+11 | |
| | | | | | | From OpenSSL_0_9_8-stable branch. ok djm@ | |||||
* | openssl security fixes, diff from markus@, ok & "commit it" djm@ | pvalchev | 2006-10-04 | 1 | -1/+1 | |
| | | | | http://www.openssl.org/news/secadv_20060928.txt for more | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -8/+30 | |
| | ||||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -43/+60 | |
| | ||||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -0/+5 | |
| | | | | | 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 | -16/+28 | |
| | ||||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -10/+14 | |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -2/+2 | |
| | ||||||
* | apply patches from OpenSSL Security Advisory [30 July 2002], | markus | 2002-07-30 | 1 | -0/+7 | |
| | | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2 | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -110/+327 | |
| | ||||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -3/+16 | |
| | ||||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -19/+19 | |
| | ||||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -0/+3 | |
| | ||||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -32/+143 | |
| | | | | | | *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 | -395/+621 | |
| | ||||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+1721 | |
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. |