e7aa284e | 25-Mar-2021 |
Pauli |
Fix X509_PUBKEY_dup() to not leak memory Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14642) |
808c63c5 | 25-Mar-2021 |
Pauli |
test: add test case for X508_PUBKEY_dup() function Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14642) |
239ff7f7 | 25-Mar-2021 |
Pauli |
doc: add documentation for the X509_PUBKEY_dup() function Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14642) |
f0800c7c | 22-Mar-2021 |
Sahana Prasad |
Allocates and initializes pubkey in X509_PUBKEY_dup() Fixes #14617 Signed-off-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed
Allocates and initializes pubkey in X509_PUBKEY_dup() Fixes #14617 Signed-off-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14642)
show more ...
|
a638fb94 | 26-Mar-2021 |
Shane Lontis |
Fix Build issue on Oracle Linux x64 'typedef struct ecx_key_st ECX_KEY' was defined multiple times. It is defined inside include/crypto/types.h which is included from include/crypto/ecx.
Fix Build issue on Oracle Linux x64 'typedef struct ecx_key_st ECX_KEY' was defined multiple times. It is defined inside include/crypto/types.h which is included from include/crypto/ecx.h. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14693)
show more ...
|
ed2e5b61 | 26-Mar-2021 |
Shane Lontis |
Disable cmp_http test on AIX AIX has permission problems of the form: lsof: can't open /dev/mem: Permission denied lsof: can't open /dev/kmem: Permission denied Reviewe
Disable cmp_http test on AIX AIX has permission problems of the form: lsof: can't open /dev/mem: Permission denied lsof: can't open /dev/kmem: Permission denied Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14692)
show more ...
|
53eecb5d | 10-Mar-2021 |
Richard Levitte |
TEST: Cleanup test recipes Name mixups cleared, and a few more test case result files that arent't removed, making forensics on failed tests easier. Reviewed-by: Paul Dale <paul
TEST: Cleanup test recipes Name mixups cleared, and a few more test case result files that arent't removed, making forensics on failed tests easier. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14505)
show more ...
|
bf5b37ce | 25-Mar-2021 |
Tomas Mraz |
Make the SM2 group the default group for the SM2 algorithm Fixes #14481 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by:
Make the SM2 group the default group for the SM2 algorithm Fixes #14481 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14684)
show more ...
|
cede07dc | 25-Mar-2021 |
Tomas Mraz |
Remove the external BoringSSL test Fixes #14424 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14682) |
6b2e51dd | 23-Mar-2021 |
Alexander Traud |
ssl/ssl_ciph.c: update format string, again Commit 2664810 changed everything except the encoding. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@open
ssl/ssl_ciph.c: update format string, again Commit 2664810 changed everything except the encoding. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14673)
show more ...
|
6466cc97 | 20-Mar-2021 |
Dr. David von Oheimb |
HTTP: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer(), rename to ossl_http_req_ctx_transfer() Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pul
HTTP: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer(), rename to ossl_http_req_ctx_transfer() Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14678)
show more ...
|
1c8505fb | 20-Mar-2021 |
Dr. David von Oheimb |
HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req() Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14677) |
814581bb | 24-Mar-2021 |
Richard Levitte |
RSA-PSS: When printing parameters, always print the trailerfield ASN.1 value The legacy implementation would print the ASN.1 value of the trailerfield, except when it wasn't set (i.e. is
RSA-PSS: When printing parameters, always print the trailerfield ASN.1 value The legacy implementation would print the ASN.1 value of the trailerfield, except when it wasn't set (i.e. is default). For better consistency, we now always print the ASN.1 value, both in the legacy and the provided implementation. Fixes #14363 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14676)
show more ...
|
4551763e | 24-Mar-2021 |
Pauli |
doc: life-cycle descritpion for MACs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14522) |
10b63e97 | 24-Mar-2021 |
Pauli |
doc: note that MAC lifecycle transitions will be enforced at some point Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14522) |
b0b63654 | 24-Mar-2021 |
Pauli |
doc: life-cycle descritpion for RANDs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14522) |
632bc4df | 24-Mar-2021 |
Pauli |
doc: note that RAND lifecycle transitions will be enforced at some point Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14522) |
77d12ae0 | 11-Mar-2021 |
Pauli |
doc: life-cycle description for KDFs/PRFs Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14522) |
2e1a40d0 | 11-Mar-2021 |
Pauli |
doc: note that KDF/PRF transitions will be enforced at some future point Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14522) |
4aac71f7 | 11-Mar-2021 |
Pauli |
doc: add life-cycle source files Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14522) |
8c635320 | 18-Mar-2021 |
Pauli |
test: fix coverity 1473609 & 1473610: unchecked return values Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14615) |
8eca93f8 | 18-Mar-2021 |
Pauli |
evp: fix coverity 1473378: unchecked return value Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14615) |
27f37279 | 18-Mar-2021 |
Pauli |
params: fix coverity 1473069: unchecked return values Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14615) |
40d6e05c | 18-Mar-2021 |
Pauli |
evp: fix coverity 1467500 & 1467502: unchecked return values Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14615) |
8cdcb63f | 18-Mar-2021 |
Pauli |
apps: fix coverity 1455340: unchecked return value Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14615) |