summaryrefslogtreecommitdiffstats
path: root/apps/include
AgeCommit message (Expand)Author
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm
2023-11-24Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-06-09apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre
2023-06-09apps/opt: refactor input format parsingDr. Matthias St. Pierre
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-08Add QUIC support to s_clientMatt Caswell
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-02-08cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-09-07apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb
2022-09-07apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-05-03Update copyright yearMatt Caswell
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix copyrightsTodd Short
2022-01-28apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2022-01-04CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-24x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-11-02Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2021-08-25APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli
2021-06-22APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-16apps: limit get_cipher() to not return AEAD or XTS ciphersPauli
2021-06-15Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy
2021-06-15Remove "-immedate_renegotiation" optionRich Salz
2021-06-15apps: move global libctx and property query into their own filePauli
2021-06-15add libctx and property query to fetch functionsPauli
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten