summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2023-06-20Remove restriction to only cross-sign self-signed certificatesYannik Sembritzki
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-15apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-10Coverity 1528486: Avoid assignment of unused value of bagsTomas Mraz
2023-06-10Coverity 1528490: Avoid assignment of unused value of iTomas Mraz
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-06-09apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre
2023-06-09apps/opt: refactor input format parsingDr. Matthias St. Pierre
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-06-03Remove pointless warning on pkcs12 importDmitry Belyavskiy
2023-06-01cmp_mock_srv.c: improve comment on cert to be produced from request templateDr. David von Oheimb
2023-06-01apps.c: add comment to do_X509_sign() referring to question #19805Dr. David von Oheimb
2023-06-01apps/cmp.c: make management of http_cb_arg pointer more robustDr. David von Oheimb
2023-06-01apps/cmp.c: improve warnings on option useDr. David von Oheimb
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-05-29QUIC: Rename SSL_tick etc. in s_clientHugo Landau
2023-05-25Fix a bug where the result of rehash is unstableminyong.ha
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-25APPS/ca: remove spurious errors when certain config file entries are not prov...Dr. David von Oheimb
2023-05-18pkcs12: Fix macsaltlen parameter typeMarco Abbadini
2023-05-18Add support for --version and synonymsMarc Brooks
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-12apps/openssl.cnf: fix reference to insta.ca.crtDr. David von Oheimb
2023-05-11restrict rsaBITS algorithm name check in speedMichael Baentsch
2023-05-10CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb
2023-05-10CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb
2023-05-08Don't attempt a QUIC connection without specifying ALPNMatt Caswell
2023-05-08Add the ability to send FIN on a QUIC stream from s_clientMatt Caswell
2023-05-08Add QUIC support to s_clientMatt Caswell
2023-05-04feature: openssl req -verify output to stderr instead of stdout #20728Rajarshi Karmakar
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang
2023-05-03speed.c: remove unused num print_message argsReinhard Urban
2023-04-28APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb
2023-04-27APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb
2023-04-27apps/smime: Point out that the six operations are mutually exclusive and add ...Dr. David von Oheimb
2023-04-27apps/ocsp: Tweak some places to make clear they refer to *lists* of certsDr. David von Oheimb
2023-04-24Replace use of strstr with strchrMatt Caswell
2023-04-24Coverity 1524619: unexpected control flowMatt Caswell
2023-04-20fipsinstall: add -pedantic optionPauli
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-04-14List also non-fetchable hashes in openssl dgst -listGauriSpears
2023-03-31Provider-based KEM and SIG alg speed testing addedMichael Baentsch
2023-03-30Add a new advanced command mode to s_clientMatt Caswell
2023-03-30remove DSA512 from speed testingMichael Baentsch
2023-03-29Let fipsinstall know about DRBG digiest limitingPauli
2023-03-28RFC7250 (RPK) supportTodd Short