Fix URL links in comment
[openssl.git] / apps /
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
2017-03-02 Matt CaswellEnsure the max_early_data option to s_server can be 0
2017-03-02 Matt CaswellGet s_client to report on whether early data was accept...
2017-03-02 Matt CaswellAdd a "-early_data" option to s_server
2017-03-02 Matt CaswellAdd an option to s_client to send early_data
2017-03-02 Matt CaswellAdd a -max_early_data option to s_server
2017-03-02 Robert ScheckAdd LDAP support (RFC 4511) to s_client ("-starttls...
2017-03-01 Bernd EdlingerCheck that async_jobs is not negative and not too high.
2017-02-28 Rich SalzRemove GENCB_TEST compile flag
2017-02-28 Matt CaswellRemove some commented out code in the apps
2017-02-28 Richard LevitteCode health: Remove obvious VAX C fixups
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-28 Emilia KasperRemove debugging leftovers in apps/opt.c
2017-02-28 Dr. Stephen HensonRemove ancient demoCA directory
2017-02-26 Dr. Stephen HensonPrint signature type to out, not bio_err
2017-02-23 Richard LevitteCheck for the presence of _WIN32 rather than its value.
2017-02-23 Richard LevitteIn apps/rehash.c, decorate the inclusion of internal...
2017-02-23 Richard LevitteOn VMS, massage the fetch file names to remove the...
2017-02-22 Richard LevitteLet the output from 'openssl enc -ciphers' go to stdout
2017-02-22 Richard LevitteMake "openssl rehash" work on VMS 8.3 and up
2017-02-22 Rob Percivalapps/req.c: flag "-new" is implied by "-precert"
2017-02-22 Rob PercivalChange CA.pl flag from --newprecert to --precert
2017-02-22 Rob PercivalAdds a "-precert" flag to "openssl req" for creating...
2017-02-21 Bernd EdlingerFix some more memory leaks with TXT_DB_insert.
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-21 Dmitry BelyavskiyProvided support for the -nameopt flag in s_client...
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-21 Dmitry BelyavskiyAdded '-nameopt' option to the verify command.
2017-02-17 Matt CaswellUpdates following review feedback
2017-02-17 Matt CaswellAdd the ability for s_client to send a KeyUpdate message
2017-02-17 Matt CaswellAdd a capability to s_server to send KeyUpdate messages
2017-02-16 lrnsChange req_check_len error message, it also accepts...
2017-02-16 Robert ScheckHandle negative reply for NNTP STARTTLS in s_client
2017-02-14 Robert ScheckAdd Sieve support (RFC 5804) to s_client ("-starttls...
2017-02-14 Dr. Stephen HensonMake -xcert work again.
2017-02-14 Yuchimem leak on error path and error propagation fix
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of ecdh --multi results
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of ecdsa --multi results
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of dsa --multi results
2017-02-10 Cristian Stoicaspeed.c: simplify aggregation of rsa --multi results
2017-02-09 Peter WuSSL_get_shared_sigalgs: handle negative idx parameter
2017-02-07 Peter Wuapps: Add support for writing a keylog file
2017-02-07 PauliRemove unused variable
2017-02-06 Rich SalzFix parsing of serial# in req
2017-02-03 Robert ScheckAdd NNTP support (RFC 4642) to s_client ("-starttls...
2017-01-30 Dr. Stephen Hensonfix style issues
2017-01-30 Dr. Stephen HensonAdd SSL_get_peer_signature_type_nid() function.
2017-01-30 Dr. Stephen HensonMore complete PSS support.
2017-01-30 Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30 Matt CaswellUpdate the s_client -sess_out feature to work for TLSv1.3
2017-01-25 FdaSilvaYYFix a few double ;
2017-01-25 FdaSilvaYYFix some style and indent issue
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-24 Richard Levittes_client: Better response success check for CONNECT
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-23 FdaSilvaYYFix use before assignment
2017-01-21 Gaétan Njinang'openssl passwd' command can now compute AIX MD5-based...
2017-01-17 EasySecFix list -disabled for blake2 alg
2017-01-11 Richard LevitteEnable apps to get a UI_METHOD for the default prompter
next