Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always build in RSA and DSA. ok deraadt miod | tedu | 2014-04-17 | 1 | -20/+0 |
| | |||||
* | SHA and AES (and sadly MD5) can't be considered optional. ok beck miod | tedu | 2014-04-17 | 1 | -8/+0 |
| | |||||
* | quick pass at removing ability to disable sha256 and sha512. ok miod | tedu | 2014-04-17 | 1 | -12/+0 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -28/+28 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | add back SRP. i was being too greedy. | tedu | 2014-04-16 | 1 | -0/+50 |
| | |||||
* | Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knob | beck | 2014-04-16 | 1 | -4/+2 |
| | | | | | | to say "allow this connection to negotiate insecurely". de-fang the code that respects this option to ignore it. ok miod@ | ||||
* | disentangle SRP code from TLS | tedu | 2014-04-16 | 1 | -50/+0 |
| | |||||
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | tedu | 2014-04-14 | 1 | -214/+0 |
| | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -1067/+935 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -61/+208 |
| | |||||
* | cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from | djm | 2014-04-07 | 1 | -5/+9 |
| | | | | OpenSSL git; ok sthen@ | ||||
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -1/+1 |
| | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -58/+883 |
| | |||||
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -0/+6 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -9/+11 |
| | |||||
* | fix for CVE-2011-0014 "OCSP stapling vulnerability"; | djm | 2011-02-10 | 1 | -1/+7 |
| | | | | | | ok markus@ jasper@ miod@ AFAIK nothing in base uses this, though apache2 from ports may be affected. | ||||
* | - Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix). | jasper | 2010-11-17 | 1 | -18/+42 |
| | | | | ok djm@ deraadt@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -40/+877 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -6/+8 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -36/+763 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -5/+9 |
| | | | | | | *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 | -15/+9 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+151 |
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. |