2998 Commits (5440fe0cd10aab3c106eadf9873bb6d61344e29f)
 

Author SHA1 Message Date
  David Benjamin 4748944644 Reorder functions in bn_test. 8 years ago
  David Benjamin ffb7adccc7 Convert BN_mod_sqrt tests to bn_tests.txt. 8 years ago
  Adam Langley 61367eedfe Set variables to avoid false-positive compiler warnings. 8 years ago
  Adam Langley 403c52aa94 Support “-starttls smtp” in `bssl client` 8 years ago
  Adam Langley abe22b605f BUILD: drop -fvisibility=hidden. 8 years ago
  David Benjamin 7a4b404da5 Remove SSL_get_server_key_exchange_hash. 8 years ago
  David Benjamin 397c8e6fb6 Forbid renegotiation in TLS 1.3. 8 years ago
  David Benjamin 71dd6660e8 Test that stray HelloRequests during the handshake are ignored. 8 years ago
  David Benjamin 97718f1437 Move references to init_buf into SSL_PROTOCOL_METHOD. 8 years ago
  David Benjamin a2c42d7685 Rename (s3,d1)_meth.c. 8 years ago
  Alessandro Ghedini 0d099f0f1b Define RAND_cleanup in one place only 8 years ago
  Nick Harper 85f20c2263 Implement downgrade signaling in Go. 8 years ago
  David Benjamin 4dbdf94c67 Push V2ClientHello handling into ssl3_get_message. 8 years ago
  David Benjamin f25dda98bd Split readClientHello in two. 8 years ago
  David Benjamin 7d79f831c7 Pull Go TLS server extension logic into its own function. 8 years ago
  David Benjamin 44b33bc92d Implement OCSP stapling and SCT in Go TLS 1.3. 8 years ago
  David Benjamin 82261be65c Improve CCS/Handshake synchronization tests. 8 years ago
  Nick Harper b41d2e41b1 Implement basic TLS 1.3 client handshake in Go. 8 years ago
  David Benjamin 582ba04dce Add tests for packed handshake records in TLS. 8 years ago
  David Benjamin 751014066c Move Go server extension logic to a separate function. 8 years ago
  Nick Harper f8b0e70392 Add parsing logic for the three new TLS 1.3 extensions. 8 years ago
  David Benjamin 34a3c49875 Simplify TLS reuse_message implementation. 8 years ago
  David Benjamin c937edef3e Remove backslash. 8 years ago
  Adam Langley affdee99e2 Update documentation to reference the “master-with-bazel” branch. 8 years ago
  Adam Langley 2304447a63 No-op change to trigger the new Bazel bot. 8 years ago
  Adam Langley 5a09d02c7b No-op change to trigger the new Bazel bot. 8 years ago
  Adam Langley 87010555cd No-op change to trigger the new Bazel bot. 8 years ago
  David Benjamin ff26f09a05 Fix c.in.decrypt error handling in runner. 8 years ago
  David Benjamin 95c69563dc Add version tolerance tests for DTLS. 8 years ago
  David Benjamin ce9a2166d6 Document that BN_mod_sqrt assumes p is a prime. 8 years ago
  David Benjamin 4cb00ba08c Convert test_exp to bn_tests.txt. 8 years ago
  David Benjamin ad6d33c70d Convert test_mod_exp_mont5 test vectors. 8 years ago
  David Benjamin 45a8c8a3c4 Convert test_mod_exp and test_mod_exp_consttime. 8 years ago
  David Benjamin 28a8c2fe25 Fold the rest of test_sqrt into TestSquare. 8 years ago
  David Benjamin 5a13e40ab6 Convert test_mont and test_mod_mul to bn_tests.txt. 8 years ago
  David Benjamin e8317a5530 Add tests for BN_nnmod. 8 years ago
  David Benjamin 7819409e13 Generate more test data in test_mont. 8 years ago
  David Benjamin 56cbbe5b8d Use BN_set_bit in TestLShift1. 8 years ago
  David Benjamin 66a0e6e37d Add a Go tool to check bn_tests.txt. 8 years ago
  Adam Langley 0186787c49 Add top-level BUILD file (in util/). 8 years ago
  David Benjamin 7505144558 Extract certificate message processing in Go. 8 years ago
  David Benjamin a6f82637da Extract Go CertificateRequest logic into a helper. 8 years ago
  Nick Harper 7e0442a217 Rewrite Go Certificate and CertificateRequest serialization. 8 years ago
  Nick Harper e5d577d70e Add Go HKDF implementation with test. 8 years ago
  Nick Harper b3d51be52f Split ServerHello extensions into a separate struct. 8 years ago
  David Benjamin 1701776908 Clarify how Quotient tests do rounding. 8 years ago
  Nick Harper 5212ef8b3d Reimplement serverHelloMsg with byteBuilder in Go. 8 years ago
  Nick Harper 8dda5cc904 Add a Go version of CBB and convert ClientHello marshaling to it. 8 years ago
  David Benjamin d94b83bb37 Rename Channel ID's EncryptedExtensions to just ChannelID in C. 8 years ago
  David Benjamin cedff871ba Add TLS 1.3 constants from draft 13 to Go. 8 years ago