summaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Expand)AuthorAgeFilesLines
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-041-1/+2
* Add X509 related libctx changes.Shane Lontis2020-07-241-0/+3
* Test RSA oaep in fips modeShane Lontis2020-07-232-0/+7
* Add request URL path checking and status responses to HTTP serverDr. David von Oheimb2020-06-131-7/+23
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-021-0/+2
* Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb2020-05-151-4/+5
* Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb2020-05-151-7/+1
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-152-6/+15
* Update copyright yearMatt Caswell2020-05-153-3/+3
* Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb2020-05-091-0/+102
* s_server normal shutdownDmitry Belyavskiy2020-05-061-0/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-293-3/+3
* Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb2020-04-241-0/+2
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-6/+7
* Update copyright yearMatt Caswell2020-04-233-3/+3
* openssl: include the version a command was deprecated in the output text.Pauli2020-04-191-0/+1
* Move legacy ciphers into the legacy providerShane Lontis2020-04-092-2/+3
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-2/+2
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-151-0/+1
* APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte2020-03-151-0/+4
* cmdline app: add provider commandline options.Pauli2020-03-071-0/+19
* app: add a deprecation warning to all deprecated commands.Pauli2020-02-121-0/+3
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-0/+26
* APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte2019-12-181-14/+0
* Document command parameters.Rich Salz2019-11-201-1/+4
* Add "sections" to -help outputRich Salz2019-11-081-1/+5
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-032-7/+10
* 'openssl list' and 'openssl provider': adapt display of multiple namesRichard Levitte2019-10-171-0/+17
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-287-16/+16
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-282-2/+2
* Add option grouping capability to appsJon Spillett2019-09-191-0/+5
* Move libapps.a source to apps/libRichard Levitte2019-09-041-0/+31
* Move print_param_types() to libapps, and give it indent argumentRichard Levitte2019-08-281-0/+13
* Add app for fips installationShane Lontis2019-08-241-0/+4
* Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre2019-07-242-17/+3
* Move the code for 'openssl list' to its own translation unit.Richard Levitte2019-07-151-0/+11
* Refactor apps/progs.* to be generate with 'make update'Richard Levitte2019-07-151-0/+29
* Fix app opt compile failure due to missing <inttypes.h>Shane Lontis2019-06-111-1/+2
* Fix typosJakub Wilk2019-04-101-2/+2
* testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte2019-03-052-12/+33
* Move libapps headers into their own directoryRichard Levitte2019-02-135-0/+785