aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-2/+4
* In apps, malloc or dieRich Salz2015-04-301-21/+5
* free NULL cleanup 5aRich Salz2015-04-301-10/+5
* Remove needless bio_err argumentRich Salz2015-04-291-35/+36
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-160/+80
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* free NULL cleanupRich Salz2015-03-281-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* apps return value checksMatt Caswell2015-03-231-2/+4
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-4/+0
* Remove support for opaque-prfRich Salz2015-01-281-5/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-4/+4
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-14/+14
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1676/+1547
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* RT3548: Remove unsupported platformsRich Salz2015-01-121-7/+7
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+1
* Add missing OPENSSL_NO_EC guardsMatt Caswell2014-12-161-0/+2
* Remove SSLv2 supportKurt Roeckx2014-12-041-68/+0
* Print out Suite B status.Dr. Stephen Henson2014-11-201-2/+7
* Fix excert logic.Dr. Stephen Henson2014-11-191-4/+10
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-3/+0
* Recognise padding extension.Dr. Stephen Henson2014-06-011-0/+3
* Security callback debug print out.Dr. Stephen Henson2014-03-281-22/+220
* New chain building flags.Dr. Stephen Henson2014-02-231-1/+2
* Add cert callback retry test.Dr. Stephen Henson2014-01-261-0/+10
* Extend SSL_CONFDr. Stephen Henson2013-10-201-0/+6
* Experimental encrypt-then-mac support.Dr. Stephen Henson2013-09-081-0/+5
* More cleanup.Ben Laurie2013-09-061-3/+3
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-0/+3
* Make no-ec compilation work.Dr. Stephen Henson2013-08-171-3/+9
* make JPAKE work again, fix memory leaksDr. Stephen Henson2012-12-291-1/+19
* Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson2012-12-061-13/+11
* remove print_ssl_cert_checks() from openssl application: it is no longer usedDr. Stephen Henson2012-12-061-14/+0
* don't print verbose policy check messages when -quiet is selected even on errorDr. Stephen Henson2012-12-041-1/+2
* New option to add CRLs for s_client and s_server.Dr. Stephen Henson2012-12-021-2/+29
* Print out point format list for clients too.Dr. Stephen Henson2012-11-261-3/+1
* Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson2012-11-231-0/+29
* Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson2012-11-221-0/+41
* only use a default curve if not already setDr. Stephen Henson2012-11-211-1/+19
* add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson2012-11-181-1/+1
* fix error messagesDr. Stephen Henson2012-11-171-2/+3
* Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson2012-11-171-0/+65
* New functions to check a hostname email or IP address against aDr. Stephen Henson2012-10-081-0/+13
* Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson2012-09-121-10/+84
* new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson2012-09-081-0/+34
* store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson2012-09-071-0/+3
* Enable message names for TLS 1.1, 1.2 with -msg.Bodo Möller2012-08-161-0/+2