summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2017-02-14Add client side support for parsing Hello Retry RequestMatt Caswell
2017-02-14Add server side support for creating the Hello Retry Request messageMatt Caswell
2017-02-08Add remaining TLS1.3 ciphersuitesDr. Stephen Henson
2017-02-08Use contants for Chacha/Poly, redo algorithm expressions.Dr. Stephen Henson
2017-02-08Add constants to CCM and TLS.Dr. Stephen Henson
2017-02-08Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson
2017-02-02make errorsDr. Stephen Henson
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-30Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson
2017-01-30Move the SSL3_CK_CIPHERSUITE_FLAG out of public headerMatt Caswell
2017-01-30Fix <= TLS1.2 breakMatt Caswell
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Implement server side of PSK extension constructionMatt Caswell
2017-01-30Implement Server side of PSK extension parsingMatt Caswell
2017-01-30Provide a key_share extension finaliserMatt Caswell
2017-01-30Add support for client side parsing of the PSK extensionMatt Caswell
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell
2017-01-30Move state machine knowledge out of the record layerMatt Caswell
2017-01-30Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flagMatt Caswell
2017-01-28Document what EXFLAG_SET is for in x509v3.hRichard Levitte
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-25Fix a merge errorMatt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-23Add support for key logging callbacks.Cory Benfield
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson