1. c26f655 Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT by Emilia Kasper · 8 years ago
  2. d0ee717 Fix style issues in HMAC_size() by Matt Caswell · 8 years ago
  3. 708e06c Ensure HMAC_size() handles errors correctly by Matt Caswell · 8 years ago
  4. 3b92e51 Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp() by Nathaniel McCallum · 9 years ago
  5. a621181 Add a getter to obtain the HMAC_CTX md by Matt Caswell · 9 years ago
  6. 85cbc18 hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup. by Andy Polyakov · 9 years ago
  7. a93e0e7 #4342: few missing malloc return checks and free in error paths by J Mohan Rao Arisankala · 9 years ago
  8. d2e9e32 Copyright consolidation 07/10 by Rich Salz · 9 years ago
  9. 2194351 const correctness: make HMAC_size() take a const * by Steffan Karger · 9 years ago
  10. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  11. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  12. cd8e4de Use utility functions for HMAC and CMAC. by Dr. Stephen Henson · 9 years ago
  13. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  14. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  15. 9eaa5f9 Fix mismatched curly brace by Dmitry-Me · 9 years ago
  16. 43ecb9c GH641: Don't care openssl_zmalloc by Rich Salz · 9 years ago
  17. b1413d9 RT3095: allow NULL key for single-shot HMAC by Emilia Kasper · 9 years ago
  18. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  19. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  20. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  21. 56c77c5 Remove update tags by Rich Salz · 9 years ago
  22. 3aeb934 make EVP_PKEY opaque by Dr. Stephen Henson · 9 years ago
  23. ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
  24. d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
  25. ff4b7fa make update by Richard Levitte · 9 years ago
  26. 98186eb Backwards-compatibility subject to OPENSSL_API_COMPAT by Viktor Dukhovni · 9 years ago
  27. 3c4e064 make update by Dr. Stephen Henson · 9 years ago
  28. 47abe38 Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.h by Richard Levitte · 9 years ago
  29. b3bb779 make update by Richard Levitte · 9 years ago
  30. a87a0a6 Cleanup: fix all sources that used HMAC_CTX_init by Richard Levitte · 9 years ago
  31. dc0099e Cleanup: rename HMAC_CTX_init to HMAC_CTX_reset by Richard Levitte · 9 years ago
  32. bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
  33. 32fd54a Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_init by Richard Levitte · 9 years ago
  34. 3f43aec Make the definition of HMAC_CTX opaque by Richard Levitte · 9 years ago
  35. fa0c23d Adapt HMAC to the EVP_MD_CTX changes by Richard Levitte · 9 years ago
  36. 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
  37. 3f6c769 Fix memory leaks and other mistakes on errors by Alessandro Ghedini · 9 years ago
  38. 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
  39. 4b464e7 Fix ABI break with HMAC by Matt Caswell · 10 years ago
  40. e43a13c Fix leak in HMAC error path by Matt Caswell · 10 years ago
  41. 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
  42. a3aadb2 make depend by Richard Levitte · 10 years ago
  43. b39fc56 Identify and move common internal libcrypto header files by Richard Levitte · 10 years ago
  44. 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
  45. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  46. 4b45c6e free cleanup almost the finale by Rich Salz · 10 years ago
  47. 61986d3 Code style: space after 'if' by Viktor Dukhovni · 10 years ago
  48. a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
  49. dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
  50. c62e94d Fix HMAC to pass invalid key len test by Matt Caswell · 10 years ago
  51. b352160 Add HMAC test for invalid key len by Matt Caswell · 10 years ago
  52. e2095c6 Ensure that both the MD and key have been initialised before attempting to by Matt Caswell · 10 years ago
  53. 2cfbdd7 Add more HMAC tests by Matt Caswell · 10 years ago
  54. 86d20cb make depend by Dr. Stephen Henson · 10 years ago
  55. 27af42f Move some EVP internals to evp_int.h by Dr. Stephen Henson · 10 years ago
  56. 5fe736e Move some ASN.1 internals to asn1_int.h by Dr. Stephen Henson · 10 years ago
  57. 00a5a74 HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source. by Matt Caswell · 10 years ago
  58. a283d2a Remove OPENSSL_NO_HMAC by Dr. Stephen Henson · 10 years ago
  59. c6ef15c clang on Linux x86_64 complains about unreachable code. by Richard Levitte · 10 years ago
  60. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  61. b853717 Fix strange formatting by indent by Matt Caswell · 10 years ago
  62. 73e45b2 remove OPENSSL_FIPSAPI by Dr. Stephen Henson · 10 years ago
  63. f072785 Remove fipscanister build functionality from makefiles. by Dr. Stephen Henson · 10 years ago
  64. 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
  65. 44e0c2b RT2626: Change default_bits from 1K to 2K by Kurt Roeckx · 11 years ago
  66. 34374c2 old_hmac_encode: check for NULL result when allocating *pder by Jonas Maebe · 11 years ago
  67. 2514fa7 Add functions returning security bits. by Dr. Stephen Henson · 11 years ago
  68. ae55176 Fix some warnings caused by __owur. Temporarily (I hope) remove the more by Ben Laurie · 13 years ago
  69. ae53b29 make update by Bodo Möller · 14 years ago
  70. 92b4d93 inherit HMAC flags from MD_CTX by Dr. Stephen Henson · 14 years ago
  71. c6dbe90 make update by Richard Levitte · 14 years ago
  72. edc032b Add SRP support. by Ben Laurie · 14 years ago
  73. b7056b6 Update dependencies. by Dr. Stephen Henson · 14 years ago
  74. 7c8ced9 Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer by Dr. Stephen Henson · 14 years ago
  75. 6dff52e FIPS HMAC changes: by Dr. Stephen Henson · 14 years ago
  76. df6de39 Change AR to ARX to allow exclusion of fips object modules by Dr. Stephen Henson · 14 years ago
  77. c8bbd98 Fix warnings. by Ben Laurie · 15 years ago
  78. fa1ba58 Add algorithm specific signature printing. An individual ASN1 method can by Dr. Stephen Henson · 15 years ago
  79. e92f9f4 Add flags functions which were added to 0.9.8 for fips but not 1.0.0 and later. by Dr. Stephen Henson · 15 years ago
  80. b6dcdbf Audit libcrypto for unchecked return values: fix all cases enountered by Dr. Stephen Henson · 16 years ago
  81. cd4f7cd Add more return value checking attributes to evp.h and hmac.h by Dr. Stephen Henson · 16 years ago
  82. 0eab41f If we're going to return errors (no matter how stupid), then we should by Ben Laurie · 16 years ago
  83. 6343829 Revert the size_t modifications from HEAD that had led to more by Geoff Thorpe · 16 years ago
  84. 2e59752 Update obsolete email address... by Dr. Stephen Henson · 16 years ago
  85. 87d5246 Update HMAC functions to return an error where relevant. by Dr. Stephen Henson · 16 years ago
  86. 5e4430e More size_tification. by Ben Laurie · 16 years ago
  87. 7c337e0 Fix some warnings. by Dr. Stephen Henson · 17 years ago
  88. 0e1dba9 1. Changes for s_client.c to make it return non-zero exit code in case by Dr. Stephen Henson · 17 years ago
  89. 7b8b797 Revert broken change to ccgost. by Dr. Stephen Henson · 18 years ago
  90. e69adea New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL. by Dr. Stephen Henson · 18 years ago
  91. 96afc1c Add SEED encryption algorithm. by Bodo Möller · 18 years ago
  92. 18327cd Copy update callback across when copying EVP_MD_CTX. by Dr. Stephen Henson · 18 years ago
  93. 7463355 Experimental HMAC support via EVP_PKEY_METHOD. by Dr. Stephen Henson · 18 years ago
  94. 15ac971 Update filenames in makefiles. by Dr. Stephen Henson · 19 years ago
  95. 25a66ee Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h by Andy Polyakov · 20 years ago
  96. ce92b6e Further BUILDENV refinement, further fool-proofing of Makefiles and by Andy Polyakov · 20 years ago
  97. 10cde50 make update by Bodo Möller · 20 years ago
  98. 81a86fc Fool-proofing Makefiles by Andy Polyakov · 20 years ago
  99. 4bb61be Add emacs cache files to .cvsignore. by Richard Levitte · 20 years ago
  100. 42ba5d2 Blow away Makefile.ssl. by Ben Laurie · 20 years ago