summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-03-16Remove some unused PEM structuresBenjamin Kaduk
2017-03-15Add EC_KEY_get0_engine()Richard Levitte
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-03-10Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell
2017-03-07Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell
2017-03-06Tweak the TLSv1.3 record overflow limitsMatt Caswell
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell
2017-03-03Set specific error is we have no valid signature algorithms setDr. Stephen Henson
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Make SSL_write_early_finish() an internal only functionMatt Caswell
2017-03-02Enable the server to call SSL_write() without stopping the ability to call SS...Matt Caswell
2017-03-02Enable the client to call SSL_read() without stopping the ability to call SSL...Matt Caswell
2017-03-02Introduce a new early_data state in the state machineMatt Caswell
2017-03-02Make SSL_get_early_data_status() take a constMatt Caswell
2017-03-02Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a constMatt Caswell
2017-03-02Add a SSL_SESSION_get_max_early_data() functionMatt Caswell
2017-03-02Check max_early_data against the amount of early data we actually receiveMatt 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-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-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed tooRichard Levitte
2017-02-28Code health: Remove another VAX C-ism, globaldef and globalrefRichard Levitte
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-27Renumber to avoid a error code clashRichard Levitte
2017-02-27Initial incomplete TLS 1.3 certificate request support.Dr. Stephen Henson
2017-02-26Add a null UI methodRichard Levitte
2017-02-24Reject compressed point format with TLS 1.3Dr. Stephen Henson
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2017-02-23Fix duplicate error codesKurt Roeckx
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-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-17Fix a merge errorMatt Caswell
2017-02-17Don't use an enum in the return type for a public API functionMatt 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-17Add a SSL_get_key_update_type() functionMatt Caswell
2017-02-17Add the ability for a client to receive a KeyUpdate messageMatt Caswell
2017-02-17Provide a function to send a KeyUpdate messageMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-15Fix merge issueMatt Caswell
2017-02-15Change tls_choose_sigalg so it can set errors and alerts.Dr. Stephen Henson