]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Document supported digest functions
[thirdparty/openssl.git] / apps /
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
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...
next