Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the libssl/src directory | 2016-09-03 | 1 | -236/+0 | |
| | |||||
* | Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp(). | 2015-06-20 | 1 | -2/+2 | |
| | | | | ok doug@ deraadt@ | ||||
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | 2014-10-22 | 1 | -4/+3 | |
| | | | | | | | | arc4random_buf() is guaranteed to always succeed - it is worth noting that a number of the replaced function calls were already missing return value checks. ok deraadt@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | 2014-07-11 | 1 | -3/+4 | |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | Explicitly include <openssl/opensslconf.h> in every file that references | 2014-07-10 | 1 | -1/+3 | |
| | | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers. | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | 2014-07-10 | 1 | -2/+3 | |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | delete some casts. ok miod | 2014-07-10 | 1 | -2/+2 | |
| | |||||
* | More KNF. | 2014-07-09 | 1 | -5/+5 | |
| | |||||
* | Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP padding | 2014-07-09 | 1 | -6/+1 | |
| | | | | to get overwritten by a known value, ever. | ||||
* | KNF | 2014-07-09 | 1 | -76/+79 | |
| | |||||
* | tags as requested by miod and tedu | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | more: no need to null check before free; ok guenther | 2014-05-30 | 1 | -1/+1 | |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -5/+5 | |
| | | | | | | | | 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. | 2014-04-13 | 1 | -1/+1 | |
| | |||||
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | 2013-02-14 | 1 | -1/+1 | |
| | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | ||||
* | resolve conflicts | 2012-10-13 | 1 | -2/+4 | |
| | |||||
* | openssl-1.0.0e: resolve conflicts | 2011-11-03 | 1 | -7/+13 | |
| | |||||
* | resolve conflicts, fix local changes | 2010-10-01 | 1 | -14/+21 | |
| | |||||
* | resolve conflicts | 2009-01-09 | 1 | -1/+1 | |
| | |||||
* | resolve conflicts | 2008-09-06 | 1 | -15/+23 | |
| | |||||
* | resolve conflicts | 2006-06-27 | 1 | -13/+19 | |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -131/+169 | |
| | |||||
* | merge openssl 0.9.6b-engine | 2001-08-01 | 1 | -12/+17 | |
| | | | | | 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.6 merge | 2000-12-15 | 1 | -4/+4 | |
| | |||||
* | OpenSSL 0.9.5 merge | 2000-03-19 | 1 | -1/+2 | |
| | | | | | | *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 | 1999-09-29 | 1 | -0/+162 | |