aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure after an HRR any PSKs have the right hashMatt Caswell2017-03-161-0/+8
* HelloRetryRequest updates for draft-19Matt Caswell2017-03-166-49/+181
* Check ClientHello boundary as per draft-19Matt Caswell2017-03-161-0/+8
* Merge early_data_info extension into early_dataMatt Caswell2017-03-167-51/+37
* Update end of early data processing for draft-19Matt Caswell2017-03-1612-112/+155
* Update secret generation for draft-19Matt Caswell2017-03-161-0/+24
* Remove dead codeBenjamin Kaduk2017-03-151-3/+0
* Tighten up client status_request processingBenjamin Kaduk2017-03-151-1/+1
* Clear alpn_selected_len for clients, tooBenjamin Kaduk2017-03-151-1/+1
* De-obfuscateBenjamin Kaduk2017-03-141-2/+2
* Fix some -Wshadow warningsBenjamin Kaduk2017-03-141-23/+23
* Use the callbacks from the SSL object instead of the SSL_CTX objectPauli2017-03-101-8/+6
* Avoid questionable use of the value of a pointerBernd Edlinger2017-03-101-1/+2
* Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell2017-03-103-1/+5
* Check that the PSK extension is lastMatt Caswell2017-03-101-2/+6
* Fixup previous merge.Bernd Edlinger2017-03-101-1/+1
* this change will prevent undefined behavior when src and dst are equal (memcp...Roberto Guimaraes2017-03-081-2/+4
* Fix no-compMatt Caswell2017-03-081-0/+6
* Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell2017-03-073-0/+31
* Provide a function to test whether we have unread records pendingMatt Caswell2017-03-073-1/+15
* Get pointer type right in BIO_ssl_shutdown()Rich Salz2017-03-071-8/+9
* Tweak the TLSv1.3 record overflow limitsMatt Caswell2017-03-061-7/+19
* Fix double free in cookie generation.Kurt Roeckx2017-03-061-0/+1
* Don't call memcmp with a NULL pointerMatt Caswell2017-03-041-2/+3
* Add basic TLSv1.3 cookie supportMatt Caswell2017-03-046-0/+62
* Fix a memory leak on an error pathMatt Caswell2017-03-041-0/+1
* Set specific error is we have no valid signature algorithms setDr. Stephen Henson2017-03-032-1/+4
* Signature algorithm enhancement.Dr. Stephen Henson2017-03-031-25/+31
* Disallow zero length signature algorithmsDr. Stephen Henson2017-03-032-1/+2
* Don't allow DSA for TLS 1.3Dr. Stephen Henson2017-03-031-0/+3