3424 Commits (14c7e8d2821caec7a795e8c540ea2ee32278bc7e)
 

Author SHA1 Message Date
  David Benjamin 2a0c496ab3 Fix duplicate test name. 10 years ago
  Adam Langley 8e16b6e658 Add PKCS#12 parser. 10 years ago
  Adam Langley 9c01e00c2e Rework support for ASN.1 BER. 10 years ago
  Adam Langley cc8fcf45bb Add 40-bit RC2 support. 10 years ago
  Håvard Molland 9169c96458 Implement client side of TLS signed certificate stamps extension. 10 years ago
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 years ago
  David Benjamin 5213df4e9e Prefer AES-GCM when hardware support is available. 10 years ago
  David Benjamin 92909a6206 Remove MS SGC support on the the server. 10 years ago
  David Benjamin b52e3dded2 Move common code between two branches. 10 years ago
  David Benjamin 422d3a4015 Remove some unused state and code. 10 years ago
  Håvard Molland fd00303a54 Don't scan libfoo_error.c for error codes. 10 years ago
  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