Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac: add a getter for the MAC block size. | Pauli | 2021-05-25 | 1 | -0/+1 |
| | | | | | | | | Fixes #12342 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15427) | ||||
* | Update copyright year | Matt Caswell | 2021-03-11 | 1 | -1/+1 |
| | | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14512) | ||||
* | Fix external symbols in the provider digest implementations. | Shane Lontis | 2021-02-18 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | Partial fix for #12964 This adds ossl_ names for the following symbols: blake2b512_init,blake2b_final,blake2b_init,blake2b_init_key, blake2b_param_init,blake2b_param_set_digest_length,blake2b_param_set_key_length, blake2b_param_set_personal,blake2b_param_set_salt,blake2b_update, blake2s256_init,blake2s_final,blake2s_init,blake2s_init_key, blake2s_param_init,blake2s_param_set_digest_length,blake2s_param_set_key_length, blake2s_param_set_personal,blake2s_param_set_salt,blake2s_update, digest_default_get_params,digest_default_gettable_params Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14211) | ||||
* | Update copyright year | Matt Caswell | 2020-10-15 | 1 | -1/+1 |
| | | | | | Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13144) | ||||
* | prov: prefix all OSSL_DISPATCH tables names with ossl_ | Pauli | 2020-09-29 | 1 | -1/+1 |
| | | | | | | | | This stops them leaking into other namespaces in a static build. They remain internal. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13013) | ||||
* | Providers: move default kdfs,macs | Richard Levitte | 2019-10-10 | 1 | -0/+31 |
From providers/default/ to providers/implementations/ Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10088) |