460 Commits (d3bcf13165899ba1a2acfbe57cf4a1365010de39)

Author SHA1 Message Date
  Adam Langley 7571292eac Extended master secret support. 10 years ago
  David Benjamin 89abaea141 Reimplement i2d_SSL_SESSION using CBB. 10 years ago
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. 10 years ago
  David Benjamin 9f2c0d7a94 Remove T** parameter to ssl_bytes_to_cipher_list. 10 years ago
  David Benjamin 751e889b1d Add SSL_SESSION serialization and deserialization tests. 10 years ago
  David Benjamin d7a76e72c6 Remove key_arg and key_arg_length from SSL_SESSION. 10 years ago
  David Benjamin a19fc259f0 Move ECC extensions out of SSL_SESSION. 10 years ago
  David Benjamin 7f7882f1a8 Remove obsolete TODO 10 years ago
  David Benjamin a650e05484 Fix pqueue_test.c memory leak. 10 years ago
  Adam Langley 3831173740 Fix memory leak when decoding corrupt tickets. 10 years ago
  Adam Langley 88333ef7d7 Fix switching between AEAD and non-AEAD in a renegotiation. 10 years ago
  David Benjamin 180d1eb04c Remove SSL_get_shared_ciphers. 10 years ago
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 years ago
  David Benjamin ef5c4946f3 Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL. 10 years ago
  David Benjamin 5b33a5e0dd Merge the get_ssl_method hooks between TLS and SSLv3. 10 years ago
  David Benjamin a9ca90abbb Fix ServerHello EC point format extension check. 10 years ago
  David Benjamin 42e9a77c43 Split tls1_check_ec_key. 10 years ago
  David Benjamin 00075b80ca Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func. 10 years ago
  David Benjamin 5491e3fdb7 Clean up ssl_cipher_list_to_bytes a little. 10 years ago
  Ben Laurie eba2384e53 Missing includes for FreeBSD. 10 years ago
  Adam Langley 5d0c163b37 Also clean the last byte of the PSK identity. 10 years ago
  David Benjamin 01fe820ab9 Add tests for client version negotiation and session resumption. 10 years ago
  David Benjamin 30ddb434bf Handle session resumption in SSLv23_client_method. 10 years ago
  David Benjamin b0c8db7347 runner: don't resume sessions if SessionTicketsDisabled is true. 10 years ago
  David Benjamin 7f520dbd8d Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1. 10 years ago
  David Benjamin 37d924640a Disallow all special operators once groups are used. 10 years ago
  David Benjamin 2a5ea98a46 Remove redundant check in cipher rule parsing. 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 d7c5368a0f Add missing errors codes for alerts. 10 years ago
  David Benjamin fc7b086305 Test that ALPN is preferred over NPN. 10 years ago
  David Benjamin ae2888fbdc Add tests for ALPN support. 10 years ago
  David Benjamin fa055a2b77 Implement ALPN in runner.go. 10 years ago
  David Benjamin 812152aa3b Don't deadlock if a resume test fails the first half. 10 years ago
  David Benjamin e78bfded9f Improve test coverage for server_name extension. 10 years ago
  David Benjamin 594a58e078 Remove remnants of export cipher suite selection. 10 years ago
  David Benjamin d633d6303c Remove indirection in loading ciphers. 10 years ago
  David Benjamin 172fc2c427 Fix some OPENSSL_PUT_ERROR calls. 10 years ago
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10 years ago
  David Benjamin f7768e43b2 Test SHA-256 and SHA-384 CBC-mode cipher suites. 10 years ago
  David Benjamin c92c2d7a07 Prune some dead quirks and document the SSL_OP_ALL ones. 10 years ago
  David Benjamin 859ec3cc09 Add SSL_CTX_set_keylog_bio. 10 years ago
  David Benjamin df90a64483 Remove MD5, SHA-224, and SHA-512 handling from s3_cbc.c. 10 years ago
  David Benjamin 39ebf53dd3 Check the server did not use a TLS 1.2 cipher suite pre-TLS 1.2. 10 years ago
  David Benjamin 120a674c00 Fix the return values for most of SRTP. 10 years ago
  David Benjamin 5c24a1d6b6 Add a test for SSL_OP_TLS_D5_BUG. 10 years ago
  David Benjamin f0fd37323b Remove remnants of EVP_CIPHER-based AES_GCM cipher. 10 years ago
  Adam Langley b2cb0ece76 Fix minor issues found by Clang's analysis. 10 years ago
  Adam Langley ed8270a55c Fix crash as server when resuming with SNI. 10 years ago
  Alex Chernyakhovsky 04dbb7f1d1 Add tests for pqueue 10 years ago