Commit History

Author SHA1 Message Date
  Pauli e0810e3502 Fix HMAC SHA3-224 and HMAC SHA3-256. 6 years ago
  Shane Lontis 2d28a42f89 hmac_init cleanup and fix key zeroization issue 6 years ago
  Matt Caswell 8f9ee7a33f Remove OPENSSL_assert() from crypto/hmac 7 years ago
  Gergely Nagy b98530d6e0 PBKDF2 computation speedup (15-40%) 8 years ago
  Matt Caswell d0ee717c93 Fix style issues in HMAC_size() 8 years ago
  Matt Caswell 708e06c55d Ensure HMAC_size() handles errors correctly 8 years ago
  Matt Caswell a6211814c4 Add a getter to obtain the HMAC_CTX md 8 years ago
  Andy Polyakov 85cbc182da hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup. 8 years ago
  Rich Salz d2e9e32018 Copyright consolidation 07/10 8 years ago
  Steffan Karger 2194351fda const correctness: make HMAC_size() take a const * 8 years ago
  Rich Salz 43ecb9c35c GH641: Don't care openssl_zmalloc 8 years ago
  Emilia Kasper b1413d9bd9 RT3095: allow NULL key for single-shot HMAC 9 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 8 years ago
  Viktor Dukhovni 98186eb4e4 Backwards-compatibility subject to OPENSSL_API_COMPAT 8 years ago
  Richard Levitte a87a0a6e5e Cleanup: fix all sources that used HMAC_CTX_init 8 years ago
  Richard Levitte dc0099e1dd Cleanup: rename HMAC_CTX_init to HMAC_CTX_reset 8 years ago
  Richard Levitte bfb0641f93 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 8 years ago
  Richard Levitte 32fd54a9a3 Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_init 8 years ago
  Richard Levitte 3f43aecc59 Make the definition of HMAC_CTX opaque 8 years ago
  Richard Levitte fa0c23de83 Adapt HMAC to the EVP_MD_CTX changes 8 years ago
  Matt Caswell 4b464e7b46 Fix ABI break with HMAC 9 years ago
  Matt Caswell e43a13c807 Fix leak in HMAC error path 9 years ago
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 years ago
  Rich Salz b4faea50c3 Use safer sizeof variant in malloc 9 years ago
  Viktor Dukhovni 61986d32f3 Code style: space after 'if' 9 years ago
  Matt Caswell c62e94d805 Fix HMAC to pass invalid key len test 9 years ago
  Matt Caswell e2095c6531 Ensure that both the MD and key have been initialised before attempting to 9 years ago
  Matt Caswell 00a5a74bbc HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source. 9 years ago
  Matt Caswell 0f113f3ee4 Run util/openssl-format-source -v -c . 9 years ago
  Dr. Stephen Henson 73e45b2dd1 remove OPENSSL_FIPSAPI 10 years ago