Don't call strsignal, just print the signal number.
[openssl.git] / apps /
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...
2018-01-08 Jacob Hoffman-AndrewsClarify error for unrecognized arguments.
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2018-01-06 Richard LevitteAdd the possibility to do 'openssl help [command]'
2018-01-06 Richard Levitteapps: make sure prog_init only calculates once
2018-01-06 Konstantin ShemyakCorrected 'cms' exit status when key or certificate...
2017-12-28 Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-11 Benjamin KadukFix typo in comment
2017-12-09 FdaSilvaYYUseless conf != NULL test
2017-12-09 Patrick Steuerapps/speed.c: initialize buffers
2017-12-09 Patrick Steuerapps/speed.c: generate evp_cipher keys implicitly
2017-12-08 Richard LevitteIn apps_startup(), call OPENSSL_init_ssl() rather than...
2017-12-08 Paul YangFix some issues in apps/req
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-05 Patrick Steuerapps/speed.c: detect evp cipher 32-bit ctr overflow...
2017-12-04 Patrick Steuerkey_A and key_B had 3 references, only 2 were freed.
2017-12-04 Patrick Steuerapps/speed.c: use 32 byte key material as default
2017-12-04 Patrick Steuerapps/speed.c: add -seconds and -bytes options
2017-12-03 Markus SauermannAdjusted Argument Indices
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
2017-11-22 Ronald TseAdd SM3/SM4 to openssl command-line tool
next