index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
hmac
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete unused PKEY MAC files
Matt Caswell
2020-08-29
2
-134
/
+1
*
coverity 1462580 Improper use of negative value
Pauli
2020-04-30
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
3
-3
/
+3
*
Deprecate the low level HMAC functions
Pauli
2020-01-29
2
-0
/
+12
*
Don't store an HMAC key for longer than we need
Matt Caswell
2020-01-06
2
-23
/
+19
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
1
-1
/
+1
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-1
/
+1
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
2
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Move HMAC to providers
Richard Levitte
2019-08-15
2
-193
/
+1
*
HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
Richard Levitte
2019-08-12
1
-1
/
+1
*
Make the RAND code available from inside the FIPS module
Matt Caswell
2019-06-28
2
-2
/
+15
*
Change EVP_MAC method from copy to dup
Kurt Roeckx
2019-06-06
1
-5
/
+14
*
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
4
-4
/
+4
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
1
-1
/
+1
*
EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
2018-10-30
2
-213
/
+1
*
EVP_MAC: Add HMAC implementation
Richard Levitte
2018-10-30
2
-1
/
+174
*
Fix HMAC SHA3-224 and HMAC SHA3-256.
Pauli
2018-09-04
2
-8
/
+11
*
hmac_init cleanup and fix key zeroization issue
Shane Lontis
2018-09-03
1
-17
/
+16
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
1
-11
/
+0
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
1
-0
/
+21
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code if alloc returns NULL
Rich Salz
2018-04-05
1
-2
/
+4
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
1
-1
/
+36
*
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
*
Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
Emilia Kasper
2017-02-28
1
-54
/
+0
*
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
*
Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
Nathaniel McCallum
2016-06-24
1
-1
/
+6
*
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
*
#4342: few missing malloc return checks and free in error paths
J Mohan Rao Arisankala
2016-05-24
1
-6
/
+18
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
4
-216
/
+23
*
const correctness: make HMAC_size() take a const *
Steffan Karger
2016-05-16
1
-1
/
+1
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-43
/
+0
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Use utility functions for HMAC and CMAC.
Dr. Stephen Henson
2016-03-02
1
-15
/
+4
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
Fix mismatched curly brace
Dmitry-Me
2016-02-17
1
-0
/
+4
*
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
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+3
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
2
-2
/
+0
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
[next]