Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -6/+6 |
| | | | | other perversions touches them sickly and unnaturally. | ||||
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -11/+11 |
| | | | | ok jsing@ | ||||
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -3/+3 |
| | | | | | | known to be used by ports. ok beck@ | ||||
* | Make sure stdio functions don't end up in the library, from miod@ | beck | 2016-03-06 | 1 | -3/+5 |
| | | | | ok doug@ bcook@ | ||||
* | Remove workaround for TLS padding bug from SSLeay days. | doug | 2015-07-17 | 1 | -5/+1 |
| | | | | | | | | | OpenSSL doesn't remember which clients were impacted and the functionality has been broken in their stable releases for 2 years. Based on OpenSSL commit a8e4ac6a2fe67c19672ecf0c6aeafa15801ce3a5. ok jsing@ | ||||
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -10/+10 |
| | |||||
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -1/+3 |
| | |||||
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-18 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | arc4random provides high quality pseudo-random numbers, hence there is no need to differentiate between "strong" and "pseudo". Furthermore, the arc4random_buf() function is guaranteed to succeed, which avoids the need to check for and handle failure, simplifying the code. It is worth noting that a number of the replaced RAND_bytes() and RAND_pseudo_bytes() calls were missing return value checks and these functions can fail for a number of reasons (at least in OpenSSL - thankfully they were converted to wrappers around arc4random_buf() some time ago in LibreSSL). ok beck@ deraadt@ miod@ | ||||
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -4/+1 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | KSSL is dead... nuke KSSL_DEBUG from orbit. | jsing | 2014-05-20 | 1 | -31/+0 |
| | | | | ok beck@ miod@ | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -78/+65 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -44/+15 |
| | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | ||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -5/+1 |
| | |||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -12/+19 |
| | |||||
* | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -7/+12 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -0/+281 |