Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More KNF. | jsing | 2014-04-19 | 1 | -7/+7 |
| | |||||
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -7/+6 |
| | |||||
* | remove some code that is now unused after guenther's changes in 1.20. | jsg | 2014-04-17 | 1 | -16/+1 |
| | |||||
* | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | guenther | 2014-04-16 | 1 | -174/+109 |
| | | | | | | | | | 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 ssl2 support even more completely. | tedu | 2014-04-15 | 1 | -79/+1 |
| | | | | | | in the process, always include ssl3 and tls1, we don't need config options for them. when the time comes to expire ssl3, it will be with an ax. checked by miod | ||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -16/+1 |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok miod | ||||
* | So the OpenSSL codebase does "get the time, add it as a random seed" | deraadt | 2014-04-14 | 1 | -2/+0 |
| | | | | | | | in a bunch of places inside the TLS engine, to try to keep entropy high. I wonder if their moto is "If you can't solve a problem, at least try to do it badly". ok miod | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -330/+290 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | mpi | 2014-04-13 | 1 | -1/+1 |
| | | | | ok miod@, deraadt@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -4/+25 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -14/+97 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -70/+151 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -0/+16 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -40/+23 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -59/+166 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -2/+21 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -7/+17 |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -6/+11 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -1/+3 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -4/+12 |
| | | | | | | *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 | -28/+27 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+466 |
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. |