1. c66e397 Enable extra_in with the ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  2. 9d4e06e Switch some pointer casts to memcpy. by David Benjamin · 8 years ago
  3. b065177 Reduce the alignment tag on aead_aes_gcm_siv_asm_ctx. by David Benjamin · 8 years ago
  4. 0b80f7f Convert example_mul to GTest. by David Benjamin · 8 years ago
  5. 8d43674 Convert the tests in x509v3 to GTest. by David Benjamin · 8 years ago
  6. 2ec3b31 Unify RSA errors somewhat. by David Benjamin · 8 years ago
  7. 35dd4c8 Avoid possible memleak in X509_policy_check() by David Benjamin · 8 years ago
  8. d68618b <sup> doesn't work in Markdown, use Unicode instead. by Adam Langley · 8 years ago
  9. fed35d3 Update the FIPS documentation. by Adam Langley · 8 years ago
  10. d2e872f Test that overflowing AEAD ciphertext length is handled. by Adam Langley · 8 years ago
  11. e59703c Sync asn1_gen.c with upstream 1.0.2. by David Benjamin · 8 years ago
  12. 3c97292 Fix chacha-armv4.pl with clang -fno-integrated-as. by David Benjamin · 8 years ago
  13. d977eaa Make AES-GCM AEADs support the optional second input argument to seal_scatter. by Martin Kreichgauer · 8 years ago
  14. 74bce29 Change EVP_AEAD_CTX_seal_scatter to support an additional plaintext input. by Martin Kreichgauer · 8 years ago
  15. 946dd62 AES-GCM shouldn't keep its own version of the tag length. by Adam Langley · 8 years ago
  16. 5aaaa98 Detect WatchGuard's TLS 1.3 interference failure mode. by David Benjamin · 8 years ago
  17. e55b32d Don't crash when decrypting with public keys. by David Benjamin · 8 years ago
  18. 44c0772 Remove some unnecessary indirections. by David Benjamin · 8 years ago
  19. 72b36cf fuchsia: Use new spelling of NO_ERROR. by Nico Weber · 8 years ago
  20. 289e76b EVP_PKEY_cmp does not return a boolean. by David Benjamin · 8 years ago
  21. 5e578c9 Don't draw entropy during FIPS power-on tests. by Adam Langley · 8 years ago
  22. 8379978 Allow |RSA_FLAG_NO_BLINDING| to be set with |e| set. by Adam Langley · 8 years ago
  23. 0a3663a ARMv4 assembly pack: harmonize Thumb-ification of iOS build. by David Benjamin · 8 years ago
  24. 3763cbe sha/asm/sha512-armv8.pl: adapt for kernel use. by David Benjamin · 8 years ago
  25. f03cdc3 Sync ARM assembly up to 609b0852e4d50251857dbbac3141ba042e35a9ae. by David Benjamin · 8 years ago
  26. 8da5955 ARMv4 assembly pack: allow Thumb2 even in iOS build, and engage it in most modules. by David Benjamin · 8 years ago
  27. b9940a6 bn/asm/armv4-mont.pl: boost NEON performance. by David Benjamin · 8 years ago
  28. ae96383 ARMv4 assembly pack: implement support for Thumb2. by David Benjamin · 8 years ago
  29. e2ff2ca Revert "Use unified ARM assembly." by David Benjamin · 8 years ago
  30. 7f7ef53 Allow ILP32 compilation in AArch64 assembly pack. by David Benjamin · 8 years ago
  31. 43a4092 Add missing #include of assert.h by Matthew Braithwaite · 8 years ago
  32. c07635f Remove local __arm__ ifdef on aes-armv4.pl. by David Benjamin · 8 years ago
  33. 0514e3d Remove needless type casting. by David Benjamin · 8 years ago
  34. b529253 Implement scrypt from RFC 7914. by David Benjamin · 8 years ago
  35. 6af3a3d aead_test: Skip calls to EVP_AEAD_CTX_open_gather when not implemented. by Martin Kreichgauer · 8 years ago
  36. 1967094 Align EVP_PKEY Ed25519 API with upstream. by David Benjamin · 8 years ago
  37. 18d9f28 Add EVP_AEAD_CTX_{seal_scatter,open_gather}. by Martin Kreichgauer · 8 years ago
  38. 1845d0d Remove some dead code from crypto/asn1. by David Benjamin · 8 years ago
  39. 2dfa1ba Delete some dead code from crypto/x509. by David Benjamin · 8 years ago
  40. 656aa9a Convert p256-x86_64_test to GTest. by David Benjamin · 8 years ago
  41. 3b33f3e Set static armcaps based on __ARM_FEATURE_CRYPTO. by David Benjamin · 8 years ago
  42. 619b323 Import Ed25519 tests from upstream to evp_tests.txt. by David Benjamin · 8 years ago
  43. 21882c5 Clarify rand locking comment. by David Benjamin · 8 years ago
  44. 204b8a1 Tag the power-on tests as a constructor function directly. by Adam Langley · 8 years ago
  45. 16c3f06 Convert evp_test to GTest. by David Benjamin · 8 years ago
  46. 9f579bf Use unions rather than aliasing when possible. by David Benjamin · 8 years ago
  47. 17ce286 Work around an apparent Linux or glibc bug on ppc64le in FIPS mode. by David Benjamin · 8 years ago
  48. d91e1ef Convert ECDSA tests to GTest. by David Benjamin · 8 years ago
  49. 54581cc Convert x509_test to gtest by Kári Tristan Helgason · 8 years ago
  50. ce9f693 Convert obj_tests to gtest by Kári Tristan Helgason · 8 years ago
  51. a26001b Convert remaining pkcs8 tests to gtest by Kári Tristan Helgason · 8 years ago
  52. f6e5b1f Revert "Fix platforms that don't define UINT64_MAX." by Matthew Braithwaite · 8 years ago
  53. e8ee947 Don't enable ASM when OPENSSL_NO_ASM is set. by Garret Kelly · 8 years ago
  54. cb34f86 Convert thread_test to GTest. by David Benjamin · 8 years ago
  55. 6758d04 Convert bn_test to GTest. by David Benjamin · 8 years ago
  56. a51912f p256-x86_64-asm.pl: minor sqr_montx cleanup. by David Benjamin · 8 years ago
  57. 2b56981 Move pkcs{7,8}_test over to gtest by Kári Tristan Helgason · 8 years ago
  58. e345f9b Fix typo in comments. by Piotr Sikora · 8 years ago
  59. 733f46e Test unaligned input with each AEAD. by David Benjamin · 8 years ago
  60. c5e9ac1 Move AES-GCM-SIV out from SMALL and handle unaligned keys. by Adam Langley · 8 years ago
  61. 6757fbf Convert a number of tests to GTest. by David Benjamin · 8 years ago
  62. b22e15c Fix platforms that don't define UINT64_MAX. by Adam Langley · 8 years ago
  63. c655cb7 Break hwrand as well as urandom when FIPS_BREAK_TEST=CRNG is set. by Adam Langley · 8 years ago
  64. b89e025 Clarify the error message for an ECDSA power-on test failure. by Adam Langley · 8 years ago
  65. 0ffc795 Clear PRNG states in FIPS mode. by Adam Langley · 8 years ago
  66. d79bc9d Echo CAVP comments in the output. by Adam Langley · 8 years ago
  67. 7f07fb2 Fix standalone ppc64le build. by David Benjamin · 8 years ago
  68. f64a6ee Switch to new delocate tool. by Adam Langley · 8 years ago
  69. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  70. 2d04cf0 Test with IPv6 by default, and IPv4 only if that fails. by Matthew Braithwaite · 8 years ago
  71. 7c075b9 Change ppc64le AES code for FIPS. by Adam Langley · 8 years ago
  72. e7d3922 Improve Curve25519 cswap x64 assembly by Andreas Auernhammer · 8 years ago
  73. d94682d Remove ex_data's dup hook. by David Benjamin · 8 years ago
  74. 03c6fa4 AES-GCM is not defined for empty nonces. by David Benjamin · 8 years ago
  75. e324de0 Convert various tests to GTest. by David Benjamin · 8 years ago
  76. 8c2e828 Convert ed25519_test to GTest. by David Benjamin · 8 years ago
  77. 3ecd0a5 Convert aes_test to GTest. by David Benjamin · 8 years ago
  78. 8726d8f Make the Windows build slightly quieter. by David Benjamin · 8 years ago
  79. 1f1eeea Allow FileTest to read from an abstracted line reader. by David Benjamin · 8 years ago
  80. ef374b8 Remove ECDSA error code hack in evp_test. by David Benjamin · 8 years ago
  81. dfef208 Remove FileTest::SetIgnoreUnusedAttributes. by David Benjamin · 8 years ago
  82. 01f8a8c Convert stack.h to use inline functions. by David Benjamin · 8 years ago
  83. 894e200 Add missing #include of delocate.h. by Matthew Braithwaite · 8 years ago
  84. 429e85b Have a single function for FIPS test failures. by Adam Langley · 8 years ago
  85. 5f107ce Prefer RDRAND in FIPS mode. by Adam Langley · 8 years ago
  86. 2505423 Convert digest_test to GTest. by David Benjamin · 8 years ago
  87. 118355c fipstools: Add a sample binary that exercises methods from the FIPS module. by Martin Kreichgauer · 8 years ago
  88. c49c9e7 Optimize constant-time base64 implementation slightly. by David Benjamin · 8 years ago
  89. a4f7cc2 Don't call base64_ascii_to_bin twice on each byte. by David Benjamin · 8 years ago
  90. 467d322 Add FIPS-compliant key generation that calls check_fips for RSA and EC. by Steven Valdez · 8 years ago
  91. 208e239 Move OPENSSL_ASAN to base.h. by Adam Langley · 8 years ago
  92. 39655ef Add AES-GCM-SIV tests for counter wrapping. by Adam Langley · 8 years ago
  93. 866c219 crypto/fipsmodule: Allow breaking CRNG self-test. by Martin Kreichgauer · 8 years ago
  94. 391cc8c Move FIPS build tools to util/fipstools. by David Benjamin · 8 years ago
  95. 583c12e Remove filename argument to x86 asm_init. by David Benjamin · 8 years ago
  96. ad50a0d Fix diff_asm.go and revert another local MASM perlasm change. by David Benjamin · 8 years ago
  97. 768e682 Only fixup CMAKE_ASM_FLAGS -isysroot if CMAKE_OSX_SYSROOT is set. by David Benjamin · 8 years ago
  98. 43e5a26 Fixing assembly coverage reporting. by Steven Valdez · 8 years ago
  99. 0402f89 crypto/fipsmodule: Make more Known Answer Tests breakable. by Martin Kreichgauer · 8 years ago
  100. 1d59f6e Add a flag to toggle the buggy RSA parser. by David Benjamin · 8 years ago