summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2017-01-18Clean dead macros and definesFdaSilvaYY
2017-01-13Clarify what RUN_ONCE returnsRichard Levitte
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-11Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte
2017-01-11Add an application data field in the UI_METHODRichard Levitte
2017-01-11Constify the input parameter to UI_method_get_*Richard Levitte
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Make CertificateVerify TLS1.3 awareMatt Caswell
2017-01-10Move Certificate Verify construction and processing into statem_lib.cMatt Caswell
2017-01-09Use typedefs for PSK, NPN, ALPN callback functionsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2017-01-09Rename "verify_cb" to SSL_verify_cbRich Salz
2017-01-09Doc nits: callback function typedefsRich Salz
2017-01-08fix typo and remove duplicate macroDr. Stephen Henson
2017-01-08make errorsDr. Stephen Henson
2017-01-08Only allow PSS padding for PSS keys.Dr. Stephen Henson
2017-01-08Initial parameter restrictions.Dr. Stephen Henson
2017-01-08Add rsa_pss_get_param.Dr. Stephen Henson
2017-01-08Support pad mode get/set for PSS keys.Dr. Stephen Henson
2017-01-08Key gen param support.Dr. Stephen Henson
2017-01-08Digest string helper function.Dr. Stephen Henson
2017-01-08Support RSA operations in PSS.Dr. Stephen Henson
2017-01-08PSS parameter encode and decode.Dr. Stephen Henson