dd5fa5f5 | 23-Jan-2021 |
Dr. David von Oheimb |
CMP: On NULL-DN subject or issuer input omit field in cert template Also improve diagnostics on inconsistent cert request input in apps/cmp.c, add trace output for transactionIDs on new
CMP: On NULL-DN subject or issuer input omit field in cert template Also improve diagnostics on inconsistent cert request input in apps/cmp.c, add trace output for transactionIDs on new sessions, and update the documentation in openssl-cmp.pod.in. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14018)
show more ...
|
e1f94663 | 27-Feb-2021 |
Pauli |
test: use the new set public and private together call Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com
test: use the new set public and private together call Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14341)
show more ...
|
740582cf | 27-Feb-2021 |
Pauli |
test: add utility function to set the fake random callback on both the public and private instances Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@or
test: add utility function to set the fake random callback on both the public and private instances Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14341)
show more ...
|
fccdb61a | 27-Feb-2021 |
Pauli |
test: update ECDSA and SM2 internal tests in line with the fake_random change Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged
test: update ECDSA and SM2 internal tests in line with the fake_random change Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14341)
show more ...
|
5a11de50 | 27-Feb-2021 |
Pauli |
test: update test_random to create real contexts instead of sharing one Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from h
test: update test_random to create real contexts instead of sharing one Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14341)
show more ...
|
0647162f | 01-Mar-2021 |
Richard Levitte |
make update Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14352) |
bed963d5 | 26-Feb-2021 |
UndefBehavior |
Fix build of /dev/crypto engine with no-dynamic-engine option CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by
Fix build of /dev/crypto engine with no-dynamic-engine option CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/14329)
show more ...
|
b0aae913 | 22-Feb-2021 |
Rich Salz |
Remove RSA SSLv23 padding mode Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14248) |
d546e8e2 | 17-Feb-2021 |
Dr. David von Oheimb |
Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url() Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14009) |
7932982b | 28-Jan-2021 |
Dr. David von Oheimb |
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components Now handle [http[s]://][userinfo@]host[:port][/path][?query][#frag] by optionally providing any userinfo, query
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components Now handle [http[s]://][userinfo@]host[:port][/path][?query][#frag] by optionally providing any userinfo, query, and frag components. All usages of this function, which are client-only, silently ignore userinfo and frag components, while the query component is taken as part of the path. Update and extend the unit tests and all affected documentation. Document and deprecat OCSP_parse_url(). Fixes an issue that came up when discussing FR #14001. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14009)
show more ...
|
e60e9744 | 26-Feb-2021 |
Dr. David von Oheimb |
apps/x509.c: Fix mem leaks in processing of -next_serial in print loop Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14340) |
46a11faf | 26-Feb-2021 |
Dr. David von Oheimb |
apps/x509.c: Improve print_name() and coding style of large print loop in x509_main() Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1434
apps/x509.c: Improve print_name() and coding style of large print loop in x509_main() Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14340)
show more ...
|
859e5f16 | 26-Feb-2021 |
Dr. David von Oheimb |
apps/x509.c: Improve indentation of the large print loop in x509_main() Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14340) |
ed0a5ac9 | 26-Feb-2021 |
Dr. David von Oheimb |
apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recently Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14340) |
ee68fbc5 | 28-Feb-2021 |
ekinhbayar |
Merge branch 'master' of https://github.com/openssl/openssl
|
d5a936c5 | 26-Feb-2021 |
Pauli |
rand: use params argument on instantiate call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
dbf299f7 | 26-Feb-2021 |
Pauli |
core: add params argument to DRBG instantiate call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
f8a5822c | 26-Feb-2021 |
Pauli |
doc: update documenation with params argument on DRBG instantiate calls Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
7198bd1a | 26-Feb-2021 |
Pauli |
test: update tests to allow for params argument for the instantiate call on EVP_RAND_CTXs Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/open
test: update tests to allow for params argument for the instantiate call on EVP_RAND_CTXs Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310)
show more ...
|
b98d550d | 26-Feb-2021 |
Pauli |
prov: update rand implementations to have a params argument for the instantiate call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/p
prov: update rand implementations to have a params argument for the instantiate call Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310)
show more ...
|
8d5b197b | 26-Feb-2021 |
Pauli |
fips: update DRBG KATs for the extra instantiate argument Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
671ff5c7 | 26-Feb-2021 |
Pauli |
evp: add params argument to EVP_RAND_instantiate() Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
6980e36a | 26-Feb-2021 |
Pauli |
doc: document additional argument to KDF derive calls Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
f5081be3 | 26-Feb-2021 |
Pauli |
prov: add additional argument to KDF derive call in key exchange Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |
6bcd32a4 | 26-Feb-2021 |
Pauli |
fips: add additional argument to KDF derive call in self test Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310) |