Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -8/+8 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -3/+3 |
| | |||||
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -29/+51 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -24/+4 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -17/+22 |
| | |||||
* | Fix merge botch. | kettenis | 2008-09-07 | 1 | -3/+0 |
| | | | | ok miod@ | ||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -223/+316 |
| | |||||
* | openssl security fixes, diff from markus@, ok & "commit it" djm@ | pvalchev | 2006-10-04 | 1 | -0/+44 |
| | | | | http://www.openssl.org/news/secadv_20060928.txt for more | ||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -100/+147 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -0/+2 |
| | | | | | 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 | -17/+114 |
| | |||||
* | update to official patch from openssl.org; ok deraadt@, millert@ | markus | 2003-03-17 | 1 | -21/+21 |
| | |||||
* | Enforce blinding on RSA operations involving private keys. | ho | 2003-03-15 | 1 | -4/+23 |
| | | | | From http://www.openssl.org/~geoff, modified to be enabled at all times. | ||||
* | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 1 | -1/+1 |
| | | | | correctly autogenerate obj_mac.h | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -42/+72 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -15/+82 |
| | |||||
* | CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@ | markus | 2001-04-22 | 1 | -1/+11 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -16/+27 |
| | |||||
* | RSA goes in tree for next our next release, as it will be after | beck | 2000-06-15 | 1 | -30/+222 |
| | | | | | | Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :) | ||||
* | Fix an oopsie so these get initialized even when RSA isn't there, | beck | 2000-04-13 | 1 | -2/+11 |
| | | | | | | | thanks niklas@ *WARNING* - this breaks the patch used in the "ssl26" port - you'll need to use the new minty ssl-intl port, coming right after this | ||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -1/+3 |
| | | | | | | *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 | -75/+89 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+274 |
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. |