aboutsummaryrefslogtreecommitdiff
path: root/apps/lib
AgeCommit message (Expand)AuthorFilesLines
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli1-3/+2
2020-07-03If an empty password is supplied still try to use itMatt Caswell1-6/+9
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-19Return the cookie_len value from generate_cookie_callbackMatt Caswell1-2/+5
2020-06-19Remove whitespace from 'white space'haykam8211-1/+1
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli1-1/+1
2020-06-13Extend error output of apps/opt_format() to all error casesDr. David von Oheimb1-0/+2
2020-06-13Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb1-18/+7
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb1-24/+77
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb1-6/+7
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli1-2/+2
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte1-4/+0
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte1-1/+1
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte1-6/+14
2020-05-25Drop special case of time interval calculation for VMSTomas Mraz1-34/+0
2020-05-25Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz1-16/+3
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb1-12/+11
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2-233/+184
2020-05-15Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.cDr. David von Oheimb1-3/+16
2020-05-15Update copyright yearMatt Caswell4-4/+4
2020-05-13Fix FreeBSD build with --strict-warningsBenjamin Kaduk1-0/+1
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb2-1/+395
2020-05-06s_server normal shutdownDmitry Belyavskiy1-0/+21
2020-04-30coverity 1462572 Dereference after null checkPauli1-2/+6
2020-04-30coverity 1462571 Dereference after null checkPauli1-6/+9
2020-04-29Amend references to "OpenSSL license"Shourya Shukla2-2/+2
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb1-44/+50
2020-04-24Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.cDavid von Oheimb1-9/+3
2020-04-24Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb2-5/+60
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb1-26/+57
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz3-0/+18
2020-04-23Update copyright yearMatt Caswell3-3/+3
2020-04-20Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb1-3/+2
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov1-1/+1
2020-04-09Move legacy ciphers into the legacy providerShane Lontis1-0/+23
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb1-5/+5
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-2/+3
2020-03-15APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte2-1/+135
2020-03-07cmdline app: add provider commandline options.Pauli2-1/+52
2020-02-21apps: distinguish between a parameter error and an unknown parameter.Pauli1-2/+4
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli1-1/+1
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli1-1/+14
2020-02-14Forgotten GOST2012 support in non-vital placesNikolay Morozov1-0/+1
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-52/+135
2020-01-29Deprecate the low level HMAC functionsPauli1-5/+40
2020-01-11Tweak option error messagesRich Salz1-3/+3
2019-12-18APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte3-191/+3
2019-12-11Fix some typosVeres Lajos1-1/+1
2019-11-20Document command parameters.Rich Salz1-9/+17
2019-11-08Add "sections" to -help outputRich Salz1-3/+9