b4d38ba2 | 26-Feb-2021 |
Dr. David von Oheimb |
apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recently |
db7fbd54 | 23-Feb-2021 |
Pauli |
fuzzer: add ctx gettable/settable to the fuzzer RNG Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
2e36321a | 23-Feb-2021 |
Pauli |
test: add ctx gettable/settable to the generic fake random number generator Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
e79fb279 | 23-Feb-2021 |
Pauli |
core: support modified gettable/settable ctx calls for ciphers Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
fe20a66e | 23-Feb-2021 |
Pauli |
changes to match the updated context gettable/settable calls for ciphers Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
292b4184 | 23-Feb-2021 |
Pauli |
evp: upport modified gettable/settable ctx calls for ciphers Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
644c5dd3 | 23-Feb-2021 |
Pauli |
prov: upport modified gettable/settable ctx calls for ciphers Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
35c76a52 | 23-Feb-2021 |
Pauli |
evp: support modified gettable/settable ctx calls for MACs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
8dd233bb | 23-Feb-2021 |
Pauli |
doc: changes to match the updated context gettable/settable calls for MACs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
5a7134ee | 23-Feb-2021 |
Pauli |
core: core: support modified gettable/settable ctx calls for MACs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
eee323c3 | 23-Feb-2021 |
Pauli |
prov: support modified gettable/settable ctx calls for MACs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
1e8e5c60 | 23-Feb-2021 |
Pauli |
prov: support modified gettable/settable ctx calls for KDFs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
de43d82b | 23-Feb-2021 |
Pauli |
core: support modified gettable/settable ctx calls for KDFs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
a5120afd | 23-Feb-2021 |
Pauli |
evp: support modified gettable/settable ctx calls for KDFs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
530cacb5 | 23-Feb-2021 |
Pauli |
doc: changes to match the updated context gettable/settable calls Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
caa60428 | 22-Feb-2021 |
Pauli |
evp: support modified gettable/settable ctx calls for RNGs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
1c9eaf42 | 22-Feb-2021 |
Pauli |
core: update RNG gettable/settable ctx param calls Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
a3f091fd | 22-Feb-2021 |
Pauli |
prov: update RNGs to support modified gettable/settable CTX params Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
90fec26d | 22-Feb-2021 |
Pauli |
doc: note changes to rand gettable/settable provider call Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
d618ac6f | 22-Feb-2021 |
Pauli |
doc: note changes to digest gettable/settable provider calls Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
6de3a06d | 22-Feb-2021 |
Pauli |
modify EVP to support digest gettable/settable calls Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
aa95e08b | 22-Feb-2021 |
Pauli |
core: update digest gettable/settable ctx params calls Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
e772f25c | 22-Feb-2021 |
Pauli |
prov: update digests to support modified ctx params Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14240) |
5a6a6d59 | 24-Feb-2021 |
Richard Levitte |
Makefile: Only update doc/build.info when there's an actual change Fixes #14307 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merge
Makefile: Only update doc/build.info when there's an actual change Fixes #14307 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14309)
show more ...
|
32ab57cb | 18-Feb-2021 |
Shane Lontis |
Fix external symbols related to ec & sm2 keys Partial fix for #12964 This adds ossl_ names for the following symbols: ec_*, ecx_*, ecdh_*, ecdsa_*, sm2_* Reviewed-
Fix external symbols related to ec & sm2 keys Partial fix for #12964 This adds ossl_ names for the following symbols: ec_*, ecx_*, ecdh_*, ecdsa_*, sm2_* Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14231)
show more ...
|