summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-12Fix no-dh buildsMatt Caswell
2017-01-11Fix compilation with no-nextprotonegMatt Caswell
2017-01-11Add a test "uitest"Richard Levitte
2017-01-11Add a few documentation lines about UI_OpenSSL()Richard Levitte
2017-01-11Document the UI utility functionsRichard Levitte
2017-01-11make updateRichard Levitte
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-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte
2017-01-10Fix no-ec following sigalgs refactorMatt Caswell
2017-01-10Fix tls1_set_sigalgs() length calculationMatt Caswell
2017-01-10Add some missing sigalgsMatt Caswell
2017-01-10Fix an uninit read picked up by TravisMatt Caswell
2017-01-10Fix a Travis failureMatt Caswell
2017-01-10Add some signature testsMatt Caswell
2017-01-10Teach TLSProxy how to re-encrypt a TLSv1.3 message after changesMatt Caswell
2017-01-10Extend ServerKeyExchange parsing to work with a signatureMatt Caswell
2017-01-10Teach TLSProxy about the CertificateVerify messageMatt Caswell
2017-01-10Teach SSL_trace about the new sigalgsMatt Caswell
2017-01-10Add a sigalg test to check we only allow sigalgs we sentMatt Caswell
2017-01-10Extend PSS signature support to TLSv1.2Matt Caswell
2017-01-10Fix test_sslversions to know that TLSv1.3 sets record version to TLSv1.0Matt Caswell
2017-01-10Always use TLSv1.0 for record layer version in TLSv1.3Matt Caswell
2017-01-10Add a TLS1.3 TODO for setting of sig algsMatt Caswell
2017-01-10Add some sig algs testsMatt Caswell
2017-01-10Ignore PKCS1 based sig algs in TLSv1.3Matt Caswell
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Fix client application traffic secretMatt Caswell
2017-01-10Temporarily ignore NewSessionTickets for TLS1.3Matt Caswell
2017-01-10Use the correct size for TLSv1.3 finished keysMatt Caswell
2017-01-10Ensure the record sequence number gets incrementedMatt Caswell
2017-01-10Remove some unneeded functionsMatt Caswell
2017-01-10Use NIDs instead of the old TLSv1.2 sigalgs hash and sig idsMatt Caswell
2017-01-10Remove a redundant functionMatt Caswell
2017-01-10Convert Sigalgs processing to use intsMatt Caswell
2017-01-10Sign CertificateVerify messages using PSS paddingMatt Caswell
2017-01-10Make CertificateVerify TLS1.3 awareMatt Caswell
2017-01-10Move Certificate Verify construction and processing into statem_lib.cMatt Caswell
2017-01-10Add a TODO(TLS1.3) around certificate selectionMatt Caswell
2017-01-10Fix typo in Blake2 function namesRich Salz
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx
2017-01-10Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte
2017-01-10Small fixes of cryptodev engineRichard Levitte
2017-01-10Mark a HelloRequest record as read if we ignore itMatt Caswell
2017-01-10use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin
2017-01-10fix for BSD cryptodevIaroslav Gridin
2017-01-10Remove commented-out HMAC codeIaroslav Gridin
2017-01-10Style the codeIaroslav Gridin
2017-01-10Remove unused ret variableIaroslav Gridin