aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* oops, really check brief mode only ;-)Dr. Stephen Henson2012-12-031-1/+1
* don't check errno is zero, just print out messageDr. Stephen Henson2012-12-031-1/+1
* if no error code and -brief selected print out connection closed instead of r...Dr. Stephen Henson2012-12-031-1/+4
* New option to add CRLs for s_client and s_server.Dr. Stephen Henson2012-12-021-1/+39
* Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson2012-11-231-0/+29
* support -quiet with -msg or -traceDr. Stephen Henson2012-11-211-1/+3
* only use a default curve if not already setDr. Stephen Henson2012-11-211-1/+1
* fix leaksDr. Stephen Henson2012-11-201-0/+2
* update usage messagesDr. Stephen Henson2012-11-191-0/+3
* Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson2012-11-171-89/+25
* contifyDr. Stephen Henson2012-11-051-4/+4
* New functions to check a hostname email or IP address against aDr. Stephen Henson2012-10-081-0/+20
* Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson2012-09-121-1/+18
* new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson2012-09-081-0/+1
* Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson2012-08-291-0/+4
* Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson2012-07-231-2/+6
* Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson2012-07-081-1/+1
* Fix memory leak.Dr. Stephen Henson2012-07-031-0/+4
* cert_flags is unsignedDr. Stephen Henson2012-07-031-1/+1
* add support for client certificate callbak, fix memory leakDr. Stephen Henson2012-07-031-0/+16
* Separate client and server permitted signature algorithm support: by defaultDr. Stephen Henson2012-07-031-0/+12
* Reorganise supported signature algorithm extension processing.Dr. Stephen Henson2012-06-251-1/+1
* Add support for application defined signature algorithms for use withDr. Stephen Henson2012-06-221-0/+12
* Initial record tracing code. Print out all fields in SSL/TLS recordsDr. Stephen Henson2012-06-151-2/+22
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-12/+12
* RFC 5878 support.Ben Laurie2012-05-301-0/+30
* Add options to set additional type specific certificate chains toDr. Stephen Henson2012-04-111-1/+1
* Initial revision of ECC extension handling.Dr. Stephen Henson2012-03-281-0/+12
* Always use SSLv23_{client,server}_method in s_client.c and s_server.c,Dr. Stephen Henson2012-03-181-6/+0
* oops, revert unrelated patchesDr. Stephen Henson2012-03-141-15/+0
* update FAQ, NEWSDr. Stephen Henson2012-03-141-0/+15
* New ctrls to retrieve supported signature algorithms and curves andDr. Stephen Henson2012-03-061-0/+2
* PR: 2716Dr. Stephen Henson2012-02-111-14/+17
* oops, revert unrelated changesDr. Stephen Henson2012-02-091-1/+1
* Modify client hello version when renegotiating to enhance interop withDr. Stephen Henson2012-02-091-1/+1
* oops revert debug changeDr. Stephen Henson2012-01-221-1/+1
* Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.Dr. Stephen Henson2012-01-181-1/+1
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-1/+1
* PR: 2658Dr. Stephen Henson2011-12-311-0/+8
* PR: 1794Dr. Stephen Henson2011-12-141-14/+21
* Add TLS exporter.Ben Laurie2011-11-151-0/+41
* Add DTLS-SRTP.Ben Laurie2011-11-151-1/+18
* Don't disable TLS v1.2 by default now.Dr. Stephen Henson2011-10-091-3/+0
* make kerberos work with OPENSSL_NO_SSL_INTERNDr. Stephen Henson2011-05-111-2/+6
* Initial TLS v1.2 client support. Include a default supported signatureDr. Stephen Henson2011-05-091-0/+15
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-1/+6
* Initial "opaque SSL" framework. If an application definesDr. Stephen Henson2011-04-291-3/+3
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-121-2/+2
* Add SRP support.Ben Laurie2011-03-121-0/+180
* Fixes to NPN from Adam Langley.Ben Laurie2010-09-051-8/+8