Extend OPENSSL_ia32cap_P (backport from HEAD).
[openssl.git] / apps /
2013-09-14 Dr. Stephen Hensonadd -badsig option to corrupt CRL signatures for testin...
2013-08-19 Dr. Stephen Hensonfix printout of expiry days if -enddate is used in ca
2013-08-19 Dr. Stephen Hensonnew command line option -stdname to ciphers utility
2013-08-19 Dr. Stephen HensonAdd new test option set the version in generated certif...
2013-08-19 Dr. Stephen Hensonoption to output corrupted signature in certificates...
2013-08-19 Dr. Stephen Hensonupdate usage messages
2013-08-19 Dr. Stephen Hensonadd -naccept <n> option to s_server to automatically...
2013-08-19 Dr. Stephen Hensonwith -rev close connection if client sends "CLOSE"
2013-08-19 Dr. Stephen HensonAdd simple external session cache to s_server. This...
2013-08-19 Dr. Stephen HensonRemove commented out debug line.
2013-08-19 Dr. Stephen HensonMake no-ec compilation work.
2013-08-19 Dr. Stephen HensonAdd -rev test option to s_server to just reverse order...
2013-08-19 Dr. Stephen HensonAdd -brief option to s_client and s_server to summarise...
2013-07-03 TrevorTrying cherrypick:
2013-06-12 Dr. Stephen HensonTypo: don't call RAND_cleanup during app startup.
2013-06-05 Dr. Stephen HensonDon't use RC2 with PKCS#12 files in FIPS mode.
2013-05-15 Andy PolyakovRFC6689 support: add missing commit (git noob alert).
2013-03-28 Dr. Stephen HensonCall RAND_cleanup in openssl application.
2013-02-25 Dr. Stephen HensonNew -force_pubkey option to x509 utility to supply...
2013-01-19 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-01-18 Dr. Stephen Henson-named_curve option handled automatically now.
2013-01-18 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2013-01-18 Dr. Stephen Hensoncipher is not used in s_server any more.
2013-01-18 Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2013-01-17 Dr. Stephen Hensoninitial support for delta CRL generations by diffing...
2013-01-17 Dr. Stephen HensonTypo (PR2959).
2013-01-17 Dr. Stephen Hensonadd option to get a certificate or CRL from a URL
2013-01-15 Dr. Stephen Hensonmake update
2013-01-07 Dr. Stephen HensonChange default bits to 1024
2012-12-30 Dr. Stephen Hensonadd support for separate verify can chain stores to...
2012-12-30 Dr. Stephen Hensonadd -chain options to s_client (backrpot from HEAD)
2012-12-30 Dr. Stephen Hensonremove unused cipher functionality from s_client
2012-12-29 Dr. Stephen Hensonmake JPAKE work again, fix memory leaks
2012-12-29 Dr. Stephen HensonDelegate command line handling for many common options...
2012-12-26 Dr. Stephen HensonSSL/TLS record tracing code (backport from HEAD).
2012-12-26 Dr. Stephen HensonAdd support for printing out and retrieving EC point...
2012-12-26 Dr. Stephen Hensonadd Suite B verification flags
2012-12-26 Dr. Stephen Hensoncontify
2012-12-26 Dr. Stephen Hensonnew ctrl to retrive value of received temporary key...
2012-12-26 Dr. Stephen Hensonstore and print out message digest peer signed with...
2012-12-26 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-12-26 Dr. Stephen HensonNew -valid option to add a certificate to the ca index...
2012-12-26 Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-12-26 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen Hensoncert_flags is unsigned
2012-12-26 Dr. Stephen Hensonadd support for client certificate callbak, fix memory...
2012-12-26 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-12-26 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-12-26 Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-12-26 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-12-26 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-12-23 Dr. Stephen Hensonadd missing \n
2012-12-20 Dr. Stephen HensonBackport enhancements to OCSP utility from HEAD:
2012-12-20 Dr. Stephen Hensonrevert, missing commit message
2012-12-20 Dr. Stephen Hensonapps/ocsp.c
2012-12-19 Dr. Stephen HensonIntegrate host, email and IP address checks into X509_v...
2012-12-19 Dr. Stephen HensonReturn success when the responder is active.
2012-12-19 Dr. Stephen HensonBackport X509 hostname, IP address and email checking...
2012-12-14 Dr. Stephen HensonNew verify flag to return success if we have any certif...
2012-12-14 Ben LaurieBackport OCSP fixes.
2012-12-13 Ben LaurieMake verify return errors.
2012-12-04 Dr. Stephen Hensoncheck mval for NULL too
2012-12-03 Dr. Stephen Hensonfix leak
2012-11-21 Dr. Stephen HensonPR: 2908
2012-11-20 Dr. Stephen Hensonfix leaks
2012-09-26 Dr. Stephen Hensonadd -trusted_first option and verify flag (backport...
2012-09-11 Dr. Stephen Hensonfix memory leak
2012-08-16 Bodo MöllerEnable message names for TLS 1.1, 1.2 with -msg.
2012-07-03 Dr. Stephen HensonFix memory leak.
2012-06-19 Dr. Stephen Hensonoops, add -debug_decrypt option which was accidenatally...
2012-06-07 Ben LaurieRearrange and test authz extension.
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-05-29 Ben LaurieRFC 5878 support.
2012-04-11 Dr. Stephen HensonAdd options to set additional type specific certificate...
2012-04-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2012-04-06 Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-04-06 Dr. Stephen HensonInitial revision of ECC extension handling.
2012-04-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-04-06 Dr. Stephen HensonAdd new APIs EC_curve_nist2nid and EC_curve_nid2nist...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-03-18 Dr. Stephen HensonAlways use SSLv23_{client,server}_method in s_client...
2012-03-14 Richard Levittecipher should only be set to PSK if JPAKE is used. OpenSSL_1_0_1
2012-03-09 Dr. Stephen HensonSubmitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
2012-02-11 Dr. Stephen HensonPR: 2717
2012-02-11 Dr. Stephen HensonPR: 2716
2012-02-11 Andy Polyakovapps/s_cb.c: recognize latest TLS versions [from HEAD].
2012-02-10 Dr. Stephen HensonPR: 2710
2012-02-10 Dr. Stephen HensonPR: 2714
2012-02-10 Dr. Stephen Hensonadd fips hmac option and fips blocking overrides to...
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2012-01-11 Andy Polyakovspeed.c: typo in pkey_print_message [from HEAD].
2012-01-05 Bodo MöllerUpdate for 0.9.8s and 1.0.0f.
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-27 Dr. Stephen Hensonmake update
2011-12-27 Dr. Stephen HensonPR: 1794
2011-12-19 Andy Polyakovapps/speed.c: fix typo in last commit.
2011-12-15 Andy Polyakovapps/speed.c: Cygwin alarm() fails sometimes.
2011-12-14 Dr. Stephen HensonPR: 1794
2011-12-10 Dr. Stephen Hensonremove old -attime code, new version includes all old...
next