STORE: split off the description of the 'file' scheme loader
[openssl.git] / apps /
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.
2018-04-08 Andy Polyakovapps/s_socket.c: disable the Nagle algorithm.
2018-04-06 Kaoru TodaDuplicate code refactored
2018-04-06 Matt CaswellAdd a note and better error if using Ed25519/Ed448...
2018-04-04 Richard Levitteopenssl s_server: print the accepting address and socket
2018-04-03 Bernd EdlingerChange the "offset too large" message to more generic...
2018-04-03 Bernd EdlingerRemove an unnecessary cast in the param to BUF_MEM_grow
2018-04-03 Bernd EdlingerFix range checks with -offset and -length in asn1parse
2018-04-03 Bernd EdlingerUse strtol instead of atoi in asn1parse
2018-04-03 Bernd EdlingerImprove diagnostics for invalid arguments in asn1parse...
2018-04-03 Bernd EdlingerFix a crash in the asn1parse command
2018-03-26 Bernd EdlingerPreviously this x509 command line was working, restore...
2018-03-26 Bernd EdlingerFix dsaparam -genkey with DER outform
2018-03-25 Bernd EdlingerFix ecparam -genkey with point compression or DER outform
2018-03-22 Rich SalzFix resource files
2018-03-21 PauliDon't call strsignal, just print the signal number.
2018-03-21 FdaSilvaYYUnify s_client/s_server srtp profiles option handling
2018-03-21 Bernd EdlingerCleanup the s_time command.
2018-03-20 Eric Coveneraix compat fixes for ocsp.c
2018-03-20 Johannes BauerMake pkeyutl a bit more user-friendly
2018-03-20 Matt CaswellFix the OCSP responder mode
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Richard Levittes_client, s_server: do generic SSL configuration first...
2018-03-19 Richard LevitteSupport "-min_protocol" and "-max_protocol" in s_server...
2018-03-19 Matt CaswellFix no-posix-io compile failure
2018-03-19 Jack LloydAdd SM2 signature and ECIES schemes
2018-03-15 Richard LevitteVMS: add alias macros to avoid 31 character symbol...
2018-03-15 Matt CaswellFix a memory leak in the ca application
2018-03-15 Matt CaswellAllow multiple entries without a Subject even if unique...
2018-03-15 Matt CaswellReport a readable error on a duplicate cert in ca app
2018-03-15 Matt CaswellRevert "Don't allow an empty Subject when creating...
2018-03-15 Matt CaswellRevert "Don't crash on a missing Subject in index.txt"
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-03-14 Matt CaswellUpdate s_time to be allow configuration of TLSv1.3...
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-13 Tim Hudsonupdate SRP copyright notice
2018-03-12 Richard Levitteopenssl rehash: no more need to massage the files on VMS
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-09 Richard LevitteRestore the display of options with 'openssl version -a'
2018-03-09 Steven Noonanspeed: add ecdhx448 to ecdh choices
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
next