Update demos/bio/README
[openssl.git] / apps /
2014-02-01 Andy PolyakovImprove WINCE support.
2014-01-27 Dr. Stephen HensonAdd cert callback retry test.
2014-01-23 Dr. Stephen HensonAdd -engine_impl option to dgst which will use an imple...
2013-12-01 Dr. Stephen Hensonmake update
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-11-02 Dr. Stephen HensonExtend SSL_CONF
2013-10-07 Ben LaurieConstification.
2013-10-05 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04 Ben LaurieTidy.
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01 Adam Langleychacha20poly1305
2013-10-01 Dr. Stephen HensonCustom key wrap option for cms utility.
2013-10-01 Dr. Stephen HensonAdd -keyopt option to cms utility.
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-25 Ben LaurieProduce PEM we would consume.
2013-09-24 Ben LaurieShow useful errors.
2013-09-18 Dr. Stephen HensonDual DTLS version methods.
2013-09-18 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-09-14 Dr. Stephen Hensonadd -badsig option to corrupt CRL signatures for testin...
2013-09-13 Scott DeboyInitialize next_proto in s_server - resolves incorrect...
2013-09-13 Adam LangleySupport ALPN.
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...
next