index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
hmac
/
hmac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-7
/
+9
*
Update copyright year
Matt Caswell
2021-05-20
1
-1
/
+1
*
hmac: fix coverity 1484888 negative integer to size_t conversion
Pauli
2021-05-18
1
-1
/
+4
*
Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...
Dr. David von Oheimb
2021-05-08
1
-31
/
+11
*
coverity 1462580 Improper use of negative value
Pauli
2020-04-30
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level HMAC functions
Pauli
2020-01-29
1
-0
/
+6
*
Don't store an HMAC key for longer than we need
Matt Caswell
2020-01-06
1
-21
/
+19
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
Richard Levitte
2019-08-12
1
-1
/
+1
*
Don't allow SHAKE128/SHAKE256 with HMAC
Matt Caswell
2019-03-27
1
-0
/
+7
*
Following the license change, modify the boilerplates in crypto/hmac/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix HMAC SHA3-224 and HMAC SHA3-256.
Pauli
2018-09-04
1
-6
/
+6
*
hmac_init cleanup and fix key zeroization issue
Shane Lontis
2018-09-03
1
-17
/
+16
*
Remove OPENSSL_assert() from crypto/hmac
Matt Caswell
2017-08-21
1
-1
/
+2
*
PBKDF2 computation speedup (15-40%)
Gergely Nagy
2017-04-04
1
-9
/
+14
*
Fix style issues in HMAC_size()
Matt Caswell
2016-11-04
1
-3
/
+2
*
Ensure HMAC_size() handles errors correctly
Matt Caswell
2016-11-04
1
-1
/
+4
*
Add a getter to obtain the HMAC_CTX md
Matt Caswell
2016-06-24
1
-0
/
+5
*
hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
Andy Polyakov
2016-06-09
1
-1
/
+1
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+6
*
const correctness: make HMAC_size() take a const *
Steffan Karger
2016-05-16
1
-1
/
+1
*
GH641: Don't care openssl_zmalloc
Rich Salz
2016-02-08
1
-3
/
+5
*
RT3095: allow NULL key for single-shot HMAC
Emilia Kasper
2016-02-04
1
-0
/
+7
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Backwards-compatibility subject to OPENSSL_API_COMPAT
Viktor Dukhovni
2016-01-08
1
-1
/
+2
*
Cleanup: fix all sources that used HMAC_CTX_init
Richard Levitte
2015-12-07
1
-2
/
+2
*
Cleanup: rename HMAC_CTX_init to HMAC_CTX_reset
Richard Levitte
2015-12-07
1
-2
/
+2
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-9
/
+9
*
Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_init
Richard Levitte
2015-12-07
1
-17
/
+17
*
Make the definition of HMAC_CTX opaque
Richard Levitte
2015-12-07
1
-7
/
+33
*
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-07
1
-29
/
+50
*
Fix ABI break with HMAC
Matt Caswell
2015-06-12
1
-12
/
+8
*
Fix leak in HMAC error path
Matt Caswell
2015-06-10
1
-0
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-6
/
+6
*
Fix HMAC to pass invalid key len test
Matt Caswell
2015-03-25
1
-1
/
+2
*
Ensure that both the MD and key have been initialised before attempting to
Matt Caswell
2015-03-25
1
-3
/
+20
*
HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source.
Matt Caswell
2015-02-10
1
-1
/
+3
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-143
/
+135
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
Dr. Stephen Henson
2011-01-27
1
-1
/
+1
*
FIPS HMAC changes:
Dr. Stephen Henson
2011-01-26
1
-9
/
+13
*
Fix warnings.
Ben Laurie
2010-06-12
1
-3
/
+0
*
Add flags functions which were added to 0.9.8 for fips but not 1.0.0 and
Dr. Stephen Henson
2010-01-26
1
-0
/
+6
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-3
/
+3
*
Update HMAC functions to return an error where relevant.
Dr. Stephen Henson
2008-11-02
1
-27
/
+56
[next]