Fix s_client crash where the hostname is provided as a positional arg
[openssl.git] / apps /
2017-07-07 Matt CaswellFix s_client crash where the hostname is provided as...
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-07-07 Matt CaswellFix memory leak when using PSK session files
2017-07-06 PauliBounds check string functions in apps.
2017-07-05 PauliRework the append_buf function
2017-07-05 PauliAvoid buffer overruns in the req command line utility.
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-01 Richard LevitteWhen apps_startup() fails, exit with a failure code...
2017-07-01 Rich SalzCleanup some copyright stuff
2017-06-29 Steven DannemanFix double array increment in s_client mysql connect
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
2017-06-29 Richard Levitteengine app: print out information on STORE loaders...
2017-06-29 Richard LevitteAdd a simple store utility command
2017-06-27 Rich SalzUse randomness not entropy
2017-06-26 Paul YangFix return value checking for BIO_sock_init
2017-06-25 Richard Levittetsget.in: remove call of WWW::Curl::Easy::global_cleanup
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellUse constants rather than macros for the cipher bytes...
2017-06-21 Matt CaswellTweak the client side PSK callback
2017-06-21 Matt CaswellFix no-psk
2017-06-21 Matt CaswellAdd the ability to set a TLSv1.3 PSK via just the key...
2017-06-21 Matt CaswellAdd the ability to use a server side TLSv1.3 external...
2017-06-21 Matt CaswellAdd the ability to use a client side TLSv1.3 external...
2017-06-21 Dr. Stephen HensonPrint Ed25519 in s_client/s_server
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-21 Rich SalzReformat progs.pl; add ARIA support
2017-06-20 Rich SalzEnsure a space after colon in enc -v
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-20 Paul YangMake clear error message if opt_<number> fails
2017-06-19 Cory Benfields_client accepts host/port as positional argument.
2017-06-16 Paul YangForbid to specify -nextprotoneg if -tls1_3 is enabled
2017-06-15 Richard LevitteBuild apps/progs.h dynamically
2017-06-13 Rich SalzUpdate copyright on progs.h
2017-06-13 Paul YangMake SNI behavior more clear in s_client doc & help
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-12 Paul YangRefactor functions in testdsa.h
2017-06-11 Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-09 Paul YangFix possible usage of NULL pointers in apps/spkac.c
2017-06-09 Jonathan ProtzenkoFix speed command for alternation of ciphers and digests.
2017-06-09 Luke FaraoneAdd support for using engine-backed keys in spkac
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-08 Rich SalzFix possible memory over-read in apps/s_client.c
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-06-05 Daniel Kahn GillmorAvoid failing s_server when client's psk_identity is...
2017-06-01 Keigo TanakaAdded mysql as starttls protocol.
2017-06-01 Aashil PatelRemove unnecessary if condition from apps.c
2017-05-31 Paul YangFix coding style in apps/passwd file
2017-05-22 Diego Santa CruzFix srp app missing NULL termination with password...
2017-05-21 Rich Salz-inkey can be an identifier, not just a file
2017-05-19 Diego Santa CruzFix endless loop on srp app when listing users
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 Tomas MrazFix regression in openssl req -x509 behaviour.
2017-05-09 Matt CaswellFix an s_server infinite loop
2017-05-03 Matt CaswellAdd the -groups option to s_server/s_client
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2017-05-02 Rich SalzConvert uses of snprintf to BIO_snprintf
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-28 FdaSilvaYYAdd checks on return code when applying some settings.
2017-04-28 FdaSilvaYYOutput prog name within error message
2017-04-28 FdaSilvaYYAdd a 'max_send_frag' option to configure maximum size...
2017-04-28 Todd ShortFix s_client when no-dtls
2017-04-27 Rich SalzRemove (broken) diagnostic print
2017-04-27 Matt CaswellEnsure s_client sends an SNI extension by default
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25 Richard LevitteCorrect some badly formated preprocessor lines
2017-04-25 Richard LevitteAdd guards around one of use of IPPROTO_SCTP where...
2017-04-25 Bernard Spilopenssl enc: Don't unbuffer stdin
2017-04-25 Matt CaswellFix some variable references in init_client
2017-04-25 Matt CaswellAsk libssl if we should retry not the socket
2017-04-25 Matt CaswellAdd a -sctp option to s_client
2017-04-25 Matt CaswellAdd a -sctp option to s_server
2017-04-12 Todd ShortOCSP Updates: error codes and multiple certificates
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-04-03 Dr. Stephen HensonPrint CA names in s_server, add -requestCAfile to s_client
2017-04-03 Dr. Stephen HensonAdd requestCAfile option
2017-04-03 Dr. Stephen HensonAdd extensions to debug list
2017-04-03 Matt CaswellEnsure dhparams can handle X9.42 params in DER
2017-03-30 Andy Polyakovapps/*.c: switch to platform-neutral format modifiers...
2017-03-30 Matt CaswellFix s_client early data indicator
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-27 Andy Polyakovapps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.
2017-03-17 Matt CaswellFix no-dtls builds
2017-03-16 Todd ShortAdd TLSv1.3 draft-19 messages to trace
2017-03-16 FdaSilvaYYSimplify code around next_proto.len by changing 'len...
2017-03-14 Benjamin KadukFix a -Wsign-compare warning
2017-03-10 Todd ShortAdd HelloRetryRequest text to s_client/s_server
2017-03-09 PauliMake the output of enc -ciphers identical even if run...
2017-03-08 Todd ShortAdd some TLS13 values to s_client/s_server
2017-03-08 PauliLimit the output of the enc -ciphers command to just...
2017-03-07 PauliIncrease the password buffer size to APP_PASS_LEN.
2017-03-06 Matt CaswellFix no-psk
2017-03-04 Andy Polyakovapps/s_client.c: harden ldap_ExtendedResponse_parse.
2017-03-03 edelanghuse OSSLzu instead of lu format for size_t display
2017-03-02 Matt CaswellSilence some clang warnings
2017-03-02 Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02 Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02 Matt CaswellUpdates to s_server and s_client for the latest early_d...
2017-03-02 Matt CaswellTighten sanity checks when calling early data functions
next