Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More KNF. | jsing | 2014-07-12 | 1 | -95/+108 |
| | |||||
* | Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and | jsing | 2014-07-12 | 1 | -41/+0 |
| | | | | | OPENSSL_NO_X509_VERIFY. We're not going to build with these and the same removal has already been done for libssl. | ||||
* | Remove PSK from the ssl regress. | jsing | 2014-07-11 | 2 | -134/+1 |
| | |||||
* | Uncompress ssltest. | jsing | 2014-07-10 | 1 | -50/+0 |
| | |||||
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | ok miod@ | ||||
* | Add DTLS support to ssltest and wire up some regress tests. | jsing | 2014-06-21 | 2 | -8/+41 |
| | | | | ok miod@ | ||||
* | Remove support for the `opaque PRF input' extension, which draft has expired | miod | 2014-06-13 | 1 | -32/+0 |
| | | | | | | | | 7 years ago and never made it into an RFC. That code wasn't compiled in anyway unless one would define the actual on-the-wire extension id bytes; crank libssl major. With help and enlightenment from Brendan MacDonell. | ||||
* | Build with WARNINGS=Yes and Werror. | miod | 2014-06-01 | 2 | -12/+4 |
| | |||||
* | Move ssltest.c to a regress test. | jsing | 2014-05-24 | 3 | -0/+2386 |