1. 768e682 Only fixup CMAKE_ASM_FLAGS -isysroot if CMAKE_OSX_SYSROOT is set. by David Benjamin · 8 years ago
  2. 43e5a26 Fixing assembly coverage reporting. by Steven Valdez · 8 years ago
  3. 2e2a226 Move cipher/ into crypto/fipsmodule/ by Adam Langley · 8 years ago
  4. 96dec44 Move rsa/ to fipsmodule/rsa/ by Adam Langley · 8 years ago
  5. aacb72c Move ec/ and ecdsa/ into fipsmodule/ by Adam Langley · 8 years ago
  6. 8a3a2a9 Move des/ to crypto/fipsmodule/ by Adam Langley · 8 years ago
  7. 5c38c05 Move bn/ into crypto/fipsmodule/ by Adam Langley · 8 years ago
  8. 58e4499 Move crypto/fipsoracle/ to the top-level. by Adam Langley · 8 years ago
  9. 7c12587 Add crypto/fipsoracle. by Martin Kreichgauer · 8 years ago
  10. 01d65c2 Convert spake25519_test to GTest. by David Benjamin · 8 years ago
  11. 7d53128 Convert cmac_test to GTest. by David Benjamin · 8 years ago
  12. 7ce349e Add a compiler test. by David Benjamin · 8 years ago
  13. 7784104 Move much of rand/ into the FIPS module. by Adam Langley · 8 years ago
  14. 0648129 Move modes/ into the FIPS module by Adam Langley · 8 years ago
  15. 6fdea2a Move PKCS#7 functions into their own directory. by David Benjamin · 8 years ago
  16. 2c45fa0 Convert bytestring_test to GTest. by David Benjamin · 8 years ago
  17. 76dd180 Convert base64_test to GTest. by David Benjamin · 8 years ago
  18. 8c62d9d Move AES code into the FIPS module. by Adam Langley · 8 years ago
  19. 730d69e Add CTR-DRBG. by Adam Langley · 8 years ago
  20. aff72a3 Add the start of standalone iOS build support. by David Benjamin · 8 years ago
  21. fd49993 First part of the FIPS module. by Adam Langley · 8 years ago
  22. 81a191d Convert constant_time_test to GTest. by David Benjamin · 8 years ago
  23. 5c12778 Convert bio_test to GTest. by David Benjamin · 8 years ago
  24. b228541 Convert asn1_test to GTest. by David Benjamin · 8 years ago
  25. 7dd4e42 Convert x25519_test to GTest. by David Benjamin · 8 years ago
  26. 7e42999 Convert evp_extra_test into GTest. by David Benjamin · 8 years ago
  27. 699e55b Unexport time_support.h. by David Benjamin · 8 years ago
  28. fb2ac39 Convert ec_test to GTest. by David Benjamin · 8 years ago
  29. b91b9a8 Convert rsa_test to GTest. by David Benjamin · 8 years ago
  30. b19b662 Convert chacha_test to GTest. by David Benjamin · 8 years ago
  31. bc6ef7a Convert err_test to GTest. by David Benjamin · 8 years ago
  32. 9662843 Do a cursory conversion of a few tests to GTest. by David Benjamin · 8 years ago
  33. c96a888 Convert constant_time_test and refcount_test to C++. by David Benjamin · 8 years ago
  34. f440e82 Remove New Hope key agreement. by Matthew Braithwaite · 8 years ago
  35. 9ef99d5 Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL. by Adam Langley · 8 years ago
  36. 4467e59 Add PPC64LE assembly for AES-GCM. by Adam Langley · 9 years ago
  37. fdd8e9c Switch perlasm calling convention. by David Benjamin · 9 years ago
  38. 3baee2a Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. by David Benjamin · 9 years ago
  39. 045a0ff Import `newhope' (post-quantum key exchange). by Matt Braithwaite · 9 years ago
  40. 1fc7564 Add standalone PKCS#8 and SPKI fuzzers. by David Benjamin · 9 years ago
  41. e4c678a Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." by David Benjamin · 9 years ago
  42. 112c4dd Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. by David Benjamin · 9 years ago
  43. 054e151 Rewrite ARM feature detection. by David Benjamin · 9 years ago
  44. 3dbecdf Append to CMAKE_ASM_FLAGS rather than replace it. by David Benjamin · 9 years ago
  45. 65f83b6 Set --noexecstack for assembly files in the standalone build. by David Benjamin · 9 years ago
  46. 4fb0dc4 Add X25519 and Ed25519 support. by Adam Langley · 9 years ago
  47. 301afaf Add a run_tests target to run all tests. by David Benjamin · 9 years ago
  48. 73415b6 Move arm_arch.h and fix up lots of include paths. by Adam Langley · 10 years ago
  49. 7315251 Replace cpuid assembly with C code. by David Benjamin · 10 years ago
  50. 0b635c5 Add malloc test support to unit tests. by David Benjamin · 10 years ago
  51. 6f2e733 Add infrastructure for reference counts. by Adam Langley · 10 years ago
  52. 06b94de Add file-based test framework and convert hmac_test. by David Benjamin · 10 years ago
  53. 65a7e94 Support Trusty, an embedded platform. by Adam Langley · 10 years ago
  54. 0d107e1 Add support for CMAC (RFC 4493). by Adam Langley · 10 years ago
  55. 843ab66 Add support for building with the Android NDK. by Adam Langley · 10 years ago
  56. 5928c41 32-bit ARM perlasm should be 'linux32', not 'elf'. by David Benjamin · 10 years ago
  57. f06802f Add arm-xlate.pl and initial iOS asm support. by David Benjamin · 10 years ago
  58. 32cd83f Remove the ability to set custom ex_data implementations. by David Benjamin · 10 years ago
  59. 72f5911 Fix the standalone shared library build. by David Benjamin · 10 years ago
  60. d7c5dfb Add native support for onces and thread-local storage. by Adam Langley · 10 years ago
  61. 4616bb1 Build 32-bit assembly with SSE2 enabled. by David Benjamin · 10 years ago
  62. 3ce3c36 Find perl using the CMake's standard FindPerl module. by David Benjamin · 10 years ago
  63. 29b1867 Precompute sorted array for error strings. by Adam Langley · 10 years ago
  64. d062c8a Probe for NEON support if getauxval is missing. by Adam Langley · 10 years ago
  65. 4a0f0c4 Change CMakeLists.txt to two-space indent. by Adam Langley · 10 years ago
  66. 507c1ee Honor the standard BUILD_SHARED_LIBS cmake variable. by David Benjamin · 10 years ago
  67. 69ad27f Run x86 perlasm on UNIX with -fPIC. by David Benjamin · 10 years ago
  68. 3e65265 aarch64 support. by Adam Langley · 10 years ago
  69. 4685e87 Implement HKDF. by Nick Harper · 10 years ago
  70. b15d813 Constant-time utilities. by Adam Langley · 10 years ago
  71. bc786a9 Build with yasm on Win64 as well. by David Benjamin · 10 years ago
  72. 03a739d Build Win32 with Yasm rather than MASM. by David Benjamin · 10 years ago
  73. 3e700bb Get MASM output working on Win32. by David Benjamin · 10 years ago
  74. a70c75c Add a CRYPTO_library_init and static-initializer-less build option. by David Benjamin · 11 years ago
  75. c9eb7ea Readd MD4. by Adam Langley · 11 years ago
  76. ded9358 Windows build fixes. by Adam Langley · 11 years ago
  77. ad1907f Use asm directives to protect OPENSSL_cleanse. by Adam Langley · 11 years ago
  78. 30eda1d Include some build fixes for OS X. by Adam Langley · 11 years ago
  79. 95463b3 Remove crypto/comp and SSL_COMP support code. by David Benjamin · 11 years ago
  80. de0b202 ChaCha20-Poly1305 support. by Adam Langley · 11 years ago
  81. 95c29f3 Inital import. by Adam Langley · 11 years ago