db1319b7 | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->flag_allow_md in rsa.c Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/opens
Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->flag_allow_md in rsa.c Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
fa519461 | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1458644 - Negative return passed to function taking size_t in ecdh_cms_set_shared_info() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.c
Fix coverity CID #1458644 - Negative return passed to function taking size_t in ecdh_cms_set_shared_info() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
51bba73e | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verify_final() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/p
Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verify_final() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
fdf6118b | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsa Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/1262
Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsa Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
26c5ea8f | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1458648 - Wrong sizeof() arg in rsa_freectx() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628) |
75348bb2 | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1465525 - NULL pointer dereference in OSSL_DECODER_CTX_new_by_EVP_PKEY() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/opens
Fix coverity CID #1465525 - NULL pointer dereference in OSSL_DECODER_CTX_new_by_EVP_PKEY() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
e499a64b | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1465531 - Negative return passed to a function param using size_t in asn1_item_digest_with_libctx() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https
Fix coverity CID #1465531 - Negative return passed to a function param using size_t in asn1_item_digest_with_libctx() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
ab7f4a3d | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1465790 - Dereference after NULL check in evp_test.c Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628) |
61d61c5f | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1465794 - Uninitialized pointer read in x942_encode_otherinfo() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/1
Fix coverity CID #1465794 - Uninitialized pointer read in x942_encode_otherinfo() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
f2bfc53b | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/1262
Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628)
show more ...
|
90e0e0d8 | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1465797 - Negative loop bound in collect_deserializer Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628) |
3c1ccfea | 11-Aug-2020 |
Shane Lontis |
Fix coverity CID #1465594 - Null dereference in EVP_PKEY_get0() Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12628) |
05ead000 | 19-Aug-2020 |
Dr. David von Oheimb |
run_tests.pl: Add warning that HARNESS_JOBS > 1 overrides HARNESS_VERBOSE Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12682) |
1acb2e6f | 20-Aug-2020 |
Shane Lontis |
Fix CMS so that it still works with non fetchable algorithms. Fixes #12633 For CMS the Gost engine still requires calls to EVP_get_digestbyname() and EVP_get_cipherbyname() when
Fix CMS so that it still works with non fetchable algorithms. Fixes #12633 For CMS the Gost engine still requires calls to EVP_get_digestbyname() and EVP_get_cipherbyname() when EVP_MD_fetch() and EVP_CIPHER_fetch() return NULL. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12689)
show more ...
|
eed12622 | 22-Aug-2020 |
Robert Jędrzejczyk |
Windows get ENV value as UTF-8 encoded string instead of a raw string Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged f
Windows get ENV value as UTF-8 encoded string instead of a raw string Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12657)
show more ...
|
c0f39ded | 22-Aug-2020 |
Shane Lontis |
Add Explicit EC parameter support to providers. This was added for backward compatability. Added EC_GROUP_new_from_params() that supports explicit curve parameters. This fixes t
Add Explicit EC parameter support to providers. This was added for backward compatability. Added EC_GROUP_new_from_params() that supports explicit curve parameters. This fixes the 15-test_genec.t TODO. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12604)
show more ...
|
a02c715c | 20-Aug-2020 |
Richard Levitte |
Clean away some declarations dsa_algorithmidentifier_encoding(), ecdsa_algorithmidentifier_encoding(), rsa_algorithmidentifier_encoding() have been replaced with DER writer functions
Clean away some declarations dsa_algorithmidentifier_encoding(), ecdsa_algorithmidentifier_encoding(), rsa_algorithmidentifier_encoding() have been replaced with DER writer functions, so they aren't useful any more. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12693)
show more ...
|
93ec4f8f | 16-Aug-2020 |
Richard Levitte |
Remove the OSSL_SERIALIZER / OSSL_DESERIALIZER renaming scripts Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12660) |
ece9304c | 16-Aug-2020 |
Richard Levitte |
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE Fixes #12455 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openss
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE Fixes #12455 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12660)
show more ...
|
f650993f | 16-Aug-2020 |
Richard Levitte |
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE These are the scripts that do the deed. Fixes #12455 Reviewed-by: Paul Dale <paul.dale@oracle.com>
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE These are the scripts that do the deed. Fixes #12455 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12660)
show more ...
|
5a7734cd | 18-Aug-2020 |
Dr. David von Oheimb |
Add libctx/provider support to cmp_msg_test Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11808) |
4561f15f | 18-Aug-2020 |
Dr. David von Oheimb |
Add libctx/provider support to cmp_protect_test Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11808) |
bdd6784f | 18-Aug-2020 |
Dr. David von Oheimb |
Add libctx/provider support to cmp_vfy_test Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11808) |
b0248cbc | 12-Aug-2020 |
Dr. David von Oheimb |
Add libctx/provider support to cmp_client_test Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11808) |
6d1f50b5 | 13-Aug-2020 |
Dr. David von Oheimb |
Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11808) |