1913 Commits (1269ddd3773f50dfc2c3c9e23a2249ded1415ba3)
 

Author SHA1 Message Date
  David Benjamin a7d1363fcb Prune removed key types from SSL_PKEY_*. 10 years ago
  David Benjamin ef2116d33c Remove DSA-based cipher suites and client auth. 10 years ago
  David Benjamin cff6472442 Mark some more globals as const. 10 years ago
  David Benjamin 0da0e18a60 Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS. 10 years ago
  David Benjamin bd30f8e34a Remove support on both sides for *_fixed_(ec)dh client auth. 10 years ago
  David Benjamin d0639af978 Remove single-DES cipher suites. 10 years ago
  David Benjamin ebf42b5f6f Remove remnants of now-removed cipher suites. 10 years ago
  Adam Langley f6faa4b710 Export some extra functions and values. 10 years ago
  Adam Langley e7bf281be1 Fix (harmless) memory leak in the test harness. 10 years ago
  Adam Langley 389e3f0daa Fix minor comment typos. 10 years ago
  Adam Langley 66c249ce91 Remove some dead code. 10 years ago
  David Benjamin ede973a89a Tidy up cipher ordering. 10 years ago
  Adam Langley 6bc658d2e3 Split off private_transform function in RSA. 10 years ago
  Adam Langley 214cd44283 Export BN_num_bits_word. 10 years ago
  David Benjamin e712778a7b Remove rsa_md5, md5, and sha1 fields from SSL_CTX. 10 years ago
  Yoshisato Yanagisawa b7725cf3ec Include Windows.h in some source files. 10 years ago
  David Benjamin 8bc38f556a DTLS version negotiation doesn't happen at HelloVerifyRequest. 10 years ago
  David Benjamin f2fedefdca Simplify HelloVerifyRequest processing. 10 years ago
  David Benjamin cc23df53da Remove SSL_OP_CISCO_ANYCONNECT. 10 years ago
  David Benjamin 6f2600199c Mark all SSL_CIPHERs as const. 10 years ago
  David Benjamin fb4ea28bb8 Tidy DTLS cookie callback types. 10 years ago
  David Benjamin f4501347c9 Remove default_timeout hook. 10 years ago
  Victor Vasiliev 5216a931b7 Increase minimum required cmake version 10 years ago
  David Benjamin d4178fd9d8 Remove AES-GCM cipher indices. 10 years ago
  David Benjamin b00eee1935 Trim unused cipher indices and definitions. 10 years ago
  David Benjamin 335d10d201 Remove Suite B mode. 10 years ago
  David Benjamin 76d8abe7fd Get SSL 3.0 server tests working. 10 years ago
  David Benjamin 6fd297bb62 Add initial DTLS tests. 10 years ago
  David Benjamin c10dde465e Only allow indefinite lengths for constructed types. 10 years ago
  Adam Langley 82b7da271f Set SSL_SESSION.cipher when parsing. 10 years ago
  Adam Langley 0f4746e207 Add SSL_SESSION_get_version. 10 years ago
  Adam Langley 4dc016f8b3 Clarify a comment. 10 years ago
  Adam Langley b8b5478248 Expose two, rather internal, BIGNUM functions. 10 years ago
  Adam Langley 660140206e Add EVP_EncodedLength. 10 years ago
  Adam Langley e2c4d26214 Recover BIO_number_{read|written}. 10 years ago
  David Benjamin 1b96526c6f Merge tls1_* method hooks with the ssl3_* versions. 10 years ago
  David Benjamin 5a593af42a Move configuration into a dedicated TestConfig struct. 10 years ago
  David Benjamin 83c0bc94d7 Test-only DTLS implementation in runner.go. 10 years ago
  David Benjamin 51e3283d62 Port dtls1_get_hello_verify to CBS. 10 years ago
  David Benjamin 9174312be6 Update d1_clnt.c to use ssl_cipher_has_server_public_key. 10 years ago
  David Benjamin 6491e8c267 Allow renewed tickets on session resumption in DTLS. 10 years ago
  David Benjamin 09bd58d1f1 Replace some DTLS version checks with SSL_IS_DTLS. 10 years ago
  Håvard Molland 16c623b83d Fix of handling weak dh server keys. 10 years ago
  Håvard Molland 584d28cad6 Use OPENSSL_free instead of free. 10 years ago
  Adam Langley f1df2b3fbf Add SSL_CIPHER_get_kx_name. 10 years ago
  Adam Langley 8eaaa86da3 Add mode to disallow session creation. 10 years ago
  David Benjamin 98e882ead1 Clean up s23_srvr.c. 10 years ago
  Adam Langley f476d30deb Fix err_test. 10 years ago
  Adam Langley 03d31ed3e4 Add ERR_remove_thread_state (for Android). 10 years ago
  Adam Langley ded93581f1 Windows build fixes. 10 years ago