summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2023-11-10apps/list.c: Check the result of inserting a provider into provider's stackAlexey Fofanov
2023-11-08apps/rehash.c: avoid printf format warning [-Wformat]Matthias St. Pierre
2023-11-01Don't error if s_client receives exactly BUFSIZZ dataMatt Caswell
2023-10-25Don't wait in select if we have data to writeMatt Caswell
2023-10-25Make s_client -quic -debug workMatt Caswell
2023-10-25speed: Correct handling of async_jobs for KEM and signature algosIngo Franzki
2023-10-25speed: Fix memory leaksIngo Franzki
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman
2023-10-19apps.c: Remove a redundant error print-outTomas Mraz
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz
2023-10-10CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb
2023-10-10apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik
2023-09-28Copyright year updatesMatt Caswell
2023-09-24adding -outpubkey option to genpkeyMichael Baentsch
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-20enc: "bad decrypt" only in decryptionMathieu Tortuyaux
2023-09-18APPS: remove duplicate definition of `trace_data_stack`Matthias St. Pierre
2023-09-13Fix typos found by codespellDimitri Papadopoulos
2023-09-11Bad function definitionDimitri Papadopoulos
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
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