index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
macs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
3
-6
/
+6
*
mac: add a getter for the MAC block size.
Pauli
2021-05-25
6
-18
/
+49
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-9
/
+7
*
Fix KMAC bounds checks.
Shane Lontis
2021-05-05
1
-35
/
+50
*
Fix windows compiler error in kmac_prov.c
Shane Lontis
2021-04-13
1
-2
/
+6
*
kmac: fix customistation string overflow bug
Pauli
2021-04-12
1
-45
/
+79
*
Fix a TODO(3.0) in the siphash code
Matt Caswell
2021-03-17
1
-6
/
+0
*
update set_ctx_param MAC calls to return 1 for a NULL params
Pauli
2021-03-11
5
-0
/
+15
*
PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()
Richard Levitte
2021-03-11
1
-3
/
+4
*
Update copyright year
Matt Caswell
2021-03-11
3
-3
/
+3
*
update poly1305 to have additional init arguments
Pauli
2021-02-28
1
-12
/
+25
*
update BLAKE2 to have additional init arguments
Pauli
2021-02-28
1
-19
/
+26
*
prov: update kmac to have additional init arguments
Pauli
2021-02-28
1
-18
/
+28
*
prov: update hmac to have additional init arguments
Pauli
2021-02-28
1
-8
/
+25
*
prov: update gmac to have additional init arguments
Pauli
2021-02-28
1
-12
/
+29
*
prov: update cmac to have additional init arguments
Pauli
2021-02-28
1
-17
/
+17
*
prov: update SipHash to new init function
Pauli
2021-02-28
1
-32
/
+63
*
siphash: Add the C and D round parameters for SipHash.
Pauli
2021-02-28
1
-3
/
+16
*
prov: support modified gettable/settable ctx calls for MACs
Pauli
2021-02-26
7
-14
/
+27
*
Update copyright year
Matt Caswell
2021-02-18
6
-6
/
+6
*
Fix external symbols in the provider digest implementations.
Shane Lontis
2021-02-18
2
-16
/
+16
*
Various cleanup of PROV_R_ reason codes
Tomas Mraz
2021-02-11
2
-3
/
+3
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
5
-5
/
+5
*
Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.
Shane Lontis
2021-02-10
1
-10
/
+28
*
CORE & PROV: clean away OSSL_FUNC_mac_size()
Richard Levitte
2021-02-03
6
-30
/
+20
*
Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-10-15
2
-2
/
+2
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
4
-4
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
3
-3
/
+3
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
8
-9
/
+9
*
Allow zero-length secret for EVP_KDF API
Jon Spillett
2020-09-17
1
-2
/
+2
*
mac: add FIPS error state handling
Pauli
2020-09-12
7
-17
/
+100
*
Ensure EVP_MAC_update() passes the length even if it is 0
Matt Caswell
2020-09-03
4
-0
/
+12
*
Make ssl3_cbc_digest_record() use the real data_size
Matt Caswell
2020-09-03
1
-1
/
+1
*
Start using the provider side TLS HMAC implementation
Matt Caswell
2020-09-03
1
-4
/
+4
*
Add an HMAC implementation that is TLS aware
Matt Caswell
2020-09-03
1
-3
/
+88
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
7
-11
/
+11
*
mac: add some consistency to setting the XXX_final output length.
Pauli
2020-08-07
4
-4
/
+4
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
7
-14
/
+14
*
Update copyright year
Matt Caswell
2020-06-25
4
-4
/
+4
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
7
-73
/
+73
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
7
-7
/
+7
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
coverity 1462564 Improper use of negative value
Pauli
2020-04-30
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
2
-2
/
+2
*
Deprecate the low level HMAC functions
Pauli
2020-01-29
1
-0
/
+6
*
Deprecate the low level CMAC functions
Pauli
2020-01-29
1
-0
/
+6
*
mac poly1305: add missing NULL check in new function.
Pauli
2019-12-13
1
-1
/
+2
*
mac siphash: add missing NULL check on context creation
Pauli
2019-12-13
1
-1
/
+2
*
Add ChaCha related ciphers to default provider
Shane Lontis
2019-10-16
1
-6
/
+0
[next]