index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
kdfs
/
kbkdf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
prov: add extra params argument to KDF implementations
Pauli
2021-03-11
1
-0
/
+3
*
prov: add extra params argument to KDF implementations
Pauli
2021-02-28
1
-2
/
+3
*
prov kdf: update to use the extra MAC init arguments
Pauli
2021-02-28
1
-10
/
+2
*
prov: support modified gettable/settable ctx calls for KDFs
Pauli
2021-02-26
1
-2
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
Add support for making all of KBKDF FixedInput fields optional.
Shane Lontis
2020-11-11
1
-7
/
+40
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-1
/
+1
*
Make KDFs fail if requesting a zero-length key.
Jon Spillett
2020-09-17
1
-0
/
+6
*
kdf: add FIPS error state handling
Pauli
2020-09-12
1
-0
/
+7
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
1
-2
/
+2
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
1
-2
/
+4
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-7
/
+7
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-5
/
+3
*
Don't forget our provider ctx when resetting
Matt Caswell
2020-07-01
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-06-25
1
-1
/
+1
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-6
/
+6
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-7
/
+7
*
kdfs: make free calls check for NULL.
Pauli
2019-11-22
1
-2
/
+4
*
[KDF] Add feedback-mode and CMAC support to KBKDF
Robbie Harwood
2019-10-17
1
-20
/
+63
*
Cleanup: move remaining providers/common/include/internal/*.h
Richard Levitte
2019-10-10
1
-3
/
+3
*
Cleanup: move providers/common/include/internal/provider_args.h
Richard Levitte
2019-10-10
1
-1
/
+1
*
Providers: move common exchange,kdfs,keymgmt,macs,signature
Richard Levitte
2019-10-10
1
-0
/
+303