26 Commits (7104cc96b752c45e02fd3f1728cf313263f04548)

Author SHA1 Message Date
  Brian Smith 271777f5ac Refactor ChaCha20-Poly1305 AEAD nonce handling. 9 years ago
  David Benjamin 0a870c2f7e Correctly free SSL_SESSIONs in ssl_test. 9 years ago
  David Benjamin 1269ddd377 Never use the internal session cache for a client. 9 years ago
  David Benjamin 0f653957c1 Add tests for the internal session cache behavior. 9 years ago
  David Benjamin 7a1eefd3cd Deprecate SSL_library_init. 9 years ago
  David Benjamin 1d128f369c Make SSL_get_client_CA_list slightly more OpenSSL-compatible. 9 years ago
  Matt Braithwaite af096751e8 Restore the NULL-SHA ciphersuite. (Alas.) 9 years ago
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 years ago
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 years ago
  David Benjamin 422fe08672 Add tests for the padding extension. 9 years ago
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. 9 years ago
  Adam Langley 85bc5601ee Add ECDHE-PSK-AES{128,256}-SHA cipher suites. 9 years ago
  Adam Langley 1feb42a2fb Drop ECDHE-PSK-AES-128-GCM. 9 years ago
  David Benjamin 338e06771c Reject sessions with the wrong structure version. 9 years ago
  David Benjamin f297e021f1 Reject unknown fields in d2i_SSL_SESSION. 9 years ago
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9 years ago
  David Benjamin 687937304b Revert "Temporarily break a handful of tests." 9 years ago
  David Benjamin a921d550d0 Temporarily break a handful of tests. 9 years ago
  David Benjamin 67be048e1a Convert ec_test to C++ 9 years ago
  David Benjamin 83f182c6c5 Revert "Temporary introduce a memory leak in ssl_test" 9 years ago
  David Benjamin 88d0f91952 Temporary introduce a memory leak in ssl_test 9 years ago
  David Benjamin 0344dafb71 Tidy cipher rule processing. 9 years ago
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9 years ago
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. 9 years ago
  David Benjamin e12c4378e9 Fix leak in ssl_test. 9 years ago
  David Benjamin 1d77e56b29 Convert ssl_test to C++. 9 years ago
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9 years ago
  David Benjamin 2bdb35ccbb Use SSL_get_cipher_by_value in cipher_get_rfc_name tests. 9 years ago
  David Benjamin 3673be7cb6 Fix standalone build on Win64. 9 years ago
  David Benjamin 65226257c1 Add SSL_CIPHER_get_rfc_name. 9 years ago
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 years ago
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10 years ago
  David Benjamin 3cac450af5 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. 10 years ago
  David Benjamin 7001a7fce6 Don't bother accepting key_arg when parsing SSL_SESSION. 10 years ago
  David Benjamin 751e889b1d Add SSL_SESSION serialization and deserialization tests. 10 years ago
  David Benjamin 37d924640a Disallow all special operators once groups are used. 10 years ago
  David Benjamin bb0a17c5e1 Add a set of tests for cipher string parsing. 10 years ago
  David Benjamin e113608a1c Switch the reason code check to a compile-time assert. 10 years ago
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 years ago
  David Benjamin 2e52121acd Fix magic SSL reason codes. 10 years ago
  Adam Langley 95c29f3cd1 Inital import. 10 years ago