| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix s_server PSK handling | Matt Caswell | 2021-07-09 | 1 | -0/+11 |
* | apps: address potential memory leaks | Pauli | 2021-06-26 | 1 | -0/+4 |
* | s_server: make -rev option easier to find (mention echo) | Hubert Kario | 2021-06-15 | 1 | -1/+1 |
* | Remove "-immedate_renegotiation" option | Rich Salz | 2021-06-15 | 1 | -6/+0 |
* | Fix s_server app to not report an error when using a non DH certificate. | Shane Lontis | 2021-06-10 | 1 | -4/+6 |
* | Deprecate old style BIO callback calls | Tomas Mraz | 2021-05-26 | 1 | -3/+3 |
* | DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistency | Dr. David von Oheimb | 2021-05-20 | 1 | -6/+6 |
* | Move ossl_sleep() to e_os.h and use it in apps | Dr. David von Oheimb | 2021-05-18 | 1 | -6/+2 |
* | apps/s_server: Add -proxy and -no_proxy options | Dr. David von Oheimb | 2021-05-18 | 1 | -1/+22 |
* | apps/ocsp: Add -proxy and -no_proxy options | Dr. David von Oheimb | 2021-05-18 | 1 | -2/+2 |
* | Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION | Rich Salz | 2021-05-17 | 1 | -0/+6 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -10/+12 |
* | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb | 2021-05-05 | 1 | -1/+2 |
* | Fix CRL app so that stdin works. | Shane Lontis | 2021-04-30 | 1 | -1/+1 |
* | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb | 2021-04-14 | 1 | -1/+3 |
* | apps: Add maybe_stdin argument to load_certs and set it in pkcs12 | Tomas Mraz | 2021-03-15 | 1 | -2/+2 |
* | OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components | Dr. David von Oheimb | 2021-03-01 | 1 | -5/+5 |
* | Update copyright year | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_client | Petr Gotthard | 2021-02-17 | 1 | -2/+2 |
* | Deprecate the low level SRP APIs | Matt Caswell | 2021-02-12 | 1 | -121/+22 |
* | Load rand state after loading providers | Rich Salz | 2021-02-11 | 1 | -0/+1 |
* | Drop OPENSSL_NO_RSA everywhere | Richard Levitte | 2020-12-20 | 1 | -3/+1 |
* | Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC | Richard Levitte | 2020-12-16 | 1 | -6/+1 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -1/+4 |
* | Minor cleanup of error output for various apps | David von Oheimb | 2020-11-19 | 1 | -1/+2 |
* | Only disabled what we need to in a no-dh build | Matt Caswell | 2020-11-18 | 1 | -6/+0 |
* | Implement a replacement for SSL_set_tmp_dh() | Matt Caswell | 2020-11-18 | 1 | -52/+35 |
* | Remove deprecated functionality from s_server | Matt Caswell | 2020-11-18 | 1 | -2/+15 |
* | APPS: Remove the format argument where it's not used | Richard Levitte | 2020-10-26 | 1 | -6/+5 |
* | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb | 2020-09-24 | 1 | -6/+6 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 1 | -3/+0 |
* | Fix safestack issues in ssl.h | Matt Caswell | 2020-09-13 | 1 | -1/+0 |
* | OSSL_HTTP_parse_url(): add optional port number return parameter and strength... | Dr. David von Oheimb | 2020-09-08 | 1 | -2/+2 |
* | Make better use of new load_cert_pass() variant of load_cert() in apps/ | Dr. David von Oheimb | 2020-08-20 | 1 | -10/+8 |
* | apps: make use of OSSL_STORE for generalized certs and CRLs loading | Dr. David von Oheimb | 2020-08-20 | 1 | -2/+2 |
* | unify spelling of serialize | Pauli | 2020-07-30 | 1 | -1/+1 |
* | Add SSL_get[01]_peer_certificate() | Todd Short | 2020-07-16 | 1 | -4/+2 |
* | Introducing option SSL_OP_IGNORE_UNEXPECTED_EOF | Dmitry Belyavskiy | 2020-05-19 | 1 | -2/+10 |
* | Add 'methods' parameter to setup_engine() in apps.c for individual method def... | David von Oheimb | 2020-05-15 | 1 | -1/+3 |
* | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 2020-05-15 | 1 | -9/+8 |
* | SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation | Nikolay Morozov | 2020-05-07 | 1 | -1/+11 |
* | s_server normal shutdown | Dmitry Belyavskiy | 2020-05-06 | 1 | -5/+3 |
* | Clean up the use of ERR_print_errors() in apps.c and in four apps | Dr. David von Oheimb | 2020-04-24 | 1 | -15/+5 |
* | Add function load_csr(file,format,desc) to apps/lib/apps.c | David von Oheimb | 2020-04-24 | 1 | -5/+2 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+6 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Fix descriptions of credentials and verification options for various apps | Dr. David von Oheimb | 2020-04-20 | 1 | -24/+24 |
* | apps: support sendfile in s_server when ktls enabled | Tianjia Zhang | 2020-04-01 | 1 | -24/+83 |
* | s_server: Properly indicate ALPN protocol mismatch | Tomas Mraz | 2020-03-27 | 1 | -1/+1 |