Daiki Ueno
|
ef9d8f2f1f
Accept longer context for TLS 1.2 exporters
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Irak Rigia
|
1e6bd31e58
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
|
1 year ago |
slontis
|
50ea5cdcb7
Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
slontis
|
7260709e9e
kdf objects missing a return if malloc fails.
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 years ago |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 years ago |
Pauli
|
b9d8ad3f15
tls1 prf: implement ctx dup operation
|
2 years ago |
Pauli
|
c983a0e521
prov: add extra params argument to KDF implementations
|
3 years ago |
Pauli
|
3469b38816
prov: add extra params argument to KDF implementations
|
3 years ago |
Pauli
|
2524ec1ac2
prov kdf: update to use the extra MAC init arguments
|
3 years ago |
Pauli
|
1e8e5c6092
prov: support modified gettable/settable ctx calls for KDFs
|
3 years ago |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
Tomas Mraz
|
2741128e9d
Move the PROV_R reason codes to a public header
|
3 years ago |
Shane Lontis
|
90a2576b9b
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
|
4 years ago |
Dr. Matthias St. Pierre
|
a829b735b6
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Pauli
|
1be63951f8
prov: prefix all OSSL_DISPATCH tables names with ossl_
|
4 years ago |
Jon Spillett
|
1cae59d14b
Make KDFs fail if requesting a zero-length key.
|
4 years ago |
Pauli
|
2b9e4e956b
kdf: add FIPS error state handling
|
4 years ago |
Pauli
|
1017ab21e4
provider: add the unused paramater tag to the gettable and settable functions
|
4 years ago |
Matt Caswell
|
ac2d58c72b
Implement a EVP_PKEY KDF to KDF provider bridge
|
4 years ago |
Pauli
|
af5e1e852d
gettables: provider changes to pass the provider context.
|
4 years ago |
Matt Caswell
|
865adf97c9
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*"
|
4 years ago |
Matt Caswell
|
0577959cea
Don't forget our provider ctx when resetting
|
4 years ago |
Matt Caswell
|
fbd2ece171
Update copyright year
|
4 years ago |
Dr. Matthias St. Pierre
|
363b1e5dae
Make the naming scheme for dispatched functions more consistent
|
4 years ago |
Pauli
|
d9c2fd51e2
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
|
4 years ago |