1. e66cb36 Fix the version history: changes going into 1.1.0 that are also going by Bodo Möller · 14 years ago
  2. 70051b1 set FIPS allow before initialising ctx by Dr. Stephen Henson · 14 years ago
  3. bd6386f make sure custom cipher flag doesn't use any mode bits by Dr. Stephen Henson · 14 years ago
  4. 1d55dd8 Allow applications to specify alternative FIPS RAND methods if they by Dr. Stephen Henson · 14 years ago
  5. 38f90d0 sync and update ordinals by Dr. Stephen Henson · 14 years ago
  6. 19cd204 Don't export functions marked as FIPSCAPABLE. by Dr. Stephen Henson · 14 years ago
  7. b08e372 Use FIPSCAPABLE for FIPS module functions used in FIPS capable OpenSSL. by Dr. Stephen Henson · 14 years ago
  8. 0435dc1 HMAC fips prototypes by Dr. Stephen Henson · 14 years ago
  9. e6e7b4e CMAC FIPS prototypes. by Dr. Stephen Henson · 14 years ago
  10. f41154b #undef bn_div_words as it is defined for FIPS builds. by Dr. Stephen Henson · 14 years ago
  11. 3096d53 Update dependencies for m_dss.c too. by Dr. Stephen Henson · 14 years ago
  12. 068291c Remove x509.h from SHA1 clone digests, update dependencies. by Dr. Stephen Henson · 14 years ago
  13. a1a8a71 Install FIPS module in FIPSDIR if set. by Dr. Stephen Henson · 14 years ago
  14. 603bc93 more prototypes in fips.h by Dr. Stephen Henson · 14 years ago
  15. da92341 Add more prototypes. by Dr. Stephen Henson · 14 years ago
  16. ca93357 fix memory leak by Dr. Stephen Henson · 14 years ago
  17. 4960411 Add flags for DH FIPS method. by Dr. Stephen Henson · 14 years ago
  18. 6b6abd6 Set flags in ECDH and ECDSA methods for FIPS. by Dr. Stephen Henson · 14 years ago
  19. 7eabad4 rc4_skey.c: remove dead/redundant code (it's never compiled) and by Andy Polyakov · 14 years ago
  20. 7f0d1be Add prototypes for some FIPS EC functions. by Dr. Stephen Henson · 14 years ago
  21. 1c13c12 Set SSL_FIPS flag in ECC ciphersuites. by Dr. Stephen Henson · 14 years ago
  22. 644ce07 Move function prototype to fips.h by Dr. Stephen Henson · 14 years ago
  23. 17f121d e_aes.c: move AES-NI run-time switch and implement the switch for remaining modes. by Andy Polyakov · 14 years ago
  24. 4d01f27 x86_64cpuid.pl: fix typo. by Andy Polyakov · 14 years ago
  25. 301799b x86[_64]cpuid.pl: add function accessing rdrand instruction. by Andy Polyakov · 14 years ago
  26. 8d51525 No spaces in assignements in a shell script... by Richard Levitte · 14 years ago
  27. 4f8f8bf fix error discrepancy by Dr. Stephen Henson · 14 years ago
  28. b8b9080 license correction, no EAY code included in this file by Dr. Stephen Henson · 14 years ago
  29. 549c4ad Add "OPENSSL_FIPSCAPABLE" define for a version of OpenSSL which is by Dr. Stephen Henson · 14 years ago
  30. 267229b Constify RSA signature buffer. by Dr. Stephen Henson · 14 years ago
  31. 946f571 Typo. by Dr. Stephen Henson · 14 years ago
  32. 2280dc7 Remove FIPS RSA functions from crypto/rsa. by Dr. Stephen Henson · 14 years ago
  33. 0cabe4e Move FIPS RSA function definitions to fips.h by Dr. Stephen Henson · 14 years ago
  34. b6df360 Simple automated certificate creation demo. by Dr. Stephen Henson · 14 years ago
  35. e7ee10d Clone digest prototypes. by Dr. Stephen Henson · 14 years ago
  36. bce1af7 Add DSA and ECDSA "clone digests" to module for compatibility with old by Dr. Stephen Henson · 14 years ago
  37. 654ac27 typo by Dr. Stephen Henson · 14 years ago
  38. 8f119a0 set FIPS permitted flag before initalising digest by Dr. Stephen Henson · 14 years ago
  39. 06843f8 Fake CPU caps so fips_standalone_sha1 compiles. by Dr. Stephen Henson · 14 years ago
  40. 1b2047c Don't round up partitioned premaster secret length if there is only one by Dr. Stephen Henson · 14 years ago
  41. eda3766 Output supported curves in preference order instead of numerically. by Dr. Stephen Henson · 14 years ago
  42. 62b6c5c e_aes.c: fix typo. by Andy Polyakov · 14 years ago
  43. e76cbcf e_aes.c: fix aes_cfb1_cipher. by Andy Polyakov · 14 years ago
  44. d1fff48 e_aes.c: integrate AESNI directly into EVP. by Andy Polyakov · 14 years ago
  45. 8da721e aesni-x86[_64].pl: relax alignment requirement. by Andy Polyakov · 14 years ago
  46. 3e2e231 Add more cipher prototypes. by Dr. Stephen Henson · 14 years ago
  47. 87829ac Prototypes for more FIPS functions for use in FIPS capable OpenSSL. by Dr. Stephen Henson · 14 years ago
  48. fe9a510 Various mingw64 fixes. by Andy Polyakov · 14 years ago
  49. afa4b38 sha1-586|x86_64.pl: minor portability fix. by Andy Polyakov · 14 years ago
  50. 18f5603 x86cpuid.pl: last commit broke platforms with perl with 64-bit integer. by Andy Polyakov · 14 years ago
  51. 0c14980 sha1-586|x86_64.pl: add SSSE3 and AVX code paths. by Andy Polyakov · 14 years ago
  52. c330669 Add FIPS_digestinit prototype for FIPS capable OpenSSL. by Dr. Stephen Henson · 14 years ago
  53. f87ff24 Add prototypes for FIPS EVP implementations: for use in FIPS capable OpenSSL. by Dr. Stephen Henson · 14 years ago
  54. cf3aeae aes-ppc.pl: handle unaligned data on page boundaries. by Andy Polyakov · 14 years ago
  55. 9a205e5 Rename many internal only module functions from FIPS_* to fips_*. by Dr. Stephen Henson · 14 years ago
  56. f44cb15 rc4-x86_64.pl: fix due credit. by Andy Polyakov · 14 years ago
  57. 9862896 rc4-x86_64.pl: RC4_options fix-up. by Andy Polyakov · 14 years ago
  58. 4bb9008 x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30. by Andy Polyakov · 14 years ago
  59. 6715034 PPC assembler pack: adhere closer to ABI specs, add PowerOpen traceback data. by Andy Polyakov · 14 years ago
  60. 0ca9a48 rc4-x86_64.pl: major optimization for contemporary Intel CPUs. by Andy Polyakov · 14 years ago
  61. 0dff8ba rc4-586.pl: optimize even further... by Andy Polyakov · 14 years ago
  62. eb62cd8 Typo. by Dr. Stephen Henson · 14 years ago
  63. 64f5178 Use FIPSLD_LIBCRYPTO for consistency with other env variables in fipsld. by Dr. Stephen Henson · 14 years ago
  64. e558c2a In fipsld use FIPSLIBCRYPTO environment variable to specify an alternative by Dr. Stephen Henson · 14 years ago
  65. ed0a35f Install fips_standalone_sha1 and make use of it in fipsld script. by Dr. Stephen Henson · 14 years ago
  66. 2bc3ad2 x86_64cpuid.pl: get AVX masking right. by Andy Polyakov · 14 years ago
  67. d67813f Only install FIPS related files for fipscanisteronly build. by Dr. Stephen Henson · 14 years ago
  68. ecfe2d1 More symbol renaming. by Dr. Stephen Henson · 14 years ago
  69. ebc5e72 Don't advertise or use MD5 for TLS v1.2 in FIPS mode by Dr. Stephen Henson · 14 years ago
  70. 3d52f1d PR: 2533 by Dr. Stephen Henson · 14 years ago
  71. fd60dfa PR: 2529 Submitted by: Marcus Meissner <meissner@suse.de> Reviewed by: steve by Dr. Stephen Henson · 14 years ago
  72. be1242c PR: 2527 Submitted by: Marcus Meissner <meissner@suse.de> Reviewed by: steve by Dr. Stephen Henson · 14 years ago
  73. a26e245 Fix the ECDSA timing attack mentioned in the paper at: by Dr. Stephen Henson · 14 years ago
  74. 992bdde Fix the ECDSA timing attack mentioned in the paper at: by Dr. Stephen Henson · 14 years ago
  75. bbcf3a9 Some nextproto patches broke DTLS: fix by Dr. Stephen Henson · 14 years ago
  76. 006b54a Oops use up to date patch for PR#2506 by Dr. Stephen Henson · 14 years ago
  77. 44ddb27 PR: 2512 by Dr. Stephen Henson · 14 years ago
  78. 7832d6a PR: 2506 by Dr. Stephen Henson · 14 years ago
  79. ee4b5ce PR: 2505 by Dr. Stephen Henson · 14 years ago
  80. 238b636 use TLS1_get_version macro to check version so TLS v1.2 changes don't interfere with DTLS by Dr. Stephen Henson · 14 years ago
  81. 87f6b97 e_padlock.c: fix typo. by Andy Polyakov · 14 years ago
  82. 6a99984 rc4-586.pl: optimize unused code path. by Andy Polyakov · 14 years ago
  83. 67d8487 e_padlock.c: last x86_64 commit didn't work with some optimizers. by Andy Polyakov · 14 years ago
  84. 760d255 rc4-586.pl: 50% improvement on Core2 and 80% on Westmere. by Andy Polyakov · 14 years ago
  85. 73ab341 PR: 2522 Submitted by: Henrik Grindal Bakken <henribak@cisco.com> by Dr. Stephen Henson · 14 years ago
  86. 62f29eb spacrv9cap.c: addenum to recent EC optimizations. by Andy Polyakov · 14 years ago
  87. f850146 aesni-x86[_64].pl: optimize for Sandy Bridge and add XTS mode. by Andy Polyakov · 14 years ago
  88. 96abea3 x86_64-gf2m.pl: add Win64 SEH. by Andy Polyakov · 14 years ago
  89. 2e75ed3 ppccap.c: addenum to recent EC optimizations. by Andy Polyakov · 14 years ago
  90. d8ea368 ec_cvt.c: ARM comparison results were wrong, clarify the background. by Andy Polyakov · 14 years ago
  91. fdf6dac ec_cvt.c: avoid EC_GFp_nist_method on platforms with bn_mul_mont [see by Andy Polyakov · 14 years ago
  92. f37f20f PR: 2295 by Dr. Stephen Henson · 14 years ago
  93. 101e6e1 Add CHANGES entry: add FIPS support to ssl by Dr. Stephen Henson · 14 years ago
  94. 086e32a Implement FIPS_mode and FIPS_mode_set by Dr. Stephen Henson · 14 years ago
  95. 05b4fc6 oops by Dr. Stephen Henson · 14 years ago
  96. 0fba7a8 update date by Dr. Stephen Henson · 14 years ago
  97. 92b4d93 inherit HMAC flags from MD_CTX by Dr. Stephen Henson · 14 years ago
  98. 4f7533e set encodedPoint to NULL after freeing it by Dr. Stephen Henson · 14 years ago
  99. fb2f341 aesni-x86_64.pl: make it compile on MacOS X. by Andy Polyakov · 14 years ago
  100. c30a250 x86gas.pl: don't omit .comm OPENSSL_ia32cap_P on MacOS X. by Andy Polyakov · 14 years ago