summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2017-01-10Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin
2017-01-10Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin
2017-01-10cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos
2017-01-10cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos
2017-01-09Review commentsRich Salz
2017-01-09Use typedefs for PSK, NPN, ALPN callback functionsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2017-01-09Fix build issues with no-dh, no-dsa and no-ecRichard Levitte
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2017-01-09Rename "verify_cb" to SSL_verify_cbRich Salz
2017-01-09Doc nits: callback function typedefsRich Salz
2017-01-08Add server temp key type checksDr. Stephen Henson
2017-01-08Add new ssl_test option.Dr. Stephen Henson
2017-01-08fix a few more style issuesDr. Stephen Henson
2017-01-08Documentation clarification and fixes.Dr. Stephen Henson
2017-01-08Remove unnecessary frees and style fixes.Dr. Stephen Henson
2017-01-08fix typo and remove duplicate macroDr. Stephen Henson
2017-01-08Add documentation for PSS control operations.Dr. Stephen Henson
2017-01-08Use more desciptive macro name rsa_pss_restricted()Dr. Stephen Henson
2017-01-08style issuesDr. Stephen Henson