1. 7de9498 Add urandom_test to all_tests.json by Adam Langley · 5 years ago
  2. 632d112 Add some RAND_bytes tests. by David Benjamin · 7 years ago
  3. 0b80f7f Convert example_mul to GTest. by David Benjamin · 8 years ago
  4. 8d43674 Convert the tests in x509v3 to GTest. by David Benjamin · 8 years ago
  5. 656aa9a Convert p256-x86_64_test to GTest. by David Benjamin · 8 years ago
  6. 16c3f06 Convert evp_test to GTest. by David Benjamin · 8 years ago
  7. d91e1ef Convert ECDSA tests to GTest. by David Benjamin · 8 years ago
  8. 54581cc Convert x509_test to gtest by Kári Tristan Helgason · 8 years ago
  9. ce9f693 Convert obj_tests to gtest by Kári Tristan Helgason · 8 years ago
  10. a26001b Convert remaining pkcs8 tests to gtest by Kári Tristan Helgason · 8 years ago
  11. cb34f86 Convert thread_test to GTest. by David Benjamin · 8 years ago
  12. 6758d04 Convert bn_test to GTest. by David Benjamin · 8 years ago
  13. 2b56981 Move pkcs{7,8}_test over to gtest by Kári Tristan Helgason · 8 years ago
  14. 6757fbf Convert a number of tests to GTest. by David Benjamin · 8 years ago
  15. 2f3404b Enforce incrementing counter for TLS 1.2 AES-GCM. by Steven Valdez · 8 years ago
  16. e324de0 Convert various tests to GTest. by David Benjamin · 8 years ago
  17. 8c2e828 Convert ed25519_test to GTest. by David Benjamin · 8 years ago
  18. 3ecd0a5 Convert aes_test to GTest. by David Benjamin · 8 years ago
  19. 2505423 Convert digest_test to GTest. by David Benjamin · 8 years ago
  20. 2e2a226 Move cipher/ into crypto/fipsmodule/ by Adam Langley · 8 years ago
  21. aacb72c Move ec/ and ecdsa/ into fipsmodule/ by Adam Langley · 8 years ago
  22. 5c38c05 Move bn/ into crypto/fipsmodule/ by Adam Langley · 8 years ago
  23. 01d65c2 Convert spake25519_test to GTest. by David Benjamin · 8 years ago
  24. 7d53128 Convert cmac_test to GTest. by David Benjamin · 8 years ago
  25. 1d134ee Add aes-(128|256)-gcm-fips-testonly mode for FIPS compatibility. by Steven Valdez · 8 years ago
  26. 11f11e6 Sort lists of asm files and tests. by Adam Langley · 8 years ago
  27. 7784104 Move much of rand/ into the FIPS module. by Adam Langley · 8 years ago
  28. 3975ecf Add CAVP GCMVS Known Answer tests. by Martin Kreichgauer · 8 years ago
  29. 0648129 Move modes/ into the FIPS module by Adam Langley · 8 years ago
  30. 44d40c5 Add NIST CAVP TMOVS Known Answer tests for TDES in CBC and ECB modes. by Martin Kreichgauer · 8 years ago
  31. 6fdea2a Move PKCS#7 functions into their own directory. by David Benjamin · 8 years ago
  32. 2c45fa0 Convert bytestring_test to GTest. by David Benjamin · 8 years ago
  33. 76dd180 Convert base64_test to GTest. by David Benjamin · 8 years ago
  34. 8c62d9d Move AES code into the FIPS module. by Adam Langley · 8 years ago
  35. 730d69e Add CTR-DRBG. by Adam Langley · 8 years ago
  36. 23aff6b Add AESVS KAT vectors (CBC and ECB only). by Martin Kreichgauer · 8 years ago
  37. fd49993 First part of the FIPS module. by Adam Langley · 8 years ago
  38. 81a191d Convert constant_time_test to GTest. by David Benjamin · 8 years ago
  39. 5c12778 Convert bio_test to GTest. by David Benjamin · 8 years ago
  40. b228541 Convert asn1_test to GTest. by David Benjamin · 8 years ago
  41. 7dd4e42 Convert x25519_test to GTest. by David Benjamin · 8 years ago
  42. 7e42999 Convert evp_extra_test into GTest. by David Benjamin · 8 years ago
  43. fb2ac39 Convert ec_test to GTest. by David Benjamin · 8 years ago
  44. b91b9a8 Convert rsa_test to GTest. by David Benjamin · 8 years ago
  45. b19b662 Convert chacha_test to GTest. by David Benjamin · 8 years ago
  46. bc6ef7a Convert err_test to GTest. by David Benjamin · 8 years ago
  47. 9662843 Do a cursory conversion of a few tests to GTest. by David Benjamin · 8 years ago
  48. 2e83924 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  49. 5322010 Revert "Remove old ChaCha20-Poly1305 AEAD." by Adam Langley · 8 years ago
  50. def9b46 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  51. f440e82 Remove New Hope key agreement. by Matthew Braithwaite · 8 years ago
  52. df447ba Add generic AES-GCM-SIV support. by Adam Langley · 8 years ago
  53. 4a9313a Add low-level p256-x86_64 tests. by David Benjamin · 8 years ago
  54. 9ef99d5 Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL. by Adam Langley · 8 years ago
  55. 97227dc Replace keywrap AEADs with upstream's APIs. by David Benjamin · 8 years ago
  56. 8aaa9e1 Remove RC4 from TLS for real. by Matthew Braithwaite · 9 years ago
  57. 449c381 Import NIST ECDSA verification tests. by David Benjamin · 9 years ago
  58. a6e86bc Import NIST ECDSA signing tests. by David Benjamin · 9 years ago
  59. 8c2d53a Import NIST ECDH test vectors. by David Benjamin · 9 years ago
  60. 80137ba Convert test_add and test_sub to file_test. by David Benjamin · 9 years ago
  61. a8288dc Remove pqueue. by David Benjamin · 9 years ago
  62. adf2743 Be consistent about 𝑥_tests.txt by Adam Langley · 9 years ago
  63. 6b7436b newhope: restore statistical tests. by Matt Braithwaite · 9 years ago
  64. db20726 newhope: refactor and add test vectors. by Matt Braithwaite · 9 years ago
  65. 045a0ff Import `newhope' (post-quantum key exchange). by Matt Braithwaite · 9 years ago
  66. dc9194f Fix a bug in obj_dat.pl and add basic crypto/obj tests. by David Benjamin · 9 years ago
  67. f277add Run ripemd_test as part of all_tests.go. by David Benjamin · 9 years ago
  68. d7166d0 Add a standalone ChaCha test. by David Benjamin · 9 years ago
  69. f27459e Add SPAKE2 over Ed25519. by Arnar Birgisson · 9 years ago
  70. fb2c6f8 ASN1_get_object should not accept large universal tags. by David Benjamin · 9 years ago
  71. 3a39b06 Import “altchains” support. by Adam Langley · 9 years ago
  72. 4fb0dc4 Add X25519 and Ed25519 support. by Adam Langley · 9 years ago
  73. 3e23e4c Add the RFC 7539 ChaCha20-Poly1305 AEAD. by Brian Smith · 9 years ago
  74. f673831 Drop urandom_test. by Adam Langley · 10 years ago
  75. cc2c7aa Buffer reads of urandom, if you promise no forking. by Matt Braithwaite · 10 years ago
  76. e000472 pkcs8.c: Add PBES2 to list of password-based encryption methods. by Matt Braithwaite · 10 years ago
  77. 0851f674 Add standalone tests for Poly1305. by David Benjamin · 10 years ago
  78. 76e9a2a Add tests for low-level AES functions. by David Benjamin · 10 years ago
  79. 65ee9b7 Remove EVP_PKEY_HMAC. by David Benjamin · 10 years ago
  80. 117da41 Move test configuration into a separate file. by Adam Langley · 10 years ago