Update copyright year
[openssl.git] / apps / s_cb.c
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-08 FdaSilvaYYDuplicate entries ssl_handshake_tbl trace entries...
2018-03-05 Matt CaswellAdd X448/Ed448 support to libssl
2018-02-13 Matt CaswellUpdate copyright year
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-24 Matt CaswellEnable the cookie callbacks to work even in TLS in...
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-06-21 Dr. Stephen HensonPrint Ed25519 in s_client/s_server
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-03 Dr. Stephen HensonPrint CA names in s_server, add -requestCAfile to s_client
2017-04-03 Dr. Stephen HensonAdd extensions to debug list
2017-03-30 Andy Polyakovapps/*.c: switch to platform-neutral format modifiers...
2017-03-16 Todd ShortAdd TLSv1.3 draft-19 messages to trace
2017-03-10 Todd ShortAdd HelloRetryRequest text to s_client/s_server
2017-03-08 Todd ShortAdd some TLS13 values to s_client/s_server
2017-02-28 Matt CaswellRemove some commented out code in the apps
2017-02-26 Dr. Stephen HensonPrint signature type to out, not bio_err
2017-02-21 Dmitry BelyavskiyProvided support for the -nameopt flag in s_client...
2017-02-14 Dr. Stephen HensonMake -xcert work again.
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-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.
2016-11-15 Richard LevitteRevert "Remove heartbeats completely"
2016-11-15 Richard LevitteRemove heartbeats completely
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-08-19 Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-13 Dr. Stephen HensonPrint out names of other temp key algorithms.
2016-08-04 FdaSilvaYYPack globals variables used to control apps/verify_call...
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-21 Matt CaswellRemove some dead code
2016-04-09 Emilia KasperFix warnings exposed by clang-3.8
2016-04-09 Matt CaswellMake DH opaque
2016-03-21 Matt CaswellFix no-sock
2016-03-17 Viktor DukhovniBugfix: Encode the requested length in s_cb.c:hexencode()
2016-03-09 Kurt RoeckxConstify security callbacks
2016-03-04 Rob PercivalExtends s_client to allow a basic CT policy to be enabled
2016-02-27 Kurt RoeckxDrop support for printing SSLv2 ciphers names.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-17 Rich SalzRemove JPAKE
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-04 Daniel BlackRT2887: Add more packet and handshake types
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-01 Emilia Kasperconstify PACKET
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2015-12-23 Richard LevitteRefactor DTLS cookie generation and verification
2015-12-15 Matt CaswellFix s_server problem with no-ec
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-09-28 Alessandro GhediniPrint debug info for extended master secret extension
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich Salzremove 0 assignments.
2015-08-26 Alessandro GhediniGH371: Print debug info for ALPN extension
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-09 Rich SalzUse bio_err not stderr in apps.
2015-05-20 Rich SalzReplace switch/assignments with table lookup
2015-05-11 Bjoern D. RasmussenFix for memcpy() and strcmp() being undefined.
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Matt Caswellapps return value checks
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-16 Matt CaswellAdd missing OPENSSL_NO_EC guards
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-20 Dr. Stephen HensonPrint out Suite B status.
2014-11-19 Dr. Stephen HensonFix excert logic.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-06-01 Dr. Stephen HensonRecognise padding extension.
2014-03-28 Dr. Stephen HensonSecurity callback debug print out.
2014-02-23 Dr. Stephen HensonNew chain building flags.
2014-01-26 Dr. Stephen HensonAdd cert callback retry test.
2013-10-20 Dr. Stephen HensonExtend SSL_CONF
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-06 Ben LaurieMore cleanup.
next