History log of /openssl/ (Results 7401 – 7425 of 36071)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e7aa284e25-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)

808c63c525-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)

239ff7f725-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)

f0800c7c22-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 ...

a638fb9426-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 ...

ed2e5b6126-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 ...

53eecb5d10-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 ...


test/recipes/02-test_internal_keymgmt.t
test/recipes/04-test_pem_reading.t
test/recipes/04-test_pem_reading_data/NOTES.txt
test/recipes/04-test_pem_reading_data/beermug.pem
test/recipes/04-test_pem_reading_data/cert-1023line.pem
test/recipes/04-test_pem_reading_data/cert-1024line.pem
test/recipes/04-test_pem_reading_data/cert-1025line.pem
test/recipes/04-test_pem_reading_data/cert-254-chars-at-the-end.pem
test/recipes/04-test_pem_reading_data/cert-254-chars-in-the-middle.pem
test/recipes/04-test_pem_reading_data/cert-255line.pem
test/recipes/04-test_pem_reading_data/cert-256line.pem
test/recipes/04-test_pem_reading_data/cert-257line.pem
test/recipes/04-test_pem_reading_data/cert-blankline.pem
test/recipes/04-test_pem_reading_data/cert-bom.pem
test/recipes/04-test_pem_reading_data/cert-comment.pem
test/recipes/04-test_pem_reading_data/cert-earlypad.pem
test/recipes/04-test_pem_reading_data/cert-extrapad.pem
test/recipes/04-test_pem_reading_data/cert-infixwhitespace.pem
test/recipes/04-test_pem_reading_data/cert-junk.pem
test/recipes/04-test_pem_reading_data/cert-leadingwhitespace.pem
test/recipes/04-test_pem_reading_data/cert-longline.pem
test/recipes/04-test_pem_reading_data/cert-misalignedpad.pem
test/recipes/04-test_pem_reading_data/cert-onecolumn.pem
test/recipes/04-test_pem_reading_data/cert-oneline-multiple-of-254.pem
test/recipes/04-test_pem_reading_data/cert-oneline.pem
test/recipes/04-test_pem_reading_data/cert-shortandlongline.pem
test/recipes/04-test_pem_reading_data/cert-shortline.pem
test/recipes/04-test_pem_reading_data/cert-threecolumn.pem
test/recipes/04-test_pem_reading_data/cert-trailingwhitespace.pem
test/recipes/04-test_pem_reading_data/cert.pem
test/recipes/04-test_pem_reading_data/csr.pem
test/recipes/04-test_pem_reading_data/dsa-1023line.pem
test/recipes/04-test_pem_reading_data/dsa-1024line.pem
test/recipes/04-test_pem_reading_data/dsa-1025line.pem
test/recipes/04-test_pem_reading_data/dsa-255line.pem
test/recipes/04-test_pem_reading_data/dsa-256line.pem
test/recipes/04-test_pem_reading_data/dsa-257line.pem
test/recipes/04-test_pem_reading_data/dsa-blankline.pem
test/recipes/04-test_pem_reading_data/dsa-comment.pem
test/recipes/04-test_pem_reading_data/dsa-corruptedheader.pem
test/recipes/04-test_pem_reading_data/dsa-corruptiv.pem
test/recipes/04-test_pem_reading_data/dsa-earlypad.pem
test/recipes/04-test_pem_reading_data/dsa-extrapad.pem
test/recipes/04-test_pem_reading_data/dsa-infixwhitespace.pem
test/recipes/04-test_pem_reading_data/dsa-junk.pem
test/recipes/04-test_pem_reading_data/dsa-leadingwhitespace.pem
test/recipes/04-test_pem_reading_data/dsa-longline.pem
test/recipes/04-test_pem_reading_data/dsa-misalignedpad.pem
test/recipes/04-test_pem_reading_data/dsa-onecolumn.pem
test/recipes/04-test_pem_reading_data/dsa-oneline.pem
test/recipes/04-test_pem_reading_data/dsa-onelineheader.pem
test/recipes/04-test_pem_reading_data/dsa-shortandlongline.pem
test/recipes/04-test_pem_reading_data/dsa-shortline.pem
test/recipes/04-test_pem_reading_data/dsa-threecolumn.pem
test/recipes/04-test_pem_reading_data/dsa-trailingwhitespace.pem
test/recipes/04-test_pem_reading_data/dsa.pem
test/recipes/04-test_pem_reading_data/dsaparam.pem
test/recipes/04-test_pem_reading_data/key.pem
test/recipes/04-test_pem_reading_data/wellknown
test/recipes/06-test_rdrand_sanity.t
test/recipes/20-test_mac.t
test/recipes/25-test_eai_data.t
test/recipes/65-test_cmp_hdr.t
test/recipes/65-test_cmp_status.t
test/recipes/70-test_sslvertol.t
test/recipes/71-test_ssl_ctx.t
test/recipes/90-test_tls13encryption.t
test/recipes/90-test_tls13secrets.t
test/recipes/95-test_external_gost_engine.t
test/recipes/95-test_external_pyca.t
bf5b37ce25-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 ...

cede07dc25-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)

6b2e51dd23-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 ...

6466cc9720-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 ...

1c8505fb20-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)

814581bb24-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 ...

4551763e24-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)

10b63e9724-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)

b0b6365424-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)

632bc4df24-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)

77d12ae011-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)

2e1a40d011-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)

4aac71f711-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)

8c63532018-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)

8eca93f818-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)

27f3727918-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)

40d6e05c18-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)

8cdcb63f18-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)

1...<<291292293294295296297298299300>>...1443