a8e2a9f5 | 04-Sep-2020 |
Dr. David von Oheimb |
X509_NAME_add_entry_by_txt.pod: Improve documentation w.r.t. multi-valued RDNs (containing sets of AVAs) Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com
X509_NAME_add_entry_by_txt.pod: Improve documentation w.r.t. multi-valued RDNs (containing sets of AVAs) Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12769)
show more ...
|
bc64c5a6 | 02-Sep-2020 |
Dr. David von Oheimb |
X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion with -2 for error Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/op
X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion with -2 for error Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12769)
show more ...
|
2aa91df4 | 02-Sep-2020 |
Dr. David von Oheimb |
X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in values Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pul
X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in values Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12769)
show more ...
|
11578679 | 02-Sep-2020 |
Dr. David von Oheimb |
X509_NAME_print_ex.pod: re-format lines to fit within 80 chars limit Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12769) |
388f2d9f | 08-Sep-2020 |
Dr. David von Oheimb |
app_load_config_bio(): fix crash on error It turns out that the CONF_modules_load(conf, NULL, 0) call is just wrong. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged fr
app_load_config_bio(): fix crash on error It turns out that the CONF_modules_load(conf, NULL, 0) call is just wrong. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12817)
show more ...
|
3101ab60 | 03-Sep-2020 |
Matt Caswell |
Fix an EVP_MD_CTX leak If we initialise an EVP_MD_CTX with a legacy MD, and then reuse the same EVP_MD_CTX with a provided MD then we end up leaking the md_data. We need to ensu
Fix an EVP_MD_CTX leak If we initialise an EVP_MD_CTX with a legacy MD, and then reuse the same EVP_MD_CTX with a provided MD then we end up leaking the md_data. We need to ensure we free the md_data if we change to a provided MD. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12779)
show more ...
|
b830e004 | 08-Sep-2020 |
Richard Levitte |
Diverse build.info: Adjust paths Fixes #12815 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from http
Diverse build.info: Adjust paths Fixes #12815 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/12816)
show more ...
|
bb30bce2 | 08-Sep-2020 |
Dr. David von Oheimb |
bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCerts in code and doc Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/
bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCerts in code and doc Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12822)
show more ...
|
543a802f | 04-Sep-2020 |
Dr. David von Oheimb |
bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also for unprotected CMP requests Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/
bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also for unprotected CMP requests Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12822)
show more ...
|
61994781 | 04-Sep-2020 |
Dr. David von Oheimb |
bugfix in ossl_cmp_msg_add_extraCerts(): should include cert chain when using PBM Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12822) |
7eb48cfc | 04-Sep-2020 |
Dr. David von Oheimb |
test/cmp_{client,msg}_test.c: minor code cleanup Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12655) |
eb5087fc | 04-Sep-2020 |
Dr. David von Oheimb |
test/recipes/81-test_cmp_cli_data/Mock/server.cnf: minor cleanup Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12655) |
4245fd64 | 30-Aug-2020 |
Dr. David von Oheimb |
81-test_cmp_cli: Make test output files all different according to #11080 Also some minor improvements mostly of test cases regarding PKCS#10 CSR input Reviewed-by: Tim Hudson <tjh@
81-test_cmp_cli: Make test output files all different according to #11080 Also some minor improvements mostly of test cases regarding PKCS#10 CSR input Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12655)
show more ...
|
57371e16 | 29-Aug-2020 |
Dr. David von Oheimb |
81-test_cmp_cli.t: Stop unlinking test output files according to #11080 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12655) |
c4adc5ba | 30-Aug-2020 |
Dr. David von Oheimb |
apps.c: Fix mem leaks on error in load_certs() and load_crls() Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12823) |
a877d262 | 03-Sep-2020 |
Dr. David von Oheimb |
apps/cmp.c: clear leftover errors on loading libengines.so etc. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12824) |
87495d56 | 28-Aug-2020 |
Dr. David von Oheimb |
apps.c: Fix diagnostics and return value of load_key_certs_crls() on error Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12824) |
aad086e2 | 07-Sep-2020 |
Dr. David von Oheimb |
Replace all wrong usages of 'B<...>' (typically by 'I<...>') in OSSL_CMP_CTX_new.pod Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pul
Replace all wrong usages of 'B<...>' (typically by 'I<...>') in OSSL_CMP_CTX_new.pod Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12741)
show more ...
|
a0745e2b | 28-Aug-2020 |
Dr. David von Oheimb |
Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs * Use strenghtened cert chain building, verifying chain using optional trust store while making sure th
Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs * Use strenghtened cert chain building, verifying chain using optional trust store while making sure that no certificate status (e.g., CRL) checks are done * Use OSSL_CMP_certConf_cb() by default and move its doc to OSSL_CMP_CTX_new.pod * Simplify certificate and cert store loading in apps/cmp.c Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12741)
show more ...
|
474853c3 | 07-Sep-2020 |
Rich Salz |
Fix markdown nits in NOTES-Windows.txt And add a comment that this file is in markdown, but has a .txt extension on purpose. Reviewed-by: Richard Levitte <levitte@openssl.org>
Fix markdown nits in NOTES-Windows.txt And add a comment that this file is in markdown, but has a .txt extension on purpose. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12805)
show more ...
|
10203a34 | 13-Apr-2019 |
Kurt Roeckx |
Support writing RSA keys using the traditional format again Fixes: #6855 Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #8743 |
8ae40cf5 | 07-Sep-2020 |
Richard Levitte |
ENCODER: Refactor provider implementations, and some cleanup The encoder implementations were implemented by unnecessarily copying code into numerous topical source files, making them ha
ENCODER: Refactor provider implementations, and some cleanup The encoder implementations were implemented by unnecessarily copying code into numerous topical source files, making them hard to maintain. This changes merges all those into two source files, one that encodes into DER and PEM, the other to text. Diverse small cleanups are included. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12803)
show more ...
|
ce43db7a | 08-Sep-2020 |
Jon Spillett |
Fix up issue on AIX caused by broken compiler handling of macro expansion Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from h
Fix up issue on AIX caused by broken compiler handling of macro expansion Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12812)
show more ...
|
b7a8fb52 | 07-Sep-2020 |
Pauli |
s_time: check return values better Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/1280
s_time: check return values better Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/12808)
show more ...
|
e9421112 | 06-Sep-2020 |
Pauli |
In a non-shared build, don't include the md5 object files in legacy provider Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/11961) |