| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos found by codespell | Dimitri Papadopoulos | 2024-06-24 | 1 | -1/+1 |
* | CMP: add support for genm with crlStatusList and genp with crls | Dr. David von Oheimb | 2024-05-01 | 1 | -0/+1 |
* | apps: ca,req,x509: Add explicit start and end dates options | Stephan Wurm | 2024-04-09 | 1 | -1/+5 |
* | Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ... | Markus Minichmayr | 2023-11-24 | 1 | -1/+5 |
* | "foo * bar" should be "foo *bar" | Dimitri Papadopoulos | 2023-09-11 | 1 | -3/+3 |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 4 | -4/+4 |
* | CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate | Dr. David von Oheimb | 2023-07-17 | 1 | -0/+3 |
* | apps/asn1parse: improve RFC7462 compliance | Dr. Matthias St. Pierre | 2023-06-09 | 1 | -5/+22 |
* | apps/opt: refactor input format parsing | Dr. Matthias St. Pierre | 2023-06-09 | 1 | -13/+18 |
* | APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu... | Dr. David von Oheimb | 2023-05-25 | 1 | -0/+2 |
* | APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st... | Dr. David von Oheimb | 2023-05-25 | 1 | -0/+1 |
* | Add QUIC support to s_client | Matt Caswell | 2023-05-08 | 1 | -1/+1 |
* | apps: silent warning when loading CSR files with vfyopt option | Tianjia Zhang | 2023-05-03 | 1 | -1/+2 |
* | apps/x509 etc.: allow private key input when public key is expected | Dr. David von Oheimb | 2023-03-14 | 1 | -20/+15 |
* | cmp_client_test.c: add tests for errors reported by server on subsequent requ... | Dr. David von Oheimb | 2023-02-08 | 1 | -1/+1 |
* | APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is given | Dr. David von Oheimb | 2023-01-24 | 1 | -1/+1 |
* | Add support for compressed certificates (RFC8879) | Todd Short | 2022-10-18 | 1 | -1/+8 |
* | APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a... | Dr. David von Oheimb | 2022-09-20 | 1 | -0/+1 |
* | apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h} | Dr. David von Oheimb | 2022-09-07 | 2 | -27/+51 |
* | apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarity | Dr. David von Oheimb | 2022-09-07 | 1 | -1/+1 |
* | APPS HTTP server: trace requests and responses when enabled | Dr. David von Oheimb | 2022-09-07 | 1 | -6/+15 |
* | APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran... | Dr. David von Oheimb | 2022-07-14 | 1 | -3/+7 |
* | Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats | Hugo Landau | 2022-06-22 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 4 | -4/+4 |
* | Add TFO support to socket BIO and s_client/s_server | Todd Short | 2022-03-10 | 1 | -3/+4 |
* | Add tests for do_updatedb | Armin Fuerst | 2022-02-14 | 1 | -1/+3 |
* | Move e_os.h to include/internal | Richard Levitte | 2022-02-05 | 1 | -1/+1 |
* | Fix copyrights | Todd Short | 2022-02-03 | 1 | -2/+2 |
* | apps: Add option -no_ems to s_client/s_server apps | yangyangtiantianlonglong | 2022-01-28 | 1 | -3/+7 |
* | Standardize progress callback for dhparam, dsaparam, etc. | Philip Prindeville | 2022-01-21 | 1 | -0/+3 |
* | APPS: Add check for multiple 'unknown' options | Dr. David von Oheimb | 2022-01-11 | 1 | -0/+2 |
* | Fix typos | Dimitris Apostolou | 2022-01-05 | 1 | -1/+1 |
* | CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set... | Dr. David von Oheimb | 2022-01-04 | 1 | -0/+1 |
* | APPS: Improve diagnostics on missing/extra args and unknown cipher/digest | Dr. David von Oheimb | 2021-12-07 | 1 | -0/+2 |
* | x509: Return a nonzero exit code on error when checking ip/email/host | Rami Khaldi | 2021-11-24 | 1 | -2/+2 |
* | Fix HTTP server port output and allow dynamic verbosity setting | Dr. David von Oheimb | 2021-11-22 | 2 | -14/+16 |
* | Move more general parts of internal/cryptlib.h to new internal/common.h | Dr. David von Oheimb | 2021-11-17 | 1 | -1/+1 |
* | Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF... | Dr. David von Oheimb | 2021-11-17 | 1 | -1/+1 |
* | Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h... | Dr. David von Oheimb | 2021-11-17 | 1 | -0/+1 |
* | X509: Fix handling of AKID and SKID extensions according to configuration | Dr. David von Oheimb | 2021-11-11 | 1 | -0/+1 |
* | Revise s_client and s_server verbiage re secure renegotiation. | Felipe Gasper | 2021-11-02 | 1 | -0/+4 |
* | APPS: Fix result type of dump_cert_text() and behavior of print_name() on out... | Dr. David von Oheimb | 2021-08-25 | 1 | -1/+1 |
* | apps: add query to allow a command to know of a provider command line option ... | Pauli | 2021-07-12 | 1 | -0/+5 |
* | APPS: Make fallback opt_[u]intmax() implementations based on long | Richard Levitte | 2021-06-22 | 1 | -11/+2 |
* | Update copyright year | Matt Caswell | 2021-06-17 | 3 | -3/+3 |
* | apps: limit get_cipher() to not return AEAD or XTS ciphers | Pauli | 2021-06-16 | 1 | -0/+1 |
* | Disabling Encrypt-then-MAC extension in s_client/s_server | Dmitry Belyavskiy | 2021-06-15 | 1 | -3/+6 |
* | Remove "-immedate_renegotiation" option | Rich Salz | 2021-06-15 | 1 | -3/+1 |
* | apps: move global libctx and property query into their own file | Pauli | 2021-06-15 | 1 | -0/+2 |
* | add libctx and property query to fetch functions | Pauli | 2021-06-15 | 2 | -6/+19 |