summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2012-12-06remove print_ssl_cert_checks() from openssl application: it is no longer usedDr. Stephen Henson
2012-12-05Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson
2012-12-04don't print verbose policy check messages when -quiet is selected even on errorDr. Stephen Henson
2012-12-04initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson
2012-12-04make -subj always override config fileDr. Stephen Henson
2012-12-04check mval for NULL tooDr. Stephen Henson
2012-12-03fix leakDr. Stephen Henson
2012-12-03oops, really check brief mode only ;-)Dr. Stephen Henson
2012-12-03don't check errno is zero, just print out messageDr. Stephen Henson
2012-12-03if no error code and -brief selected print out connection closed instead of r...Dr. Stephen Henson
2012-12-02add -badsig option to corrupt CRL signatures for testing tooDr. Stephen Henson
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-12-02add option to get a certificate or CRL from a URLDr. Stephen Henson
2012-11-30Add new test option set the version in generated certificates: thisDr. Stephen Henson
2012-11-26Print out point format list for clients too.Dr. Stephen Henson
2012-11-26set cmdline flag in s_serverDr. Stephen Henson
2012-11-25option to output corrupted signature in certificates for testing purposesDr. Stephen Henson
2012-11-23Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson
2012-11-22Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson
2012-11-21support -quiet with -msg or -traceDr. Stephen Henson
2012-11-21only use a default curve if not already setDr. Stephen Henson
2012-11-21PR: 2908Dr. Stephen Henson
2012-11-20fix printout of expiry days if -enddate is used in caDr. Stephen Henson
2012-11-20fix leaksDr. Stephen Henson
2012-11-19with -rev close connection if client sends "CLOSE"Dr. Stephen Henson
2012-11-19update usage messagesDr. Stephen Henson
2012-11-19make dependDr. Stephen Henson
2012-11-19don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is setDr. Stephen Henson
2012-11-19remove obsolete codeDr. Stephen Henson
2012-11-18add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson
2012-11-17fix error messagesDr. Stephen Henson
2012-11-17Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson
2012-11-16new command line option -stdname to ciphers utilityDr. Stephen Henson
2012-11-05contifyDr. Stephen Henson
2012-10-11oops, fix compilation errors in s_serverDr. Stephen Henson
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson
2012-09-28md5-sparcv9.pl: more accurate performance result.Andy Polyakov
2012-09-14Add -rev test option to s_server to just reverse order of characters receivedDr. Stephen Henson
2012-09-12Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson
2012-09-11fix memory leakDr. Stephen Henson
2012-09-09fix memory leakDr. Stephen Henson
2012-09-09New -valid option to add a certificate to the ca index.txt that is valid and ...Dr. Stephen Henson
2012-09-08new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson
2012-09-07store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson
2012-08-29Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson
2012-08-16Oops - didn't mean to change Makefile on previous submitBodo Möller
2012-08-16Enable message names for TLS 1.1, 1.2 with -msg.Bodo Möller
2012-08-15Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson
2012-08-03add suite B chain validation flags and associated verify errorsDr. Stephen Henson
2012-07-27Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson