3424 Commits (14c7e8d2821caec7a795e8c540ea2ee32278bc7e)
 

Author SHA1 Message Date
  David Benjamin 14c7e8d282 BORINGSSL_UNSAFE_FUZZER_MODE implies BORINGSSL_UNSAFE_DETERMINISTIC_MODE. 8 years ago
  Adam Langley c5ac2b6c78 Rename X.509 members in |SSL_SESSION| and |CERT|. 8 years ago
  David Benjamin a983b4c248 Set SSL_MODE_NO_AUTO_CHAIN by default. 8 years ago
  Matthew Braithwaite b348897a02 Correctness fixes for NaCl and other platforms. 8 years ago
  David Benjamin da4789e412 Fix BoGo HelloVerifyRequest version handling. 8 years ago
  David Benjamin 4e41926774 Move key_block into SSL_HANDSHAKE. 8 years ago
  Kenneth Geisshirt 54955fe711 Allow building on MIPS. 8 years ago
  David Benjamin ec978dd812 Add corpora for fuzzers with fuzzer mode disabled. 8 years ago
  David Benjamin da86360852 Expose SSL_max_seal_overhead. 8 years ago
  Adam Langley 864c88799b Add STACK_OF(CRYPTO_BUFFER). 8 years ago
  Adam Langley d50f1c8e3d Address review comments from https://boringssl-review.googlesource.com/#/c/11920/2 8 years ago
  David Benjamin 123db57009 Measure session->timeout from ticket issuance. 8 years ago
  David Benjamin e75cc2766c Fix ssl3_send_new_session_ticket error-handling. 8 years ago
  David Benjamin 0a011fc49f Flush TLS 1.3 NewSessionTicket messages together. 8 years ago
  David Benjamin 8e816eb7b6 Treat sessions as expired on the boundary second. 8 years ago
  David Benjamin 5b7b09cfca Remove weird special-cases around times in SSL_SESSION. 8 years ago
  David Benjamin 0f31ac7566 Don't serialize negative times and timeouts. 8 years ago
  David Benjamin 11a7b3c2d9 Trim ssl_create_cipher_list slightly. 8 years ago
  David Benjamin 3c51d9b1b9 Test that session renewals interact with lifetimes correctly. 8 years ago
  Ladar Levison c034e2d3ce Add ED25519_keypair_from_seed. 8 years ago
  David Benjamin dda85e85a0 Remove the last of BIO_print_errors. 8 years ago
  David Benjamin d2cb1c19e2 Remove cipher_list_by_id. 8 years ago
  David Benjamin 9ec3798236 Don't access SSL internals in bssl_shim. 8 years ago
  David Benjamin abbbee10ad Detach TLS 1.3 cipher configuration from the cipher language. 8 years ago
  Adam Langley fb73e97292 Test that version is available in the ALPN callback. 8 years ago
  David Benjamin 7bb1d292cb Forbid using exporters during a renego. 8 years ago
  David Benjamin 4199b0d190 Add tests which modify the shim ticket. 8 years ago
  David Benjamin 7bb88bb686 Fix comment on session version field. 8 years ago
  David Benjamin 9ef31f01af Negotiate the cipher suite before ALPN. 8 years ago
  David Benjamin b2e2e32c35 Test that client and server enforce session timeouts. 8 years ago
  David Benjamin 997c706d43 Remove no-op loops in curve25519.c. 8 years ago
  Adam Langley 489833160b Add d2i_X509_from_buffer. 8 years ago
  David Benjamin 1e5ac5d502 Fix more clang-tidy warnings. 8 years ago
  Steven Valdez af3b8a990c Fix multiple PSK identity parsing. 8 years ago
  David Benjamin 70aba26c75 Skip ec_point_format if min_version >= TLS 1.3. 8 years ago
  David Benjamin af3b3d397e Only resolve which cipher list to use once. 8 years ago
  David Benjamin 74df74b98f Remove ssl_any_ec_cipher_suites_enabled check. 8 years ago
  Brian Smith f85d323114 TLS: Choose the max version supported by the client, not first. 8 years ago
  David Benjamin 6f73379114 Add X25519 length constants. 8 years ago
  Adam Langley cec45b7e43 Update links to Bazel's site. 8 years ago
  David Benjamin 4b0d0e4c5e Validate input iv/mac sizes in SSL_AEAD_CTX_new. 8 years ago
  David Benjamin ea213d1f0b Add missing include. 8 years ago
  David Benjamin b917909336 Move a few more types out of ssl.h. 8 years ago
  David Benjamin 8b176716e9 Test that SNI is accessible from the SNI callback. 8 years ago
  David Benjamin d547f55971 Remove superfluous const from CRYPTO_BUFFER_len. 8 years ago
  Brian Smith 0d211bdc4b Clarify the scope & initialization of |data_len| in |aead_tls_open|. 8 years ago
  David Benjamin 305e6fb7f7 Revise ssl_cipher_get_evp_aead. 8 years ago
  Alessandro Ghedini 5e393fedef Test getrandom(2) on Linux if available 8 years ago
  Adam Langley 9ef99d5656 Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL. 8 years ago
  David Benjamin 1b22f85a56 Reject tickets from the future. 8 years ago