index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
mac_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-13
/
+10
*
evp: make all _is_a functions accept and handle a NULL argument
Pauli
2022-07-17
1
-1
/
+1
*
Enforce a size check in EVP_MAC_final()
Matt Caswell
2021-10-22
1
-1
/
+7
*
EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()
Richard Levitte
2021-06-23
1
-4
/
+5
*
libcrypto: make XXX_get_number() internal
Pauli
2021-06-02
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-4
/
+4
*
mac: add a getter for the MAC block size.
Pauli
2021-05-25
1
-2
/
+12
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-14
/
+14
*
Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...
Dr. David von Oheimb
2021-05-08
1
-0
/
+62
*
mac: add EVP_MAC_finalXOF() function
Pauli
2021-05-05
1
-7
/
+42
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-3
/
+1
*
Standard style for all EVP_xxx_free routines
Rich Salz
2021-04-18
1
-6
/
+6
*
EVP: Add EVP_<TYPE>_description()
Richard Levitte
2021-04-02
1
-0
/
+5
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
evp: updates for the new additional MAC_init arguments
Pauli
2021-02-28
1
-2
/
+3
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-4
/
+6
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+3
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
1
-2
/
+2
*
kdf/mac: add name query calls for KDFs and MACs
Pauli
2020-09-23
1
-0
/
+7
*
Ensure EVP_MAC_update() passes the length even if it is 0
Matt Caswell
2020-09-03
1
-2
/
+0
*
mac: add some consistency to setting the XXX_final output length.
Pauli
2020-08-07
1
-1
/
+3
*
mac: always pass a non-NULL output size pointer to providers.
Pauli
2020-07-18
1
-6
/
+5
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-10
/
+10
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-10
/
+10
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
Richard Levitte
2020-01-17
1
-1
/
+1
*
EVP: add functions that return the name number
Richard Levitte
2019-10-17
1
-0
/
+5
*
EVP: add name traversal functions to all fetchable types
Richard Levitte
2019-10-17
1
-0
/
+8
*
EVP: add missing common functionality
Richard Levitte
2019-10-17
1
-0
/
+5
*
Reorganize public header files (part 1)
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Get rid of the diversity of names for MAC parameters
Richard Levitte
2019-08-24
1
-1
/
+1
*
Rename ctx_{get,set}_params to {get,set}_ctx_params
Richard Levitte
2019-08-16
1
-6
/
+6
*
Prepare EVP_MAC infrastructure for moving all MACs to providers
Richard Levitte
2019-08-15
1
-100
/
+62
*
Change EVP_MAC method from copy to dup
Kurt Roeckx
2019-06-06
1
-2
/
+2
*
Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
Kurt Roeckx
2019-06-06
1
-7
/
+17
*
Tolerate 0 byte input length for Update functions
Matt Caswell
2019-03-27
1
-0
/
+2
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add EVP_MAC API
Richard Levitte
2018-10-29
1
-0
/
+185