aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell2017-04-253-0/+10
* Remove special case code for SCTP reneg handlingMatt Caswell2017-04-257-129/+3
* Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell2017-04-244-8/+20
* if log fails, avoid pms getting double freeRich Salz2017-04-241-3/+3
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-16/+5
* Fix minor compiler issues.Todd Short2017-04-194-21/+21
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-9/+9
* CT_POLICY_EVAL_CTX_set_time expects milliseconds, but given secondsRob Percival2017-04-121-1/+2
* Remove ECDH(E) ciphers from SSLv3Todd Short2017-04-111-20/+20
* Additional check to handle BAD SSL_write retryRich Salz2017-04-111-1/+2
* Allow an ALPN callback to pretend to not existBenjamin Kaduk2017-04-101-0/+3
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-1/+1
* Remove an out of date TODOMatt Caswell2017-04-071-5/+0
* Create an ENDPOINT enum type for use internallyMatt Caswell2017-04-074-33/+41
* Prefix custom extension API callback types with SSL_Matt Caswell2017-04-072-9/+9
* Various style tweaks based on feedbackMatt Caswell2017-04-071-14/+14
* Implement a new custom extensions APIMatt Caswell2017-04-077-193/+403
* Move the extensions context codes into the public APIMatt Caswell2017-04-078-119/+112
* Move ssl/t1_ext.c to ssl/statem/extensions_cust.cMatt Caswell2017-04-072-3/+3
* Convert SSL_SESSION_ASN1 to use size specific integersRichard Levitte2017-04-041-19/+19
* Constify SSL_dup_CA_list()Dr. Stephen Henson2017-04-031-1/+1
* Don't use client specific functions to retrieve CA listDr. Stephen Henson2017-04-032-2/+2
* SSL_CONF support for certificate_authoritiesDr. Stephen Henson2017-04-031-4/+18
* New certificate_authorities functionsDr. Stephen Henson2017-04-037-44/+76
* Fix calls to SSL_get_server_tmp_key() in TLSv1.3Matt Caswell2017-04-031-2/+2
* Tweak a style issueMatt Caswell2017-04-031-4/+3
* Restore s->early_data_state with the original valueTatsuhiro Tsujikawa2017-04-031-2/+4
* Don't handle handshake messages when writing early data on serverMatt Caswell2017-04-031-1/+7
* Fix a typo in the SSL_get_max_early_data() declarationsKazuki Yamaguchi2017-04-031-1/+1
* Update SSL_extension_supported()Matt Caswell2017-03-311-3/+16
* Fix early data bug with pause between EoED and CFMatt Caswell2017-03-301-0/+1
* Fix bug with SSL_read_early_data()Matt Caswell2017-03-301-0/+10
* Fix the build warning under OPENSSL_NO_GOSTQin Long2017-03-291-2/+2
* Further de-obfuscationBenjamin Kaduk2017-03-291-3/+2
* More typo fixesFdaSilvaYY2017-03-297-20/+16
* Fix a few more typosFdaSilvaYY2017-03-283-6/+6
* Move the downgrade sentinel declarations to a header fileMatt Caswell2017-03-243-15/+11
* Add client side support for TLSv1.3 downgrade mechanismMatt Caswell2017-03-243-23/+80
* Add server side support for TLSv1.3 downgrade mechanismMatt Caswell2017-03-245-12/+62
* Fix resumption after HRRMatt Caswell2017-03-211-2/+9
* TLS1.3: Correct intermediate secret derivationJoseph Birr-Pixton2017-03-191-1/+1
* Implement certificate_authorities extensionDr. Stephen Henson2017-03-174-1/+60
* Support draft-19 TLS certificate request formatDr. Stephen Henson2017-03-172-58/+65
* Allow signature algorithms in TLS 1.3 certificate request extensions.Dr. Stephen Henson2017-03-172-2/+4
* Move parsing and construction of CA names to separate functionsDr. Stephen Henson2017-03-175-82/+104
* Remove obsolete version test when returning CA names.Dr. Stephen Henson2017-03-161-5/+5
* Add TLSv1.3 draft-19 messages to traceTodd Short2017-03-161-1/+6
* Fix the Padding extensionMatt Caswell2017-03-162-5/+43
* Updates following review feedbackMatt Caswell2017-03-162-7/+5
* Fix ciphersuite handling during an HRRMatt Caswell2017-03-161-18/+23