aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-231-0/+7
* Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-5/+6
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-0/+5
* Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk2017-02-231-1/+2
* Move CLIENTHELLO_MSG up in the headerBenjamin Kaduk2017-02-231-29/+29
* Store the number of extensions in CLIENTHELLO_MSGBenjamin Kaduk2017-02-231-0/+1
* remove md array: it is not used any more.Dr. Stephen Henson2017-02-211-2/+0
* Don't use an enum in the return type for a public API functionMatt Caswell2017-02-171-1/+1
* Fix a shadowed global variable warningMatt Caswell2017-02-171-1/+1
* Updates following review feedbackMatt Caswell2017-02-171-2/+0
* Limit the number of KeyUpdate messages we can processMatt Caswell2017-02-171-0/+4
* Actually update the keys when a KeyUpdate message is sent or receivedMatt Caswell2017-02-171-0/+3
* Provide a function to send a KeyUpdate messageMatt Caswell2017-02-171-0/+2
* Use tls_choose_sigalg for client auth.Dr. Stephen Henson2017-02-161-2/+0
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-1/+5
* Use CERT_PKEY pointer instead of indexDr. Stephen Henson2017-02-151-4/+6
* Use cert_index and sigalgDr. Stephen Henson2017-02-151-3/+0
* Add sigalg for earlier TLS versionsDr. Stephen Henson2017-02-151-0/+1
* Change tls_choose_sigalg so it can set errors and alerts.Dr. Stephen Henson2017-02-151-1/+1
* add ssl_has_certDr. Stephen Henson2017-02-151-0/+9
* Add a bytestogroup macroMatt Caswell2017-02-141-0/+3
* Add server side support for creating the Hello Retry Request messageMatt Caswell2017-02-141-0/+3
* Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson2017-02-101-10/+9
* Add SSL_kANY and SSL_aANYDr. Stephen Henson2017-02-081-0/+5
* Add function tls_choose_sigalg().Dr. Stephen Henson2017-02-021-0/+6
* Add support for logging out TLSv1.3 secretsCory Benfield2017-02-021-6/+12
* Majority rules, use session_ctx vs initial_ctxTodd Short2017-01-311-4/+1
* Remove peer_md and use peer_sigalg instead.Dr. Stephen Henson2017-01-311-2/+0
* Simplify sigalgs code.Dr. Stephen Henson2017-01-311-1/+0
* Add digest and key indices to table.Dr. Stephen Henson2017-01-311-0/+10
* Store table entry to peer signature algorithm.Dr. Stephen Henson2017-01-311-23/+24
* Replace TLS_SIGALGS with SIGALG_LOOKUPDr. Stephen Henson2017-01-301-13/+20
* Store peer signature type.Dr. Stephen Henson2017-01-301-6/+4
* Use uint16_t for signature scheme.Dr. Stephen Henson2017-01-301-6/+6
* Various style fixes following review feedbackMatt Caswell2017-01-301-0/+7
* Move the SSL3_CK_CIPHERSUITE_FLAG out of public headerMatt Caswell2017-01-301-0/+3
* If we have no suitable PSK kex modes then don't attempt to resumeMatt Caswell2017-01-301-1/+1
* Fix <= TLS1.2 breakMatt Caswell2017-01-301-1/+1
* Make the "ticket" function return codes clearerMatt Caswell2017-01-301-12/+18
* Always ensure that session->cipher is setMatt Caswell2017-01-301-1/+0
* Tweak a commentMatt Caswell2017-01-301-1/+1
* Implement Server side of PSK extension parsingMatt Caswell2017-01-301-0/+12
* Add support for the age_add fieldMatt Caswell2017-01-301-0/+1
* Construct the client side psk extension for TLSv1.3Matt Caswell2017-01-301-6/+25
* Add support for the psk_key_exchange_modes extensionMatt Caswell2017-01-301-0/+15
* Move state machine knowledge out of the record layerMatt Caswell2017-01-301-2/+5
* Use correct signature algorithm list when sending or checking.Dr. Stephen Henson2017-01-261-1/+1
* Fix a few misspellings.FdaSilvaYY2017-01-251-3/+3
* Add support for key logging callbacks.Cory Benfield2017-01-231-0/+26
* Fix compilation with no-nextprotonegMatt Caswell2017-01-111-1/+1