Fallback on old style PSK callbacks if the new style ones aren't present
[openssl.git] / apps /
2018-03-09 Matt CaswellTolerate TLSv1.3 PSKs that are a different size to...
2018-03-08 Viktor DukhovniMake OCSP "multi" compatible with "no-sock" builds.
2018-03-08 Richard LevitteMake "make variables" config attributes for overridable...
2018-03-08 FdaSilvaYYDuplicate entries ssl_handshake_tbl trace entries...
2018-03-07 Viktor DukhovniImplement multi-process OCSP responder.
2018-03-07 Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-03-05 Tomas MrazAdd support for .include directive in config files
2018-03-05 Matt CaswellAdd X448/Ed448 support to libssl
2018-03-01 Benjamin KadukDo not set a nonzero default max_early_data
2018-02-28 Richard LevitteCheck on VMS as well
2018-02-28 Richard LevitteAdd VMS version of app_dirname()
2018-02-28 Paul YangFix the type of -out option
2018-02-28 Paul YangCheck directory is able to create files for various...
2018-02-28 Richard Levittestoreutl: make sure s2i_ASN1_INTEGER is correctly declared
2018-02-27 Matt CaswellUpdate copyright year
2018-02-23 Richard LevitteAdapt storeutl to allow search for specific objects
2018-02-23 Richard LevitteAdapt storeutl to allow looking for a specific info...
2018-02-22 Steve Linsellinitialise dc variable to satisfy old compilers.
2018-02-21 EasySecAdd support for PBKDF2 for enc command
2018-02-21 Pavel Kopyldo_body: fix heap-use-after-free.
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-15 Matt CaswellCheck the return code from ASN1_TIME_diff()
2018-02-15 Matt CaswellThe function X509_gmtime_adj() can fail
2018-02-14 Matt CaswellIgnore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
2018-02-13 Matt CaswellUpdate copyright year
2018-02-01 Richard LevitteFix of prefix bio filter (bf_prefix.c): rely on the...
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-02-01 Todd ShortRemove bad comments
2018-02-01 Richard Levitteocsp.c doesn't free the whole output chain, maybe causi...
2018-02-01 Richard LevitteMake sure that apps/openssl prefixes its output with...
2018-02-01 Richard LevitteAdd an apps internal BIO filter for prefixing output...
2018-01-31 Richard LevitteApps: divide the modules in direct command modules...
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-26 Bernd EdlingerFix some style nits in commit eee8a40
2018-01-25 Bernd EdlingerMake the s_server command listen on IPv6 only when...
2018-01-24 David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24 David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24 David CooperAdd -rsigopt option to ocsp command
2018-01-24 Matt CaswellAdd the ability for s_server to operate statelessly
2018-01-24 Matt CaswellEnable the cookie callbacks to work even in TLS in...
2018-01-23 Benjamin KadukFix no-ec --strict-warnings builds
2018-01-22 Matt CaswellDon't attempt to use X25519 for ECDSA in speed
2018-01-22 Matt CaswellDon't crash on a missing Subject in index.txt
2018-01-22 Matt CaswellDon't allow an empty Subject when creating a Certificate
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-15 Richard LevitteFix intermittent Windows and Cygwin failures in s_server
2018-01-14 Richard LevitteFix intermittent Cygwin failures in s_client
2018-01-14 Bernd EdlingerUse constant value 1 instead of SHUT_WR in do_server
2018-01-14 Bernd EdlingerExplicitly shut the socket down in s_client
2018-01-12 PauliChange the name of the SEC typedef to openssl_speed_sec_t.
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-09 David von OheimbVarious small build improvements on mkdef.pl, progs...
2018-01-08 Jacob Hoffman-AndrewsClarify error for unrecognized arguments.
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2018-01-06 Richard LevitteAdd the possibility to do 'openssl help [command]'
2018-01-06 Richard Levitteapps: make sure prog_init only calculates once
2018-01-06 Konstantin ShemyakCorrected 'cms' exit status when key or certificate...
2017-12-28 Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-11 Benjamin KadukFix typo in comment
2017-12-09 FdaSilvaYYUseless conf != NULL test
2017-12-09 Patrick Steuerapps/speed.c: initialize buffers
2017-12-09 Patrick Steuerapps/speed.c: generate evp_cipher keys implicitly
2017-12-08 Richard LevitteIn apps_startup(), call OPENSSL_init_ssl() rather than...
2017-12-08 Paul YangFix some issues in apps/req
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-05 Patrick Steuerapps/speed.c: detect evp cipher 32-bit ctr overflow...
2017-12-04 Patrick Steuerkey_A and key_B had 3 references, only 2 were freed.
2017-12-04 Patrick Steuerapps/speed.c: use 32 byte key material as default
2017-12-04 Patrick Steuerapps/speed.c: add -seconds and -bytes options
2017-12-03 Markus SauermannAdjusted Argument Indices
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
2017-11-22 Ronald TseAdd SM3/SM4 to openssl command-line tool
2017-11-21 Matt CaswellProvide a more information early_data message in s_server
2017-11-21 Matt CaswellIgnore the session when setting SNI in s_client
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-09 Matt CaswellFix an s_client memory leak
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-11-07 Rich SalzWarn if -days without -x509
2017-11-06 PauliDisabled list doesn't contain SM3 and SM4.
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-11-03 Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-02 Richard LevitteFix small but important regression
2017-10-22 KaoruTodaapps/s_client.c: add missing null check
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-16 FdaSilvaYYSome cleanups to apps/ca.c
2017-10-16 Paul YangMake '-name' option of the 's_client' more generic
2017-10-16 EasySecCleaning secret data after use
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-10 Patrick Steuerapps/speed.c: add 'rand' algo to enable DRBG performanc...
2017-10-09 Patrick Steuerapps/speed.c: fix ccm performance measurements.
2017-10-09 EasySecset_hex() behaviour change
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-10-07 Rich SalzAnchor the regexp match
2017-10-07 Rich SalzRewrite some code
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
next