Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | jsing | 2014-10-13 | 1 | -9/+2 |
* | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | jsing | 2014-10-13 | 1 | -29/+16 |
* | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | jsing | 2014-10-13 | 1 | -2/+133 |
* | 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 |
* | 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 |
* | Remove support for the `opaque PRF input' extension, which draft has expired | miod | 2014-06-13 | 1 | -32/+0 |
* | 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 |