summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2023-09-09Fix output corruption in req commandBernd Edlinger
2023-09-08BIO_set_accept_name(): To accept from any interface, use *Richard Levitte
2023-09-08Modify the dkeyform type to support enginewangcheng
2023-09-07Copyright year updatesMatt Caswell
2023-09-06Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville
2023-09-05apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb
2023-09-04Added 'saltlen' option to the OpenSSL enc command line app.slontis
2023-09-04Added a 'saltlen' option to the openssl pkcs8 command line app.slontis
2023-08-25Changed the default value of the "ess_cert_id_alg" optionolszomal
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-18apps/spkac.c: Check result of ASN1_STRING_set()Tomas Mraz
2023-08-15http_server.c: allow clients to connect with IPv6Dr. David von Oheimb
2023-08-01speed: Unify output messages regarding number of ops per timeIngo Franzki
2023-08-01speed: Also measure RSA encrypt/decrypt, not only RSA sign/verifyIngo Franzki
2023-07-27Correct spelling of databaseFatih Arslan Tugay
2023-07-21speed: Fix execution of EdDSA measurementIngo Franzki
2023-07-21speed: Fix memory leakIngo Franzki
2023-07-19apps/cms.c: Fix unreachable code in cms_main()atishkov
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-07-17rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb
2023-07-17APPS load_key_certs_crls(): improve error string macro FAIL_NAMEDr. David von Oheimb
2023-07-10CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan
2023-06-30Fix typos in s_clientMatt Caswell
2023-06-28openssl speed -multi -evp prints wrong algorithm nameJörg Sommer
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
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