Fix cert with rsa instead of rsaEncryption as public key algorithm
[openssl.git] / apps /
2018-12-22 FdaSilvaYYCoverity fix in apps/oscp
2018-12-19 Rich SalzSome code-cleanup/simplification in apps
2018-12-17 QuantomicusFix s_client hang on non-compliant NNTP server test
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-10 Richard Levitteapps/tsget.in: use the full version in the user agent...
2018-12-07 Boris Pismennyapps: print Kernel TLS in s_client and s_server
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-11-21 Matthew Hodgsonopenssl s_server: don't use sendto() with connected...
2018-11-20 Matt CaswellUpdate copyright year
2018-11-18 Johannes BauerAdd option to read pkeyopts interactively
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-11-01 Pauliopenssl list -mac-algorithms support.
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-10-01 Richard Levitte'openssl list': add option -objects to list built in...
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-11 PauliSpeed for HMACs.
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()
2018-06-24 Ana María Martínez... Support directories with "." in x509_load_serial()
2018-06-21 FdaSilvaYYapps/ca: fix useless get before delete.
2018-06-21 Richard Levitteopenssl ca: open the output file as late as possible
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-07 Matt CaswellFix no-dsa
2018-06-05 Georg SchmidtIssue warnings for large DSA and RSA keys
2018-05-31 Matt CaswellDon't call setsockopt with an invalid fd
2018-05-31 Matt CaswellFix a memory leak in an error path
2018-05-31 Matt CaswellFree a variable
2018-05-31 Matt CaswellFree a variable on an error path
2018-05-31 Matt CaswellOnly set TCP_NODELAY if the protocol is TCP
2018-05-31 Richard Levitteapps: when the 'compat' nameopt has been set, leave...
2018-05-30 Andy Polyakovapps/speed.c: address asan failure with small -bytes...
2018-05-30 Andy Polyakovapps/speed.c: add -aead flag.
2018-05-30 Andy Polyakovapps/speed.c: clean up SIGARM handling.
2018-05-30 Dmitry BelyavskiyText description of GOST signature algorithms
2018-05-29 Todd ShortReplace strdup() with OPENSSL_strdup()
2018-05-24 Matt CaswellAdd a sanity check on the length of pkeyutl inputs
2018-05-22 Kurt RoeckxEnable SSL_MODE_AUTO_RETRY by default
2018-05-21 Andy Polyakovapps/s_socket.c: address rare TLSProxy failures on...
2018-05-21 Rich SalzCheck malloc failure via app_malloc
2018-05-20 Todd ShortFix no-srtp build warnings
2018-05-18 Matt CaswellAllow the ca application to use EdDSA
2018-05-17 Matt CaswellAllow configuation of the number of TLSv1.3 session...
2018-05-12 FdaSilvaYYapps/speed: Add brainpool curves support
2018-05-12 FdaSilvaYYapps/speed: fix possible OOB access in some EC arrays
2018-05-11 Matt CaswellDon't set TCP_NODELAY on a UDP socket
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-05-08 Matt CaswellFix s_client and s_server so that they correctly handle...
2018-05-02 FdaSilvaYYapps/speed.c: merge parameters defining EC curves to...
2018-05-02 Pavel KopylFix memory leaks in CA related functions.
2018-04-27 Richard Levitteapps/s_server.c: Avoid unused variable due to 'no-dtls'
2018-04-26 Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2018-04-25 Richard Levitteopenssl rehash: exit 0 on warnings, same as c_rehash
2018-04-25 Matt CaswellFix documentation for the -showcerts s_client option
2018-04-25 Richard Levitteapps/opt.c: Remove the access checks of input and outpu...
2018-04-25 Richard LevitteBetter check of return values from app_isdir and app_access
2018-04-25 Richard LevitteRevert "Check directory is able to create files for...
2018-04-25 Richard LevitteRevert "Add VMS version of app_dirname()"
2018-04-25 Richard LevitteRevert "Check on VMS as well"
2018-04-23 Richard LevitteFix openssl ca, to correctly make output file binary...
2018-04-23 Richard LevitteFix late opening of output file
2018-04-19 Richard LevitteEnable all implemented digests
2018-04-19 A. Schulzecorrect spelling errors detected by Debian lintian
2018-04-19 Matt CaswellFix ocsp app exit code
2018-04-19 Viktor DukhovniAdd missing index_index() when reloading OCSP responder
2018-04-18 Andy Polyakovapps/s_socket.c: fix memory sanitizer problem in ACCEPT...
2018-04-17 Andy Polyakovapps/s_socket.c: print only dynamically allocated port...
2018-04-12 Richard Levitteopenssl rehash: use libcrypto variables for default dir
2018-04-08 Andy Polyakovapps/{s_client.c|s_socket}.c: omit usleep calls.
next