summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
AgeCommit message (Expand)Author
2014-09-09RT3506: typo's in ssltestKurt Cancemi
2014-08-28Fix comments, add new test.Dr. Stephen Henson
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson
2014-08-28Use consistent function naming.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-08-15Include error messages on extension check failure.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-11Enable multi-block support by default.Andy Polyakov
2014-03-28Set security level to zero is ssltestDr. Stephen Henson
2014-02-05Don't break out of the custom extension callback loop - continue insteadScott Deboy
2014-02-05Fix whitespace, new-style comments.Ben Laurie
2014-02-05Re-add alert variables removed during rebaseScott Deboy
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora
2013-09-06More cleanup.Ben Laurie
2013-09-06Make it build.Ben Laurie
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-07-22Add tests for ALPN functionality.Adam Langley
2013-06-18Cleanup of custom extension stuff.Trevor
2013-06-12Add support for arbitrary TLS extensions.Trevor
2013-02-11Fix in ssltest is no-ssl2 configuredDr. Stephen Henson
2012-12-29stop warning when compiling with no-compDr. Stephen Henson
2011-12-14PR: 1794Dr. Stephen Henson
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson
2011-03-12Add SRP support.Ben Laurie
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2011-01-26FIPS_allow_md5() no longer exists and is no longer requiredDr. Stephen Henson
2010-09-05NPN tests.Ben Laurie
2010-06-12Fix warnings.Ben Laurie
2010-04-06PR: 2220Dr. Stephen Henson
2010-01-24PR: 2153, 2125Dr. Stephen Henson
2010-01-14PR: 2125Dr. Stephen Henson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch
2006-01-15recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch
2005-10-02Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2005-08-03WCE update, mostly typos.Andy Polyakov
2005-07-16makeNils Larsch
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie