aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lib
Commit message (Expand)AuthorAgeFilesLines
* If an empty password is supplied still try to use itMatt Caswell2020-07-031-6/+9
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Return the cookie_len value from generate_cookie_callbackMatt Caswell2020-06-191-2/+5
* Remove whitespace from 'white space'haykam8212020-06-191-1/+1
* coverity 1464213: API usage errors (PRINTF_ARGS)Pauli2020-06-171-1/+1
* Extend error output of apps/opt_format() to all error casesDr. David von Oheimb2020-06-131-0/+2
* Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb2020-06-131-18/+7
* Add request URL path checking and status responses to HTTP serverDr. David von Oheimb2020-06-131-24/+77
* Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb2020-06-131-6/+7
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-2/+2
* APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte2020-06-061-4/+0
* APPS: Make it possible to load_cert() from stdin againRichard Levitte2020-06-061-1/+1
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-021-6/+14
* Drop special case of time interval calculation for VMSTomas Mraz2020-05-251-34/+0
* Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz2020-05-251-16/+3
* Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb2020-05-151-12/+11
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-152-233/+184
* Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.cDr. David von Oheimb2020-05-151-3/+16
* Update copyright yearMatt Caswell2020-05-154-4/+4
* Fix FreeBSD build with --strict-warningsBenjamin Kaduk2020-05-131-0/+1
* Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb2020-05-092-1/+395
* s_server normal shutdownDmitry Belyavskiy2020-05-061-0/+21
* coverity 1462572 Dereference after null checkPauli2020-04-301-2/+6
* coverity 1462571 Dereference after null checkPauli2020-04-301-6/+9
* Amend references to "OpenSSL license"Shourya Shukla2020-04-292-2/+2
* Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb2020-04-241-44/+50
* Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.cDavid von Oheimb2020-04-241-9/+3
* Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb2020-04-242-5/+60
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-26/+57
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-243-0/+18
* Update copyright yearMatt Caswell2020-04-233-3/+3
* Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb2020-04-201-3/+2
* GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov2020-04-181-1/+1
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-0/+23
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-5/+5
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-2/+3
* APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte2020-03-152-1/+135
* cmdline app: add provider commandline options.Pauli2020-03-072-1/+52
* apps: distinguish between a parameter error and an unknown parameter.Pauli2020-02-211-2/+4
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-1/+14
* Forgotten GOST2012 support in non-vital placesNikolay Morozov2020-02-141-0/+1
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-52/+135
* Deprecate the low level HMAC functionsPauli2020-01-291-5/+40
* Tweak option error messagesRich Salz2020-01-111-3/+3
* APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte2019-12-183-191/+3
* Fix some typosVeres Lajos2019-12-111-1/+1
* Document command parameters.Rich Salz2019-11-201-9/+17
* Add "sections" to -help outputRich Salz2019-11-081-3/+9
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-033-12/+49