summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-03-24Move the downgrade sentinel declarations to a header fileMatt Caswell
2017-03-24Add client side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24Add server side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-17Implement certificate_authorities extensionDr. Stephen Henson
2017-03-16Merge early_data_info extension into early_dataMatt Caswell
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell
2017-03-02Update early data API for writing to unauthenticated clientsMatt Caswell
2017-03-02Only accept early_data if the negotiated ALPN is the sameMatt Caswell
2017-03-02Don't accept early_data if we are going to issue a HelloRetryRequestMatt Caswell
2017-03-02Validate the ticket age for resumed sessionsMatt Caswell
2017-03-02Check max_early_data against the amount of early data we actually receiveMatt Caswell
2017-03-02Fix changing of the cipher state when dealing with early dataMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Implement the early data changes required in tls13_change_cipher_state()Matt Caswell
2017-03-02Parse the early_data extensionMatt Caswell
2017-03-02Construct the early_data extensionMatt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-03-02Parse the ticket_early_data_info extensionMatt Caswell
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell
2017-03-01Code health: ssl/ssl_locl.h unused macrosAndy
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-28Remove some dead code from libsslMatt Caswell
2017-02-24Tidy up certificate type handling.Dr. Stephen Henson
2017-02-23Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx
2017-02-23Add SSL_CTX early callbackBenjamin Kaduk
2017-02-23Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk
2017-02-23Export SSL_bytes_to_cipher_list()Benjamin Kaduk
2017-02-23Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk
2017-02-23Move CLIENTHELLO_MSG up in the headerBenjamin Kaduk
2017-02-23Store the number of extensions in CLIENTHELLO_MSGBenjamin Kaduk
2017-02-21remove md array: it is not used any more.Dr. Stephen Henson
2017-02-17Don't use an enum in the return type for a public API functionMatt Caswell
2017-02-17Fix a shadowed global variable warningMatt Caswell
2017-02-17Updates following review feedbackMatt Caswell
2017-02-17Limit the number of KeyUpdate messages we can processMatt Caswell
2017-02-17Actually update the keys when a KeyUpdate message is sent or receivedMatt Caswell
2017-02-17Provide a function to send a KeyUpdate messageMatt Caswell
2017-02-16Use tls_choose_sigalg for client auth.Dr. Stephen Henson
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-15Use CERT_PKEY pointer instead of indexDr. Stephen Henson
2017-02-15Use cert_index and sigalgDr. Stephen Henson
2017-02-15Add sigalg for earlier TLS versionsDr. Stephen Henson
2017-02-15Change tls_choose_sigalg so it can set errors and alerts.Dr. Stephen Henson
2017-02-15add ssl_has_certDr. Stephen Henson
2017-02-14Add a bytestogroup macroMatt Caswell
2017-02-14Add server side support for creating the Hello Retry Request messageMatt Caswell