index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
hmac
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-04
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-23
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
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-2
/
+2
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-99
/
+61
*
make update
Richard Levitte
2016-01-12
1
-27
/
+29
*
Backwards-compatibility subject to OPENSSL_API_COMPAT
Viktor Dukhovni
2016-01-07
1
-1
/
+2
*
make update
Dr. Stephen Henson
2015-12-09
1
-1
/
+0
*
Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.h
Richard Levitte
2015-12-07
1
-2
/
+2
*
make update
Richard Levitte
2015-12-07
1
-0
/
+1
*
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
3
-15
/
+118
*
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-07
2
-36
/
+60
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
2
-2
/
+2
*
Fix memory leaks and other mistakes on errors
Alessandro Ghedini
2015-10-23
1
-2
/
+7
[next]