#
93b15c7e |
| 04-Mar-2017 |
jsing <jsing@openbsd.org> |
Remove commented out code and fix indentation of surrounding statements.
|
#
154f950a |
| 04-Mar-2017 |
jsing <jsing@openbsd.org> |
Remove handling for SSLv2.
|
#
725d18cc |
| 24-Jan-2017 |
jsing <jsing@openbsd.org> |
Use prime256v1 for tests unless otherwise specified.
|
#
e23381cb |
| 13-Sep-2015 |
bcook <bcook@openbsd.org> |
remove e_os2.h includes ok jsing@
|
#
5ff16b15 |
| 27-Aug-2015 |
doug <doug@openbsd.org> |
Remove SSLv3 support from LibreSSL regression tests.
|
#
855052a0 |
| 08-Mar-2015 |
miod <miod@openbsd.org> |
Reject DH keys sent by a server if they are considered too small; inspired by a similar BoringSSL change, but raising the limit to 1024 bits. ok jsing@ markus@ guenther@ deraadt@
|
#
bf8f2a82 |
| 14-Dec-2014 |
jsing <jsing@openbsd.org> |
unifdef OPENSSL_NO_NEXTPROTONEG
|
#
00422117 |
| 10-Dec-2014 |
jsing <jsing@openbsd.org> |
Add regress for ALPN.
Based on OpenSSL.
|
#
faafa310 |
| 06-Dec-2014 |
jsing <jsing@openbsd.org> |
The -ssl2 flag does nothing - remove the flag and any tests that were using it.
|
#
90c60e6e |
| 13-Oct-2014 |
jsing <jsing@openbsd.org> |
Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about gethostname being declared properly on Compaq platforms that use DEC C...
|
#
7503bb1f |
| 13-Oct-2014 |
jsing <jsing@openbsd.org> |
BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no need to have additional checks here.
|
#
2011c60c |
| 13-Oct-2014 |
jsing <jsing@openbsd.org> |
Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit with a failure if the NPN verification fails.
|
#
1b38a69b |
| 12-Jul-2014 |
jsing <jsing@openbsd.org> |
More KNF.
|
#
10ddb44a |
| 12-Jul-2014 |
jsing <jsing@openbsd.org> |
Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and OPENSSL_NO_X509_VERIFY. We're not going to build with these and the same removal has already been done for libssl.
|
#
ea9acafb |
| 11-Jul-2014 |
jsing <jsing@openbsd.org> |
Remove PSK from the ssl regress.
|
#
1f2b89ff |
| 10-Jul-2014 |
jsing <jsing@openbsd.org> |
Uncompress ssltest.
|
#
c419fba1 |
| 21-Jun-2014 |
jsing <jsing@openbsd.org> |
Add DTLS support to ssltest and wire up some regress tests.
ok miod@
|
#
d0eebffa |
| 13-Jun-2014 |
miod <miod@openbsd.org> |
Remove support for the `opaque PRF input' extension, which draft has expired 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-w
Remove support for the `opaque PRF input' extension, which draft has expired 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.
show more ...
|
#
8b5251ec |
| 01-Jun-2014 |
miod <miod@openbsd.org> |
Build with WARNINGS=Yes and Werror.
|
#
e90e4caf |
| 24-May-2014 |
jsing <jsing@openbsd.org> |
Move ssltest.c to a regress test.
|