index
:
openssl
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_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
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
hmac
Age
Commit message (
Expand
)
Author
2021-06-23
Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()
Richard Levitte
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-20
Update copyright year
Matt Caswell
2021-05-18
hmac: fix coverity 1484888 negative integer to size_t conversion
Pauli
2021-05-08
Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...
Dr. David von Oheimb
2020-08-29
Delete unused PKEY MAC files
Matt Caswell
2020-04-30
coverity 1462580 Improper use of negative value
Pauli
2020-04-23
Update copyright year
Matt Caswell
2020-01-29
Deprecate the low level HMAC functions
Pauli
2020-01-06
Don't store an HMAC key for longer than we need
Matt Caswell
2019-11-07
Update source files for pre-3.0 deprecation
Richard Levitte
2019-10-10
Rework how our providers are built
Richard Levitte
2019-09-28
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-08-15
Move HMAC to providers
Richard Levitte
2019-08-12
HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
Richard Levitte
2019-06-28
Make the RAND code available from inside the FIPS module
Matt Caswell
2019-06-06
Change EVP_MAC method from copy to dup
Kurt Roeckx
2019-03-27
Don't allow SHAKE128/SHAKE256 with HMAC
Matt Caswell
2018-12-06
Following the license change, modify the boilerplates in crypto/hmac/
Richard Levitte
2018-12-06
Refactor the computation of API version limits
Richard Levitte
2018-10-30
EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
2018-10-30
EVP_MAC: Add HMAC implementation
Richard Levitte
2018-09-04
Fix HMAC SHA3-224 and HMAC SHA3-256.
Pauli
2018-09-04
hmac_init cleanup and fix key zeroization issue
Shane Lontis
2018-06-22
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-08
Add support getting raw private/public keys
Matt Caswell
2018-04-17
Update copyright year
Richard Levitte
2018-04-05
Set error code if alloc returns NULL
Rich Salz
2018-03-20
Update copyright year
Matt Caswell
2018-03-15
Add support for setting raw private HMAC keys
Matt Caswell
2017-08-21
Remove OPENSSL_assert() from crypto/hmac
Matt Caswell
2017-04-04
PBKDF2 computation speedup (15-40%)
Gergely Nagy
2017-02-28
Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
Emilia Kasper
2016-11-04
Fix style issues in HMAC_size()
Matt Caswell
2016-11-04
Ensure HMAC_size() handles errors correctly
Matt Caswell
2016-06-24
Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
Nathaniel McCallum
2016-06-24
Add a getter to obtain the HMAC_CTX md
Matt Caswell
2016-06-09
hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
Andy Polyakov
2016-05-23
#4342: few missing malloc return checks and free in error paths
J Mohan Rao Arisankala
2016-05-17
Copyright consolidation 07/10
Rich Salz
2016-05-16
const correctness: make HMAC_size() take a const *
Steffan Karger
2016-04-20
Remove --classic build entirely
Richard Levitte
2016-03-21
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-02
Use utility functions for HMAC and CMAC.
Dr. Stephen Henson
2016-02-20
Always build library object files with shared library cflags
Richard Levitte
2016-02-18
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-17
Fix mismatched curly brace
Dmitry-Me
2016-02-08
GH641: Don't care openssl_zmalloc
Rich Salz
[next]