3295 Commits (f99f2448bd06ffa96575397d37a5caaebf3018d4)
 

Author SHA1 Message Date
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8 years ago
  David Benjamin 7072884350 Fix bssl client -session-out. 8 years ago
  Martin Kreichgauer 2aae802d2a Fix a typo in ssl.h. 8 years ago
  David Benjamin 0fb46d4a35 const-correct a variable. 8 years ago
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8 years ago
  David Benjamin bc61769e49 Update pinned revisions in util/bot. 8 years ago
  David Benjamin 57e929f3c8 Enable RSA-PSS in TLS 1.2 by default. 8 years ago
  David Benjamin 449c381971 Import NIST ECDSA verification tests. 8 years ago
  David Benjamin 9962057197 Test that the early callback can affect max_version. 8 years ago
  David Benjamin a6e86bc3dc Import NIST ECDSA signing tests. 8 years ago
  David Benjamin 163c95691a Forbid EMS from changing during renegotation. 8 years ago
  David Benjamin 147f1c468c Simplify RC4 code and remove assembly. 8 years ago
  David Benjamin 8c2d53ad99 Import NIST ECDH test vectors. 8 years ago
  David Benjamin 9b7d836b05 Be -Wnewline-eof clean. 8 years ago
  Matt Braithwaite 9c8c418853 Remove RC4 ciphersuites from TLS. 8 years ago
  David Benjamin 8aae8a126b Remove M_i2d_* and M_d2i_*. 8 years ago
  David Benjamin 1db42fb3ca Clarify CBS/CBB with respect to high tag number form. 8 years ago
  Adam Langley a6cd185a54 Set verify_result, even on failure. 8 years ago
  Adam Langley 008f081c63 Allow .arch directives with Clang. 8 years ago
  Adam Langley 81f433540e Don't crash when a session callback returns NULL. 8 years ago
  Matt Braithwaite 07e7806177 runner: use 3DES instead of RC4 where possible. 8 years ago
  David Benjamin c72e6f9c69 Fix off by 1 in ASN1_STRING_set() 8 years ago
  David Benjamin 311c2579f7 Declare SSL_R_BLOCK_CIPHER_PAD_IS_WRONG and SSL_R_NO_CIPHERS_SPECIFIED. 8 years ago
  David Benjamin 0fc37ef082 Fix a number of sigalg scope issues. 8 years ago
  Brian Smith 7bee853d18 Include |BN_MONT_CTX| construction in RSA verification speed test. 8 years ago
  David Benjamin 7c04075617 Rewrite BN_bn2dec. 8 years ago
  David Benjamin 4c4ff02fe8 Fix bn_wexpand's documentation. 8 years ago
  David Benjamin 7c7d8313ab Trim a few extensions when min_version is TLS 1.3. 8 years ago
  David Benjamin 5c4e8571cc Fill in the curve ID for TLS 1.3. 8 years ago
  David Benjamin 29e5cf7209 Remove SSL_SESSION_get_key_exchange_info. 8 years ago
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8 years ago
  David Benjamin 04aa694363 Implement BORINGSSL_UNSAFE_FUZZER_MODE for TLS 1.3. 8 years ago
  David Benjamin 0e95015aa5 RSA-PSS should work in TLS 1.2. 8 years ago
  David Benjamin 7aa31d68fc Remove ssl->verify_result. 8 years ago
  David Benjamin 93d9743def Deprecate and no-op SSL_set_verify_result. 8 years ago
  David Benjamin 46662482b8 Test resuming renewed sessions. 8 years ago
  Steven Valdez 32635b828f Add limit for consecutive KeyUpdate messages. 8 years ago
  David Benjamin dd634ebebd s/nginx/NGINX/ 8 years ago
  Steven Valdez 54ed58e806 Forbid PKCS1 in TLS 1.3. 8 years ago
  Adam Langley 37646838e9 Have |SSL_get_verify_result| return |X509_V_OK| when no client certificate is given. 8 years ago
  David Benjamin 867bcba05d Move ssl_handshake_new, etc., into s3_both.c. 8 years ago
  David Benjamin ee32bea1d3 Fix TLS 1.2 sigalgs fallback logic for ECDSA. 8 years ago
  Brian Smith 9b01c6148e Clarify origin of optimized computation of Montgomery n0. 8 years ago
  David Benjamin d224d52aba Add constants for BN_rand and use them. 8 years ago
  David Benjamin 8fcc755cf5 Don't add ERR_R_INTERNAL_ERROR to BN_R_NO_INVERSE. 8 years ago
  David Benjamin 8a8349b53e Request contexts are now illegal during the handshake. 8 years ago
  David Benjamin e73c7f4281 Flesh out missing TLS 1.3 state machine coverage. 8 years ago
  David Benjamin e54af069d8 Configure common config bits in one place. 8 years ago
  David Benjamin 405da48900 Improve TLS 1.3 resumption/version tests. 8 years ago
  Steven Valdez 4aa154e08f Adding code to send session as PSK Identity. 8 years ago