Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -2/+3 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Add a define for the SSLv3 sequence size and use it, rather than sprinkling | jsing | 2014-06-08 | 1 | -2/+2 |
| | | | | | | magic numbers around. ok deraadt@ | ||||
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | jsing | 2014-05-30 | 1 | -1/+2 |
| | | | | | | SSL_USE_TLS1_2_CIPHERS. Largely based on OpenSSL head. | ||||
* | quick pass at removing ability to disable sha256 and sha512. ok miod | tedu | 2014-04-17 | 1 | -12/+0 |
| | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -51/+0 |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok miod | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -238/+207 |
| | | | | | 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 | -0/+790 |
from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ |