aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-3207/+0
* free NULL cleanupRich Salz2015-03-251-24/+12
* free NULL cleanupRich Salz2015-03-241-4/+2
* Fix missing return value checksMatt Caswell2015-03-231-34/+61
* Add DTLS support to ssltestDavid Woodhouse2015-03-201-5/+26
* ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov2015-03-121-2/+3
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-6/+6
* Don't set no_protocol if -tls1 selected.Dr. Stephen Henson2015-02-241-1/+0
* Fix error handling in ssltestMatt Caswell2015-02-061-1/+1
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-11/+1
* Make libssl opaque. Move all structures that were previously protected byMatt Caswell2015-01-311-0/+2
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Remove support for opaque-prfRich Salz2015-01-281-33/+0
* OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz2015-01-271-8/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-2/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-2/+2
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-42/+42
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-34/+34
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2879/+2737
* Move more comments that confuse indentMatt Caswell2015-01-221-2/+4
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-9/+11
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-121-8/+8
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-3/+6
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-8/+12
* RT3548: Remove outdated platformsRich Salz2014-12-191-2/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-49/+7
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-2/+2
* Additional output for ssltest.Dr. Stephen Henson2014-11-131-21/+53
* Add SSL_CONF support to ssltest.Dr. Stephen Henson2014-11-131-2/+98
* Fix ssltest logic when some protocols are compiled out.Emilia Kasper2014-10-271-18/+57
* RT3506: typo's in ssltestKurt Cancemi2014-09-091-3/+3
* Fix comments, add new test.Dr. Stephen Henson2014-08-281-2/+5
* Rename some callbacks, fix alignment.Dr. Stephen Henson2014-08-281-23/+31
* Use consistent function naming.Dr. Stephen Henson2014-08-281-10/+10
* New extension callback features.Dr. Stephen Henson2014-08-281-17/+19
* Callback revision.Dr. Stephen Henson2014-08-281-51/+51
* Include error messages on extension check failure.Dr. Stephen Henson2014-08-151-0/+4
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-158/+0
* Enable multi-block support by default.Andy Polyakov2014-06-111-9/+26
* Set security level to zero is ssltestDr. Stephen Henson2014-03-281-0/+5
* Don't break out of the custom extension callback loop - continue insteadScott Deboy2014-02-051-6/+3
* Fix whitespace, new-style comments.Ben Laurie2014-02-051-62/+62
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-66/+66
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-15/+15
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-6/+6
* More cleanup.Ben Laurie2013-09-061-1/+1
* Make it build.Ben Laurie2013-09-061-14/+31
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-0/+140
* Add tests for ALPN functionality.Adam Langley2013-07-221-0/+161