index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
modes
/
siv128.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Add ossl_siv symbols
Shane Lontis
2021-03-18
1
-12
/
+12
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Fix coverity CID #1452770 - Dereference before NULL check in CRYPTO_siv128_in...
Shane Lontis
2020-08-24
1
-8
/
+14
*
Fix provider cipher reinit issue
Shane Lontis
2020-07-22
1
-5
/
+19
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-14
/
+14
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-10
/
+5
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-14
/
+14
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Amend references to "OpenSSL license"
Shourya Shukla
2020-04-29
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
OSSL_PARAM_construct_utf8_string computes the string length.
Pauli
2019-09-04
1
-2
/
+1
*
Get rid of the diversity of names for MAC parameters
Richard Levitte
2019-08-24
1
-1
/
+1
*
Use macros internally for algorithm names
Richard Levitte
2019-08-19
1
-1
/
+2
*
Adapt diverse code to provider based MACs.
Richard Levitte
2019-08-15
1
-8
/
+24
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-1
/
+2
*
Move the public SIV mode functions from public headers to internal ones
Matt Caswell
2019-06-27
1
-0
/
+1
*
Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
Kurt Roeckx
2019-06-06
1
-25
/
+36
*
Correctly check the return code of EVP_MAC_ctrl everwhere it is used
Matt Caswell
2019-03-27
1
-2
/
+2
*
Fixes #7879: AES-SIV to use EVP_MAC APIs
Todd Short
2018-12-13
1
-27
/
+27
*
Add RFC5297 AES-SIV support
Todd Short
2018-12-11
1
-0
/
+349