36fae6e8 | 26-Feb-2021 |
Pauli |
crypto: add additional argument to KDF derive calls Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
bb0ab821 | 26-Feb-2021 |
Pauli |
apps: add addition argument to KDF derive call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
3469b388 | 26-Feb-2021 |
Pauli |
prov: add extra params argument to KDF implementations Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
5cceedb5 | 26-Feb-2021 |
Pauli |
tls: adjust for extra argument to KDF derive call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
05cdec39 | 26-Feb-2021 |
Pauli |
test: adjust tests to include extra argument to KDF derive call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
7c75f2da | 26-Feb-2021 |
Pauli |
evp: add param argument to KDF derive call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
a9603292 | 26-Feb-2021 |
Pauli |
core: add param argument to KDF derive call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
dc567dc7 | 25-Feb-2021 |
Pauli |
doc: update provider-mac documentation to account for the additional init() arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/
doc: update provider-mac documentation to account for the additional init() arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310)
show more ...
|
9258f7ef | 25-Feb-2021 |
Pauli |
doc: update KMAC doc to not say that the `KEY\' parameter needs to be set before the init call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl
doc: update KMAC doc to not say that the `KEY\' parameter needs to be set before the init call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310)
show more ...
|
7f7640c4 | 25-Feb-2021 |
Pauli |
apps: update speed to use the additional arguments to MAC_init Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
afa44486 | 25-Feb-2021 |
Pauli |
doc: note the additional parameters to EVP_MAC_init() Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
1dfe9753 | 25-Feb-2021 |
Pauli |
update poly1305 to have additional init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
80ba2526 | 25-Feb-2021 |
Pauli |
update BLAKE2 to have additional init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
ac238428 | 25-Feb-2021 |
Pauli |
prov: update kmac to have additional init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
c23f96f3 | 25-Feb-2021 |
Pauli |
prov: update hmac to have additional init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
0a56b3c2 | 25-Feb-2021 |
Pauli |
prov: update gmac to have additional init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
005b1902 | 25-Feb-2021 |
Pauli |
prov: update cmac to have additional init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
cf5784aa | 25-Feb-2021 |
Pauli |
prov: use new MAC_init arguments in HMAC-DRBG Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
91593b37 | 25-Feb-2021 |
Pauli |
prov: use new MAC_init arguments in signature legacy code Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
19ea8a8a | 25-Feb-2021 |
Pauli |
prov: update provider util to be less agressive about changing things unnecessarily Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pu
prov: update provider util to be less agressive about changing things unnecessarily Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310)
show more ...
|
fbff75ca | 25-Feb-2021 |
Pauli |
fips: update to use the extra MAC init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
b58e1f74 | 25-Feb-2021 |
Pauli |
core: update to use the extra MAC init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
77e4ae58 | 25-Feb-2021 |
Pauli |
test: updates for the new additional MAC_init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
41df96ef | 25-Feb-2021 |
Pauli |
evp_test: updates for the new additional MAC_init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
0edb8194 | 25-Feb-2021 |
Pauli |
tls: updates for the new additional MAC_init arguments Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |