3519 Commits (5fa25381625e68cf6e2826c05ba893bc6e24ba59)
 

Author SHA1 Message Date
  David Benjamin 45bdb2e1e3 Remove identical tests. 8 years ago
  David Benjamin 3b6fb5903c Use fewer macros in C ChaCha implementation. 8 years ago
  David Benjamin 3d458dc048 Revert of Determining certificate_auth and key_exchange based on SSL. 8 years ago
  David Benjamin 639846e5e4 Add tests for trailing data in handshake messages. 8 years ago
  David Benjamin cd2c806530 Factor per-message test machinery out. 8 years ago
  David Benjamin 7208822d5e Build debug symbols for assembly. 8 years ago
  David Benjamin 54091230cd Use C99 for size_t loops. 8 years ago
  David Benjamin c763a40101 Replace CBC_MAC_ROTATE_IN_PLACE with an N lg N rotation. 8 years ago
  Steven Valdez 84b5c003cc Serialize unresumable sessions to a placeholder value. 8 years ago
  Steven Valdez bd09eccd6d Determining certificate_auth and key_exchange based on SSL. 8 years ago
  Alessandro Ghedini 1fc7e9ccd2 Remove trailing ';' from macros 8 years ago
  David Benjamin 4d0be24319 Only allow SSL_set_session before the handshake. 8 years ago
  David Benjamin 8e726eca12 Remove unused crypto/perlasm/cbc.pl. 8 years ago
  David Benjamin fc0c9d9665 Use a common state to begin the handshake. 8 years ago
  David Benjamin 5510863fbd Temporary remove the TLS 1.3 anti-downgrade mechanism. 8 years ago
  David Benjamin 0e9138d295 We no longer allow out < in in-place operations 8 years ago
  David Benjamin 2f401ecaac Fix IWYU violation in speed.cc. 8 years ago
  David Benjamin 31168c9999 Print out the signature algorithm in bssl client. 8 years ago
  Steven Valdez ed6c5d3910 crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'rm'. 8 years ago
  David Benjamin 4709203de6 Make forward-declaring bssl::UniquePtr<T> actually work. 8 years ago
  Steven Valdez 934b57e8c9 Fix a few leaks in X509_REQ_to_X509. 8 years ago
  David Benjamin c241d79261 Add tests around compression methods. 8 years ago
  David Benjamin abe94e3b0d Test that SNI warning alerts are ignored. 8 years ago
  David Benjamin 3e5619d121 Blacklist STLPort from C++ scopers. 8 years ago
  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