Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_5_8'.libressl-v2.2.2 | cvs2svn | 2015-08-02 | 1 | -367/+0 |
| | |||||
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | If you didn't enable deprecated code, there were missing err.h and bn.h includes. This commit allows building with or without deprecated code. This was not derived from an OpenSSL commit. However, they recently enabled OPENSSL_NO_DEPRECATED in git and fixed these header problems in a different way. Verified with clang that this only changes line numbers in the generated asm. ok miod@ | ||||
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 1 | -2/+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@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | KNF. | jsing | 2014-06-22 | 1 | -126/+164 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -3/+2 |
| | | | | ok miod | ||||
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -7/+1 |
| | | | | ok miod | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -4/+4 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -0/+3 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -5/+13 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+321 |