summaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)Author
2014-09-25Add tests for client version negotiation and session resumption.David Benjamin
2014-09-25Handle session resumption in SSLv23_client_method.David Benjamin
2014-09-24runner: don't resume sessions if SessionTicketsDisabled is true.David Benjamin
2014-09-24Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1.David Benjamin
2014-09-22Disallow all special operators once groups are used.David Benjamin
2014-09-22Remove redundant check in cipher rule parsing.David Benjamin
2014-09-22Add a set of tests for cipher string parsing.David Benjamin
2014-09-22Switch the reason code check to a compile-time assert.David Benjamin
2014-09-17Add missing errors codes for alerts.David Benjamin
2014-09-15Test that ALPN is preferred over NPN.David Benjamin
2014-09-15Add tests for ALPN support.David Benjamin
2014-09-15Implement ALPN in runner.go.David Benjamin
2014-09-15Don't deadlock if a resume test fails the first half.David Benjamin
2014-09-15Improve test coverage for server_name extension.David Benjamin
2014-09-15Remove remnants of export cipher suite selection.David Benjamin
2014-09-15Remove indirection in loading ciphers.David Benjamin
2014-09-15Fix some OPENSSL_PUT_ERROR calls.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-09-06Test SHA-256 and SHA-384 CBC-mode cipher suites.David Benjamin
2014-09-03Prune some dead quirks and document the SSL_OP_ALL ones.David Benjamin
2014-09-03Add SSL_CTX_set_keylog_bio.David Benjamin
2014-09-02Remove MD5, SHA-224, and SHA-512 handling from s3_cbc.c.David Benjamin
2014-09-02Check the server did not use a TLS 1.2 cipher suite pre-TLS 1.2.David Benjamin
2014-09-02Fix the return values for most of SRTP.David Benjamin
2014-09-02Add a test for SSL_OP_TLS_D5_BUG.David Benjamin
2014-09-02Remove remnants of EVP_CIPHER-based AES_GCM cipher.David Benjamin
2014-09-02Fix minor issues found by Clang's analysis.Adam Langley
2014-09-02Fix crash as server when resuming with SNI.Adam Langley
2014-09-02Add tests for pqueueAlex Chernyakhovsky
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-29Test client auth under TLS 1.2 hash mismatch and SSL 3.David Benjamin
2014-08-28Remove session_ctx macro.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-27Revise hash management for reading the Finished message.David Benjamin
2014-08-27Compute the Channel ID hash after ssl_get_message.David Benjamin
2014-08-27Introduce a hash_message parameter to ssl_get_message.David Benjamin
2014-08-26Move a variable declaration to function start.Adam Langley
2014-08-26Rename some message functions for consistency.David Benjamin
2014-08-26Add a test to ensure False Start occurs.David Benjamin
2014-08-26Remove logic for non-signing client certificates.David Benjamin
2014-08-26Add basic TLS Channel ID tests.David Benjamin
2014-08-25Fix FalseStart-SessionTicketsDisabled tests.David Benjamin
2014-08-25Introduce a mechanism for base64 options.David Benjamin
2014-08-25Update ssl3_get_channel_id for the simpler ECDSA_do_verify.David Benjamin
2014-08-25Implement TLS Channel ID in runner.goDavid Benjamin
2014-08-25Fix flipped DTLS checks.David Benjamin
2014-08-25Fix duplicate test name.David Benjamin
2014-08-21Implement client side of TLS signed certificate stamps extension.HÃ¥vard Molland
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin