1. 6fff386 Support standard RFC cipher suite names alongside OpenSSL ones. by David Benjamin · 8 years ago
  2. cd60bf0 Fix PPC redirectors. by David Benjamin · 8 years ago
  3. 05d4c97 Simplify SSL_get0_next_proto_negotiated. by David Benjamin · 8 years ago
  4. 44c0772 Remove some unnecessary indirections. by David Benjamin · 8 years ago
  5. 0a9bf66 Clean up some duplicated code. by David Benjamin · 8 years ago
  6. 773ae91 Fix PPC ELF ABI citation. by David Benjamin · 8 years ago
  7. 68161cb Stash the computed version range in SSL_HANDSHAKE. by David Benjamin · 8 years ago
  8. fc08dfc Rename {ssl,ctx}->{min,max}_version. by David Benjamin · 8 years ago
  9. 4414874 Simplify ssl_private_key_* state machine points. by David Benjamin · 8 years ago
  10. babcac1 Document error behavior of AEAD seal/open methods. by Martin Kreichgauer · 8 years ago
  11. 9961dff Unwind V2ClientHello counters. by David Benjamin · 8 years ago
  12. 0d1730d Squash together states in the TLS 1.2 server Certificate flight. by David Benjamin · 8 years ago
  13. b5f55c3 Squash together TLS 1.2 states for server Finished block. by David Benjamin · 8 years ago
  14. 9b6ff44 Use _STL_EXTRA_DISABLED_WARNINGS in VS2017. by David Benjamin · 8 years ago
  15. d98107b Remove the last of the f_err pattern. by David Benjamin · 8 years ago
  16. 8d606e3 Clear out f_err pattern from handshake_client.c. by David Benjamin · 8 years ago
  17. 72b36cf fuchsia: Use new spelling of NO_ERROR. by Nico Weber · 8 years ago
  18. 0a20f78 Update tools from Chromium. by David Benjamin · 8 years ago
  19. a75fc71 Update fuzzer mode suppressions. by David Benjamin · 8 years ago
  20. ca74358 Test SSL_select_next_proto and SSL_get_fd. by David Benjamin · 8 years ago
  21. 289e76b EVP_PKEY_cmp does not return a boolean. by David Benjamin · 8 years ago
  22. 0391f16 Fix some malloc failure handling. by David Benjamin · 8 years ago
  23. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  24. 24e5886 Add a test for invalid alert types. by David Benjamin · 8 years ago fips-20170615
  25. 5e578c9 Don't draw entropy during FIPS power-on tests. by Adam Langley · 8 years ago
  26. 8379978 Allow |RSA_FLAG_NO_BLINDING| to be set with |e| set. by Adam Langley · 8 years ago
  27. 0a3663a ARMv4 assembly pack: harmonize Thumb-ification of iOS build. by David Benjamin · 8 years ago
  28. 3763cbe sha/asm/sha512-armv8.pl: adapt for kernel use. by David Benjamin · 8 years ago
  29. f03cdc3 Sync ARM assembly up to 609b0852e4d50251857dbbac3141ba042e35a9ae. by David Benjamin · 8 years ago
  30. 8da5955 ARMv4 assembly pack: allow Thumb2 even in iOS build, and engage it in most modules. by David Benjamin · 8 years ago
  31. b9940a6 bn/asm/armv4-mont.pl: boost NEON performance. by David Benjamin · 8 years ago
  32. ae96383 ARMv4 assembly pack: implement support for Thumb2. by David Benjamin · 8 years ago
  33. e2ff2ca Revert "Use unified ARM assembly." by David Benjamin · 8 years ago
  34. 7f7ef53 Allow ILP32 compilation in AArch64 assembly pack. by David Benjamin · 8 years ago
  35. 43a4092 Add missing #include of assert.h by Matthew Braithwaite · 8 years ago
  36. c07635f Remove local __arm__ ifdef on aes-armv4.pl. by David Benjamin · 8 years ago
  37. 0514e3d Remove needless type casting. by David Benjamin · 8 years ago
  38. b529253 Implement scrypt from RFC 7914. by David Benjamin · 8 years ago
  39. 6af3a3d aead_test: Skip calls to EVP_AEAD_CTX_open_gather when not implemented. by Martin Kreichgauer · 8 years ago
  40. 1967094 Align EVP_PKEY Ed25519 API with upstream. by David Benjamin · 8 years ago
  41. ff23945 ppc64le delocate: avoid r0 as a base register. by Adam Langley · 8 years ago
  42. 18d9f28 Add EVP_AEAD_CTX_{seal_scatter,open_gather}. by Martin Kreichgauer · 8 years ago
  43. 1845d0d Remove some dead code from crypto/asn1. by David Benjamin · 8 years ago
  44. 2dfa1ba Delete some dead code from crypto/x509. by David Benjamin · 8 years ago
  45. 5e61d53 Document support status of the legacy ASN.1 code. by David Benjamin · 8 years ago
  46. c40e183 Don't define BORINGSSL_SHARED_LIBRARY in generated bzl file. by David Benjamin · 8 years ago
  47. 656aa9a Convert p256-x86_64_test to GTest. by David Benjamin · 8 years ago
  48. f6584e7 Generate iOS assembly in generate_build_files.py. by David Benjamin · 8 years ago
  49. 42adba5 Trim unused declarations in pem.h. by David Benjamin · 8 years ago
  50. 3b33f3e Set static armcaps based on __ARM_FEATURE_CRYPTO. by David Benjamin · 8 years ago
  51. 619b323 Import Ed25519 tests from upstream to evp_tests.txt. by David Benjamin · 8 years ago
  52. 21882c5 Clarify rand locking comment. by David Benjamin · 8 years ago
  53. 204b8a1 Tag the power-on tests as a constructor function directly. by Adam Langley · 8 years ago
  54. a09a65f Be slightly more relaxed about how ppc64le global-entry TOC references look. by Adam Langley · 8 years ago
  55. 16c3f06 Convert evp_test to GTest. by David Benjamin · 8 years ago
  56. e7d6988 Have run_cavp.go create “resp” directories as needed. by Adam Langley · 8 years ago
  57. 9f579bf Use unions rather than aliasing when possible. by David Benjamin · 8 years ago
  58. 3d14a15 Run GTest-based tests in parallel. by David Benjamin · 8 years ago
  59. 17ce286 Work around an apparent Linux or glibc bug on ppc64le in FIPS mode. by David Benjamin · 8 years ago
  60. d91e1ef Convert ECDSA tests to GTest. by David Benjamin · 8 years ago
  61. 54581cc Convert x509_test to gtest by Kári Tristan Helgason · 8 years ago
  62. 8ba6a14 Fix build with VS 2017. by David Benjamin · 8 years ago
  63. ce9f693 Convert obj_tests to gtest by Kári Tristan Helgason · 8 years ago
  64. a26001b Convert remaining pkcs8 tests to gtest by Kári Tristan Helgason · 8 years ago
  65. 0da939d Fix bazel crypto target dependencies. by Garret Kelly · 8 years ago
  66. f6e5b1f Revert "Fix platforms that don't define UINT64_MAX." by Matthew Braithwaite · 8 years ago
  67. 055375e Support more complex offset / symbol section interleavings. by David Benjamin · 8 years ago
  68. b0bb83a Bound ssl_ctx_api more aggressively. by David Benjamin · 8 years ago
  69. e8ee947 Don't enable ASM when OPENSSL_NO_ASM is set. by Garret Kelly · 8 years ago
  70. cb34f86 Convert thread_test to GTest. by David Benjamin · 8 years ago
  71. 6da9eae Bound expensive opcodes in ssl_ctx_api. by David Benjamin · 8 years ago
  72. 6758d04 Convert bn_test to GTest. by David Benjamin · 8 years ago
  73. a51912f p256-x86_64-asm.pl: minor sqr_montx cleanup. by David Benjamin · 8 years ago
  74. 2b56981 Move pkcs{7,8}_test over to gtest by Kári Tristan Helgason · 8 years ago
  75. e345f9b Fix typo in comments. by Piotr Sikora · 8 years ago
  76. cd334a5 Handle TOC offsets by giving them to the linker. by Adam Langley · 8 years ago
  77. 733f46e Test unaligned input with each AEAD. by David Benjamin · 8 years ago
  78. c5e9ac1 Move AES-GCM-SIV out from SMALL and handle unaligned keys. by Adam Langley · 8 years ago
  79. 6757fbf Convert a number of tests to GTest. by David Benjamin · 8 years ago
  80. b22e15c Fix platforms that don't define UINT64_MAX. by Adam Langley · 8 years ago
  81. 2c84a46 Make test_fips more chatty. by Adam Langley · 8 years ago
  82. c655cb7 Break hwrand as well as urandom when FIPS_BREAK_TEST=CRNG is set. by Adam Langley · 8 years ago
  83. b89e025 Clarify the error message for an ECDSA power-on test failure. by Adam Langley · 8 years ago
  84. 0ffc795 Clear PRNG states in FIPS mode. by Adam Langley · 8 years ago
  85. d79bc9d Echo CAVP comments in the output. by Adam Langley · 8 years ago
  86. 563924b Switch CAVP testing for AES-GCM to use external nonces. by Adam Langley · 8 years ago
  87. 592af53 Clarify toc@ha and offsets. by David Benjamin · 8 years ago
  88. 7f07fb2 Fix standalone ppc64le build. by David Benjamin · 8 years ago
  89. f64a6ee Switch to new delocate tool. by Adam Langley · 8 years ago
  90. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  91. 2d04cf0 Test with IPv6 by default, and IPv4 only if that fails. by Matthew Braithwaite · 8 years ago
  92. 7c075b9 Change ppc64le AES code for FIPS. by Adam Langley · 8 years ago
  93. 68f84f5 Add missing dependencies on exe_and_shlib_deps by Tom Anderson · 8 years ago chromium-3112
  94. 806e18c Define OPENSSL_UNUSED for __clang__ as well. by David Benjamin · 8 years ago
  95. 59e1a81 Turn off clang-format in embed_test_data.go output. by David Benjamin · 8 years ago
  96. e7d3922 Improve Curve25519 cswap x64 assembly by Andreas Auernhammer · 8 years ago
  97. d94682d Remove ex_data's dup hook. by David Benjamin · 8 years ago
  98. 21cb074 Add tool for corrupting the FIPS module in a binary. by Adam Langley · 8 years ago
  99. 03c6fa4 AES-GCM is not defined for empty nonces. by David Benjamin · 8 years ago
  100. e324de0 Convert various tests to GTest. by David Benjamin · 8 years ago