1476 コミット (5510863fbdb24867d80d607a78a1ac6437c9ba26)

作成者 SHA1 メッセージ 日付
  David Benjamin 5510863fbd Temporary remove the TLS 1.3 anti-downgrade mechanism. 8年前
  David Benjamin c241d79261 Add tests around compression methods. 8年前
  David Benjamin abe94e3b0d Test that SNI warning alerts are ignored. 8年前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8年前
  David Benjamin 0fb46d4a35 const-correct a variable. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  David Benjamin 57e929f3c8 Enable RSA-PSS in TLS 1.2 by default. 8年前
  David Benjamin 9962057197 Test that the early callback can affect max_version. 8年前
  David Benjamin 163c95691a Forbid EMS from changing during renegotation. 8年前
  Matt Braithwaite 9c8c418853 Remove RC4 ciphersuites from TLS. 8年前
  Adam Langley a6cd185a54 Set verify_result, even on failure. 8年前
  Adam Langley 81f433540e Don't crash when a session callback returns NULL. 8年前
  Matt Braithwaite 07e7806177 runner: use 3DES instead of RC4 where possible. 8年前
  David Benjamin 311c2579f7 Declare SSL_R_BLOCK_CIPHER_PAD_IS_WRONG and SSL_R_NO_CIPHERS_SPECIFIED. 8年前
  David Benjamin 0fc37ef082 Fix a number of sigalg scope issues. 8年前
  David Benjamin 7c7d8313ab Trim a few extensions when min_version is TLS 1.3. 8年前
  David Benjamin 5c4e8571cc Fill in the curve ID for TLS 1.3. 8年前
  David Benjamin 29e5cf7209 Remove SSL_SESSION_get_key_exchange_info. 8年前
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8年前
  David Benjamin 04aa694363 Implement BORINGSSL_UNSAFE_FUZZER_MODE for TLS 1.3. 8年前
  David Benjamin 0e95015aa5 RSA-PSS should work in TLS 1.2. 8年前
  David Benjamin 7aa31d68fc Remove ssl->verify_result. 8年前
  David Benjamin 93d9743def Deprecate and no-op SSL_set_verify_result. 8年前
  David Benjamin 46662482b8 Test resuming renewed sessions. 8年前
  Steven Valdez 32635b828f Add limit for consecutive KeyUpdate messages. 8年前
  David Benjamin dd634ebebd s/nginx/NGINX/ 8年前
  Steven Valdez 54ed58e806 Forbid PKCS1 in TLS 1.3. 8年前
  Adam Langley 37646838e9 Have |SSL_get_verify_result| return |X509_V_OK| when no client certificate is given. 8年前
  David Benjamin 867bcba05d Move ssl_handshake_new, etc., into s3_both.c. 8年前
  David Benjamin ee32bea1d3 Fix TLS 1.2 sigalgs fallback logic for ECDSA. 8年前
  David Benjamin 8a8349b53e Request contexts are now illegal during the handshake. 8年前
  David Benjamin e73c7f4281 Flesh out missing TLS 1.3 state machine coverage. 8年前
  David Benjamin e54af069d8 Configure common config bits in one place. 8年前
  David Benjamin 405da48900 Improve TLS 1.3 resumption/version tests. 8年前
  Steven Valdez 4aa154e08f Adding code to send session as PSK Identity. 8年前
  David Benjamin 05cad5e00c Fix typo. 8年前
  EKR 5013fb41f2 Adding PORTING.md for instructions on how to port the test runner 8年前
  David Benjamin eed2401cac Apply SendClientVersion at the end. 8年前
  David Benjamin 4ac2dc4c0d Add a comment about ServerHello.supported_groups. 8年前
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8年前
  David Benjamin 3e51757de2 Enforce the server ALPN protocol was advertised. 8年前
  Adam Langley 37b486aade Remove optimisation for known DH groups. 8年前
  David Benjamin 881f196075 Make ECDHE_PSK + AES_GCM unmatchable. 8年前
  David Benjamin 25fe85b38c Insert a state before cert_cb. 8年前
  David Benjamin fddbadcba9 Pass a ClientHello into ssl3_choose_cipher. 8年前
  David Benjamin 1deb41bb2d Move SCSV handling out of cipher list parsing. 8年前
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8年前
  David Benjamin e14ff06694 Only have one ClientHello parser, not three. 8年前
  EKR f71d7ed014 Shim-specific configuration file with suppressions and error translation. 8年前
  Martin Kreichgauer baafa4a653 Undo rename of tlsext_tick_lifetime_hint. 8年前