3410f104 | 04-Dec-2021 |
Alex Pawelko |
Fix Markdown links in SUPPORT.md Add link to CONTRIBUTING and fix (presumably broken?) link to Github issues CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Re
Fix Markdown links in SUPPORT.md Add link to CONTRIBUTING and fix (presumably broken?) link to Github issues CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17192)
show more ...
|
d9f07357 | 27-Aug-2021 |
Dr. David von Oheimb |
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16450) |
b0be1013 | 06-Dec-2021 |
Matt Caswell |
Fix documentation for tlsext_ticket_key The tlsext_ticket_key functions are documented as returning 0 on success. In fact they return 1 on success. Reviewed-by: Tomas Mraz <toma
Fix documentation for tlsext_ticket_key The tlsext_ticket_key functions are documented as returning 0 on success. In fact they return 1 on success. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17210)
show more ...
|
317acac5 | 10-Nov-2021 |
Dr. David von Oheimb |
X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email addresses from subject DN Also slightly improve the style of the respective code in crypto/x509/v3_san.c.
X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email addresses from subject DN Also slightly improve the style of the respective code in crypto/x509/v3_san.c. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17145)
show more ...
|
15ac84e6 | 10-Nov-2021 |
Dr. David von Oheimb |
X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID by hash of pubkey This does not change the semantics of expected usage because only either one may be given.
X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID by hash of pubkey This does not change the semantics of expected usage because only either one may be given. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17145)
show more ...
|
e819b572 | 06-Dec-2021 |
Matt Caswell |
Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functions We should not be freeing the caller's key in the event of error. Fixes #17196 Reviewed-by: Tomas Mraz <toma
Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functions We should not be freeing the caller's key in the event of error. Fixes #17196 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17209)
show more ...
|
119f8145 | 03-Dec-2021 |
Dr. David von Oheimb |
OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect() Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from htt
OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect() Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17186)
show more ...
|
59b6b5a9 | 01-Dec-2021 |
Dr. David von Oheimb |
OSSL_HTTP_open(): Complete documentation of checks for server and proxy args Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https
OSSL_HTTP_open(): Complete documentation of checks for server and proxy args Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17186)
show more ...
|
266383b4 | 30-Nov-2021 |
Dr. David von Oheimb |
OSSL_HTTP_set1_request(): Fix check for presence of port option and its documentation For HTTP (not HTTPS) with proxy, server must be given, port is optional Reviewed-by: Paul Dale
OSSL_HTTP_set1_request(): Fix check for presence of port option and its documentation For HTTP (not HTTPS) with proxy, server must be given, port is optional Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17186)
show more ...
|
67890a73 | 03-Dec-2021 |
Dr. David von Oheimb |
OBJ_obj2txt(): fix off-by-one documentation of the result Also remove the outdated BUGS section and fix the coding style of the function. Reviewed-by: Paul Dale <pauli@openssl.org>
OBJ_obj2txt(): fix off-by-one documentation of the result Also remove the outdated BUGS section and fix the coding style of the function. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17188)
show more ...
|
d09f4501 | 23-Nov-2021 |
Matt Caswell |
Don't run the symbol presence test on windows Fixes #17109 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas M
Don't run the symbol presence test on windows Fixes #17109 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17119)
show more ...
|
a44eb842 | 02-Dec-2021 |
Tomas Mraz |
test_rsa: Test for PVK format conversion Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (
test_rsa: Test for PVK format conversion Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17181)
show more ...
|
c22b6592 | 02-Dec-2021 |
Tomas Mraz |
key_to_type_specific_pem_bio_cb: Use passphrase callback from the arguments Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by:
key_to_type_specific_pem_bio_cb: Use passphrase callback from the arguments Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17181)
show more ...
|
28257d60 | 02-Dec-2021 |
Tomas Mraz |
PVK decoder: prompt for PVK passphrase and not PEM Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.
PVK decoder: prompt for PVK passphrase and not PEM Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17181)
show more ...
|
baa88d9d | 02-Dec-2021 |
Tomas Mraz |
Fix pvk encoder to properly query for the passphrase The passphrase callback data was not properly initialized. Fixes #17054 Reviewed-by: Tim Hudson <tjh@openssl.org> R
Fix pvk encoder to properly query for the passphrase The passphrase callback data was not properly initialized. Fixes #17054 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17181)
show more ...
|
3dbf8243 | 02-Dec-2021 |
Matt Caswell |
Clarify the deprecation warnings in the docs There was recently an instance where a user was confused by the deprecation warnings in the docs. They believed the warning applied to th
Clarify the deprecation warnings in the docs There was recently an instance where a user was confused by the deprecation warnings in the docs. They believed the warning applied to the immediately preceding function declarations, when it fact it applied to the following function declarations. https://mta.openssl.org/pipermail/openssl-users/2021-December/014665.html We clarify the wording to make it clear that the warning applies to the following functions. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17180)
show more ...
|
c87a4dd7 | 03-Dec-2021 |
Tomas Mraz |
CI: Replace windows-2016 with windows-2022 Windows 2016 environment is going to be discontinued. Fixes #17177 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from ht
CI: Replace windows-2016 with windows-2022 Windows 2016 environment is going to be discontinued. Fixes #17177 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17183)
show more ...
|
38288f42 | 30-Nov-2021 |
Dr. David von Oheimb |
OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200 This way keep-alive is not (needlessly) cancelled on error. Reviewed-by: Tomas Mraz <tomas@openssl.org>
OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200 This way keep-alive is not (needlessly) cancelled on error. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17171)
show more ...
|
e2b7dc35 | 30-Nov-2021 |
Dr. David von Oheimb |
parse_http_line1(): Fix diagnostic output on error and return code Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17171) |
2080134e | 29-Nov-2021 |
Dr. David von Oheimb |
OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect callback function Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pul
OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect callback function Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17160)
show more ...
|
4ee464cf | 22-Nov-2021 |
Dr. David von Oheimb |
OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_HTTP_close() Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1
OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_HTTP_close() Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17160)
show more ...
|
5fae09f3 | 01-Dec-2021 |
x2018 |
s_cb.c: check the return value of X509_get0_pubkey() Check is done to prevent wrong memory access by EVP_PKEY_get0_asn1() Also fix wrong coding style in the s_cb.c file. Re
s_cb.c: check the return value of X509_get0_pubkey() Check is done to prevent wrong memory access by EVP_PKEY_get0_asn1() Also fix wrong coding style in the s_cb.c file. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17176)
show more ...
|
9d1a2705 | 30-Nov-2021 |
x2018 |
check the return value of BN_dup() in rsa_lib.c:1248 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/op
check the return value of BN_dup() in rsa_lib.c:1248 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17168)
show more ...
|
07ba6948 | 22-Nov-2021 |
Dmitry Belyavskiy |
Refactor: a separate func for provider activation from config Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/
Refactor: a separate func for provider activation from config Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17099)
show more ...
|
a632bfaa | 30-Nov-2021 |
Tomas Mraz |
pvkkdf: Always reset buflen after clearing the buffer Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/op
pvkkdf: Always reset buflen after clearing the buffer Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17164)
show more ...
|