Fix NULL dereference in SSL_check_chain() for TLS 1.3
[openssl.git] / apps /
2020-04-17 Tomas Mrazs_time: Allow using -CAfile option as in other commands
2020-04-12 Rich SalzDon't compile commands if disabled
2020-03-31 Matt CaswellUpdate copyright year
2020-03-24 Richard KönningUse ctx2 instead ctx.
2020-03-22 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-17 Matt CaswellUpdate copyright year
2020-03-08 Bastian Germannapps x509: passing PKCS#11 URL as -signkey
2020-02-27 Bastian Germannapps x509: restrict CAkeyform option to OPT_FMT_PDE
2020-02-12 Nikolay MorozovForgotten GOST2012 support in non-vital places
2020-01-25 Kurt RoeckxReplace apps/server.pem with certificate with a sha256...
2020-01-08 Matt CaswellFix pkeyutl -verifyrecover
2020-01-05 fangming.fangFix disabled ecdsa in apps/speed
2019-12-26 Bernd EdlingerFix a race condition in the speed command
2019-12-19 Jussi KeranenFix regression on x509 keyform argument
2019-12-17 Sarithaapps/speed.c: Fix eddsa sign and verify output with...
2019-12-16 kinichiroReturn 1 when openssl req -addext kv is duplicated
2019-12-13 kinichiroCheck return value after loading config file
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard Levitteapps/ocsp.c: sock_timeout -> socket_timeout
2019-11-22 Paulimain: avoid a NULL dereference on initialisation.
2019-10-30 Pavel Karagodinapps/dgst.c: allocate a new signature buffer
2019-10-28 Matt CaswellFix an s_server arbitrary file read issue on Windows
2019-10-28 Johannes BauerCleanup hardcoded cipher suite codepoints in s_server
2019-10-22 agnosticdevUpdate dgst.c to show a list of message digests
2019-10-15 Pauliissue-8493: Fix for filenames with newlines using opens...
2019-10-12 Viktor DukhovniIgnore empty ALPN elements in CLI args
2019-09-30 Paul YangFix a bundle of mischecks of return values
2019-09-30 Paul YangFix a return value bug in apps/speed.c
2019-09-27 Dr. Matthias St... Fix header file include guard names
2019-09-17 Jon Spillettapps/pkcs12: print multiple PKCS#12 safeBag attribute...
2019-09-10 Matt CaswellUpdate copyright year
2019-09-04 Billy BrawnerSuppress 'No server certificate CA names sent' message
2019-08-22 Richard Levitteopenssl dgst, openssl enc: check for end of input
2019-07-31 Antoine CœurFix Typos
2019-07-24 Dr. Matthias St... Remove HEADER_X509_H include detector from apps
2019-07-16 Viktor DukhovniActually silently ignore GET / OCSP requests
2019-07-08 Dmitry BelyavskiyAvoid NULL pointer dereference. Fixes #9043.
2019-06-30 Antoine CœurFix Typos
2019-06-10 Richard Levitteapps/ca.c: only output DER with SPKAC input and when...
2019-05-28 Richard LevitteUpdate copyright year
2019-05-23 Bernd EdlingerFix a crash in the speed command with wrap ciphers
2019-05-02 Dr. Matthias St... openssl cms: add error message if operation option...
2019-04-18 Richard Levitteasn1parse: avoid double free
2019-04-08 Dan Campbells_client starttls: fix handling of multiline reply
2019-03-31 x753Fixed typo in enc.c warning
2019-03-28 Dmitry BelyavskiyAdd some checks of OCSP functions
2019-03-20 Lorinczy ZsigmondReorganized signature-scheme detection in 'apps/s_cb...
2019-03-19 Vitezslav Cizekapps/speed.c: properly address NO_EC2M on systems witho...
2019-03-19 Vitezslav Cizekapps/speed.c: skip binary curves when compiling with...
2019-02-26 Matt CaswellUpdate copyright year
2019-02-19 Ionut MihalceaDon't set SNI by default if hostname is not dNS name
2019-02-14 Matt CaswellFix -verify_return_error in s_client
2019-02-11 Richard Levitteapps/ocsp.c Use the same HAVE_FORK / NO_FORK as in...
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-31 weinholtendianFix error message for s_server -psk option
2019-01-30 Matt CaswellComplain if -twopass is used incorrectly
2019-01-27 Shigeki Ohtsus_client: fix not to send a command letter of R
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Bernd EdlingerMake ca command silently use default if .attr file...
2019-01-16 Richard Levitteapps/verify.c: Change an old comment to clarify what...
2018-12-22 FdaSilvaYYCoverity fix in apps/oscp
2018-11-21 Matthew Hodgsonopenssl s_server: don't use sendto() with connected...
2018-11-20 Matt CaswellUpdate copyright year
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-11-10 Mansour AhmadiCheck return value of EVP_PKEY_new
2018-11-02 Richard Levitteapps: Stop pretending to care about Netscape keys
2018-10-29 Richard Levitteapps/rehash.c: Convert ISO-8859-1 to UTF-8
2018-10-19 Matt CaswellDon't complain and fail about unknown TLSv1.3 PSK ident...
2018-10-17 Dr. Matthias St... Fix: 'openssl ca' command crashes when used with 'rand_...
2018-10-13 Tomas MrazFix copy&paste error found in Coverity scan
2018-10-08 Benjamin Kadukapps: allow empty attribute values with -subj
2018-10-02 Matt CaswellFix a mem leak in the ocsp app
2018-09-23 Bernd EdlingerCreate the .rnd file it it does not exist
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
2018-09-13 Matt CaswellDon't allow -early_data with other options where it...
2018-09-10 Matt CaswellDon't cast an int * to a size_t *
2018-09-07 Paul YangSupport EdDSA in apps/speed
2018-09-04 Eric CurtinNew openssl subject parser hard to debug
2018-09-04 Richard Levitteopenssl req: don't try to report bits
2018-08-30 Matt CaswellFree SSL object on an error path
2018-08-24 Dmitry BelyavskiyDo not ignore EVP_PKEY_print_public/EVP_PKEY_print_priv...
2018-08-22 Matt CaswellIgnore the digest in req app if using EdDSA
2018-08-22 Matt CaswellImprove the usability of the ca app using EdDSA
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-29 Beat Bolliapps/dsaparam.c generates code that is intended to...
2018-07-26 Andy Polyakovapps/apps.c: harmonize print_bignum_var output with...
2018-07-25 Andy Polyakovapps/dsaparam.c: make dsaparam -C output strict-warning...
2018-07-23 Richard LevitteMake sure the 'tsget' script is called 'tsget.pl' every...
2018-07-22 Andy Polyakovapps/dsaparam.c: fix -C output.
2018-07-12 Patrick Steuerapps/speed.c: let EVP_Update_loop_ccm behave more like...
2018-07-09 Rich SalzAdd tests for the "req" command, -addext flag
2018-07-09 Andy Polyakovapps/req.c: fix -addext option.
2018-07-06 Matt CaswellDon't fail if the PSK identity doesn't match
2018-07-06 Matt CaswellAdd the ability to configure recv_max_early_data via...
2018-07-05 Rich SalzReject duplicate -addext parameters
2018-07-02 Matt CaswellAdd the ability to configure anti-replay via SSL_CONF
2018-06-26 Matt CaswellOnly dump session data after we have received it
2018-06-24 捷成吴apps/speed.c: add missing checks for RAND_bytes()
next