summaryrefslogtreecommitdiffstats
path: root/apps/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found by codespellDimitri Papadopoulos2024-06-241-1/+1
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-011-0/+1
* apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm2024-04-091-1/+5
* Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr2023-11-241-1/+5
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-3/+3
* Copyright year updatesMatt Caswell2023-09-074-4/+4
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-171-0/+3
* apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre2023-06-091-5/+22
* apps/opt: refactor input format parsingDr. Matthias St. Pierre2023-06-091-13/+18
* APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb2023-05-251-0/+2
* APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb2023-05-251-0/+1
* Add QUIC support to s_clientMatt Caswell2023-05-081-1/+1
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-031-1/+2
* apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb2023-03-141-20/+15
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-081-1/+1
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-241-1/+1
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-1/+8
* APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb2022-09-201-0/+1
* apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb2022-09-072-27/+51
* apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb2022-09-071-1/+1
* APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb2022-09-071-6/+15
* APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb2022-07-141-3/+7
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-1/+1
* Update copyright yearMatt Caswell2022-05-034-4/+4
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-3/+4
* Add tests for do_updatedbArmin Fuerst2022-02-141-1/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix copyrightsTodd Short2022-02-031-2/+2
* apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong2022-01-281-3/+7
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-211-0/+3
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+2
* Fix typosDimitris Apostolou2022-01-051-1/+1
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-0/+2
* x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi2021-11-241-2/+2
* Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb2021-11-222-14/+16
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-0/+1
* X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb2021-11-111-0/+1
* Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper2021-11-021-0/+4
* APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb2021-08-251-1/+1
* apps: add query to allow a command to know of a provider command line option ...Pauli2021-07-121-0/+5
* APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte2021-06-221-11/+2
* Update copyright yearMatt Caswell2021-06-173-3/+3
* apps: limit get_cipher() to not return AEAD or XTS ciphersPauli2021-06-161-0/+1
* Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy2021-06-151-3/+6
* Remove "-immedate_renegotiation" optionRich Salz2021-06-151-3/+1
* apps: move global libctx and property query into their own filePauli2021-06-151-0/+2
* add libctx and property query to fetch functionsPauli2021-06-152-6/+19