summaryrefslogtreecommitdiff
path: root/apps/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'openssl list' and 'openssl provider': adapt display of multiple namesRichard Levitte2019-10-172-1/+49
* Ignore empty ALPN elements in CLI argsViktor Dukhovni2019-10-111-5/+25
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+3
* Add option grouping capability to appsJon Spillett2019-09-191-30/+42
* Move libapps.a source to apps/libRichard Levitte2019-09-0413-0/+6981
* Allow an output indentation of zero in apps.Pauli2019-08-291-4/+4
* Move print_param_types() to libapps, and give it indent argumentRichard Levitte2019-08-281-0/+96