aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Code health: ssl/ssl_locl.h unused macrosAndy2017-03-011-13/+0
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-016-63/+1
* Remove some commented out code in libsslMatt Caswell2017-02-284-18/+0
* Remove some #if 0 code in ssl, crypto/bioTodd Short2017-02-282-13/+1
* Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte2017-02-281-8/+1
* Clean up references to FIPSEmilia Kasper2017-02-286-74/+2
* Remove unnecessary memset after PR #2583 avoids accessingBernd Edlinger2017-02-281-1/+0
* Remove some dead code from libsslMatt Caswell2017-02-285-31/+0
* Trace support for TLS 1.3 certificate request messageDr. Stephen Henson2017-02-271-33/+42
* Initial incomplete TLS 1.3 certificate request support.Dr. Stephen Henson2017-02-273-22/+73
* Add missing blank lines and cosmetic improvementsDr. Stephen Henson2017-02-261-4/+16
* TLS 1.3 support for ssl_print_ticket()Dr. Stephen Henson2017-02-261-2/+17
* print out alpn extensionDr. Stephen Henson2017-02-261-0/+20
* Add ffdhe groups to trace outputDr. Stephen Henson2017-02-261-0/+5
* Print numerical value of named roupsDr. Stephen Henson2017-02-261-4/+4
* Add entry for PSK extensionDr. Stephen Henson2017-02-261-0/+1
* Add trace entries for remaining TLS 1.3 ciphersuitesDr. Stephen Henson2017-02-261-0/+4
* For TLS 1.3 reject SHA1 TLS signaturesDr. Stephen Henson2017-02-251-5/+7
* Reject compressed point format with TLS 1.3Dr. Stephen Henson2017-02-242-3/+12
* Add SuiteB support to tls_choose_sigalg()Dr. Stephen Henson2017-02-241-0/+17
* Tidy up certificate type handling.Dr. Stephen Henson2017-02-245-62/+37
* Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx2017-02-234-43/+76
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-234-134/+269
* Prepare for WORK_MORE_CBenjamin Kaduk2017-02-232-1/+6
* Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-234-76/+113
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-234-155/+168
* Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk2017-02-234-6/+8
* Add more first-class support for SCSVSBenjamin Kaduk2017-02-231-2/+28
* Move CLIENTHELLO_MSG up in the headerBenjamin Kaduk2017-02-231-29/+29
* Store the number of extensions in CLIENTHELLO_MSGBenjamin Kaduk2017-02-232-1/+3
* output number of exts from tls_collect_extensions()Benjamin Kaduk2017-02-234-12/+14
* Add some more consistency checks in tls_decrypt_ticket.Bernd Edlinger2017-02-221-0/+5
* Fix i2d_SSL_SESSION pp output parameter should point to end of asn1 data.Bernd Edlinger2017-02-221-2/+2
* Check validity, not just signing for all certificatesDr. Stephen Henson2017-02-211-2/+2
* Set default validity flags.Dr. Stephen Henson2017-02-211-10/+30
* remove md array: it is not used any more.Dr. Stephen Henson2017-02-213-107/+27
* fix spelling of Camellia in commentPauli2017-02-211-2/+2
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-4/+1
* Explicitly disallow DSA for TLS 1.3Dr. Stephen Henson2017-02-171-5/+12
* Updates following review feedbackMatt Caswell2017-02-173-3/+1
* Don't use an enum in the return type for a public API functionMatt Caswell2017-02-172-3/+3
* Fix a shadowed global variable warningMatt Caswell2017-02-172-8/+8
* Updates following review feedbackMatt Caswell2017-02-174-7/+9
* Limit the number of KeyUpdate messages we can processMatt Caswell2017-02-173-0/+13
* Actually update the keys when a KeyUpdate message is sent or receivedMatt Caswell2017-02-176-51/+141
* If we receive an "update_requested" KeyUpdate then respond with a KeyUpdateMatt Caswell2017-02-173-0/+20
* Add the ability for a server to receive a KeyUpdate messageMatt Caswell2017-02-171-1/+17
* Add a SSL_get_key_update_type() functionMatt Caswell2017-02-171-0/+5
* Add the ability for a client to send a KeyUpdate messageMatt Caswell2017-02-172-6/+19
* Add the ability for a client to receive a KeyUpdate messageMatt Caswell2017-02-174-0/+33