]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_cb.c
Fix TLS 1.2 and no sigalgs.
[thirdparty/openssl.git] / apps / s_cb.c
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.
2013-09-06  Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-08-17  Dr. Stephen HensonMake no-ec compilation work.
2012-12-29  Dr. Stephen Hensonmake JPAKE work again, fix memory leaks
2012-12-06  Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2012-12-06  Dr. Stephen Hensonremove print_ssl_cert_checks() from openssl application...
2012-12-04  Dr. Stephen Hensondon't print verbose policy check messages when -quiet...
2012-12-02  Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2012-11-26  Dr. Stephen HensonPrint out point format list for clients too.
2012-11-23  Dr. Stephen HensonDon't display messages about verify depth in s_server...
2012-11-22  Dr. Stephen HensonAdd support for printing out and retrieving EC point...
2012-11-21  Dr. Stephen Hensononly use a default curve if not already set
2012-11-18  Dr. Stephen Hensonadd -naccept <n> option to s_server to automatically...
2012-11-17  Dr. Stephen Hensonfix error messages
2012-11-17  Dr. Stephen HensonDelegate command line handling for many common options...
2012-10-08  Dr. Stephen HensonNew functions to check a hostname email or IP address...
2012-09-12  Dr. Stephen HensonAdd -brief option to s_client and s_server to summarise...
2012-09-08  Dr. Stephen Hensonnew ctrl to retrive value of received temporary key...
2012-09-07  Dr. Stephen Hensonstore and print out message digest peer signed with...
2012-08-16  Bodo MöllerEnable message names for TLS 1.1, 1.2 with -msg.
2012-07-27  Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-07-23  Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-07-08  Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-07-03  Dr. Stephen Hensonadd support for client certificate callbak, fix memory...
2012-06-29  Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-06-25  Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-05-30  Ben LaurieRFC 5878 support.
next