]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Fix example in crl(1) man page
[thirdparty/openssl.git] / apps /
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.
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...
next