aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in s_clientMatt Caswell2023-06-301-16/+0
* openssl speed -multi -evp prints wrong algorithm nameJörg Sommer2023-06-281-2/+12
* Don't truncate the input when decrypting in pkeyutlMatt Caswell2023-06-262-2/+3
* Remove restriction to only cross-sign self-signed certificatesYannik Sembritzki2023-06-201-10/+3
* Fix new typos found by codespellDimitri Papadopoulos2023-06-181-1/+1
* apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte2023-06-151-3/+8
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-2/+2
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-142-1/+38
* Coverity 1528486: Avoid assignment of unused value of bagsTomas Mraz2023-06-101-3/+3
* Coverity 1528490: Avoid assignment of unused value of iTomas Mraz2023-06-101-5/+2
* Cast the argument to unsigned char when calling isspace()Michael Baentsch2023-06-093-6/+6
* apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre2023-06-092-12/+29
* apps/opt: refactor input format parsingDr. Matthias St. Pierre2023-06-092-29/+47
* Cast the argument to unsigned char when calling isdigit()Michael Baentsch2023-06-061-1/+1
* allow to disable httpVladimír Kotal2023-06-063-34/+43
* Remove pointless warning on pkcs12 importDmitry Belyavskiy2023-06-031-1/+1
* cmp_mock_srv.c: improve comment on cert to be produced from request templateDr. David von Oheimb2023-06-011-1/+1
* apps.c: add comment to do_X509_sign() referring to question #19805Dr. David von Oheimb2023-06-011-0/+1
* apps/cmp.c: make management of http_cb_arg pointer more robustDr. David von Oheimb2023-06-011-0/+2
* apps/cmp.c: improve warnings on option useDr. David von Oheimb2023-06-011-3/+13
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-012-30/+82
* QUIC: Rename SSL_tick etc. in s_clientHugo Landau2023-05-291-19/+9
* Fix a bug where the result of rehash is unstableminyong.ha2023-05-251-1/+6
* APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb2023-05-254-24/+25
* APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb2023-05-259-154/+86
* APPS/ca: remove spurious errors when certain config file entries are not prov...Dr. David von Oheimb2023-05-251-11/+22
* pkcs12: Fix macsaltlen parameter typeMarco Abbadini2023-05-181-1/+1
* Add support for --version and synonymsMarc Brooks2023-05-181-6/+16
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-2/+17
* apps/openssl.cnf: fix reference to insta.ca.crtDr. David von Oheimb2023-05-122-4/+4
* restrict rsaBITS algorithm name check in speedMichael Baentsch2023-05-111-13/+19
* CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb2023-05-101-3/+9
* CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb2023-05-102-3/+7
* Don't attempt a QUIC connection without specifying ALPNMatt Caswell2023-05-081-0/+4
* Add the ability to send FIN on a QUIC stream from s_clientMatt Caswell2023-05-081-4/+25
* Add QUIC support to s_clientMatt Caswell2023-05-083-30/+125
* feature: openssl req -verify output to stderr instead of stdout #20728Rajarshi Karmakar2023-05-041-1/+1
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-036-9/+12
* speed.c: remove unused num print_message argsReinhard Urban2023-05-031-95/+44
* APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb2023-04-281-22/+47
* APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb2023-04-271-2/+6
* apps/smime: Point out that the six operations are mutually exclusive and add ...Dr. David von Oheimb2023-04-271-8/+40
* apps/ocsp: Tweak some places to make clear they refer to *lists* of certsDr. David von Oheimb2023-04-271-6/+6
* Replace use of strstr with strchrMatt Caswell2023-04-241-3/+3
* Coverity 1524619: unexpected control flowMatt Caswell2023-04-241-2/+3
* fipsinstall: add -pedantic optionPauli2023-04-201-39/+64
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-12/+5
* List also non-fetchable hashes in openssl dgst -listGauriSpears2023-04-141-2/+5
* Provider-based KEM and SIG alg speed testing addedMichael Baentsch2023-03-311-27/+895
* Add a new advanced command mode to s_clientMatt Caswell2023-03-301-36/+329