4071 次代码提交 (6fdea2aba9b75a5be58db21fb9eda43f48d778b9)
 

作者 SHA1 备注 提交日期
  David Benjamin bbba9394c8 Acknowledge KeyUpdate messages. 7 年前
  Andrii Shyshkalov d9e5bc1013 Infra: Enable extra checks for who is allowed to use Commit Queue. 7 年前
  David Benjamin ebacdeed67 Add SendServerHelloAsHelloRetryRequest test. 7 年前
  David Benjamin d3bca049ee Remove a batch of f_errs. 7 年前
  David Benjamin adc15a79ad Empty change to trigger the bots. 7 年前
  Steven Valdez ab0e20a97d Enforce minimum EC group size when generating keys for FIPS compliance. 7 年前
  David Benjamin 10f6bc7fd0 Fix Android build. 7 年前
  David Benjamin aff72a3805 Add the start of standalone iOS build support. 7 年前
  David Benjamin 7182d51fb9 Use BN_get_word in probable_prime. 7 年前
  David Benjamin 2065481c40 Fix CRYPTO_once_t initialization test. 7 年前
  David Benjamin d0a4059102 Be less clever about .rel.ro avoidance. 7 年前
  David Benjamin 7f26bf8421 Partially fix FIPS build under clang. 7 年前
  Adam Langley 323f1eb701 Include the correct ar.go. 7 年前
  Adam Langley fd49993c3b First part of the FIPS module. 7 年前
  David Benjamin 0ef8c7bd8f Add missing files to run_android_test.go. 7 年前
  David Benjamin 1d2c02bb8e SHA1_Init cannot fail. 7 年前
  David Benjamin 69522117a6 Support Ed25519 in TLS. 7 年前
  Adam Langley 0aef1686de Comment typo fix: 1024 bits is too small, not too large. 7 年前
  David Benjamin d69d94e7e3 Teach crypto/x509 how to verify an Ed25519 signature. 7 年前
  David Benjamin 4e78e30933 Add a basic signing tool. 7 年前
  David Benjamin d768c5d767 Support Ed25519 keys in BoGo. 7 年前
  David Benjamin e1d18a7a88 Vendor a copy of golang.org/x/crypto/ed25519. 7 年前
  David Benjamin 417830d981 Support EVP_PKEY_{sign,verify}_message with Ed25519. 7 年前
  David Benjamin 05bb1c5033 Implement draft-ietf-curdle-pkix-04's serialization. 7 年前
  David Benjamin cc17c24852 Stop pretending RSA and ECDSA sigalgs are configurable. 7 年前
  David Benjamin 6114c3c5d4 Clean up signature algorithm logic. 7 年前
  David Benjamin a232a7159c Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. 7 年前
  David Benjamin bf833c346d Rename hs->public_key. 7 年前
  David Benjamin 76feb1f97f Convert ssl_privkey.c to message-based signing APIs. 7 年前
  David Benjamin 7c83fdaf5b Add message-based EVP_PKEY APIs. 7 年前
  David Benjamin 712f372489 Make the bssl client -resume flag less confusing. 7 年前
  David Benjamin 3e0b2ce12b Prune some dead constants. 7 年前
  David Benjamin c8ff30cbe7 Add an option to allow unknown ALPN protocols. 7 年前
  David Benjamin 0686c09eea Fix CRYPTO_dup_ex_data. 7 年前
  Adam Langley b18cb6a5d0 Make the POWER hardware capability value a global in crypto.c. 7 年前
  David Benjamin 42329a828b Clean up PKCS5_PBKDF2_HMAC. 7 年前
  Martin Kreichgauer 8b487b73aa util/generate_build_files.py: Filter test runner sources from BUILD files. 7 年前
  Alessandro Ghedini 67bb45f44b Support enabling early data on SSL 7 年前
  Adam Langley faa539f877 Remove static output buffers for hash & HMAC functions. 7 年前
  David Benjamin ebcb5beb19 Sync vendored copies of Go poly1305 and curve25519. 7 年前
  Adam Langley 107d4388cb Gate assembly sources on !OPENSSL_NO_ASM. 7 年前
  David Benjamin cbfd3c044c Refresh fuzzer corpora. 7 年前
  David Benjamin 0c05c37f93 Update fuzzer exclusions. 7 年前
  David Benjamin 519118f984 Fix FUZZING.md typo. 7 年前
  Doug Kwan a5f1b38de5 Use vec_vsx_ld to performance unaligned load instead of dereferencing a pointer 7 年前
  David Benjamin 7e9949c30b Import additional test vectors from RFC 8032. 7 年前
  David Benjamin 17eeb9820c Unwind the rest of EVP_PKEY_supports_digest. 7 年前
  David Benjamin 6bb507bc9c Add missing tests for the Channel ID / 0-RTT interaction. 7 年前
  David Benjamin e94ec3f85b Use a union in tls_cbc.c. 7 年前
  David Benjamin 79bc7a3212 Remove unsigned-based constant-time functions. 7 年前