Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | jsing | 2014-10-13 | 1 | -9/+2 |
| | | | | gethostname being declared properly on Compaq platforms that use DEC C... | ||||
* | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | jsing | 2014-10-13 | 1 | -29/+16 |
| | | | | need to have additional checks here. | ||||
* | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | jsing | 2014-10-13 | 1 | -2/+133 |
| | | | | with a failure if the NPN verification fails. | ||||
* | 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 | 1 | -118/+1 |
| | |||||
* | Uncompress ssltest. | jsing | 2014-07-10 | 1 | -50/+0 |
| | |||||
* | Add DTLS support to ssltest and wire up some regress tests. | jsing | 2014-06-21 | 1 | -7/+12 |
| | | | | 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 | 1 | -11/+1 |
| | |||||
* | Move ssltest.c to a regress test. | jsing | 2014-05-24 | 1 | -0/+2211 |