aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-0738-38/+38
* Per other commands, make progress dots in req only w/ -verbosePhilip Prindeville2023-09-061-3/+10
* apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb2023-09-051-2/+2
* apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb2023-09-051-3/+4
* apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb2023-09-051-5/+2
* Added 'saltlen' option to the OpenSSL enc command line app.slontis2023-09-041-8/+20
* Added a 'saltlen' option to the openssl pkcs8 command line app.slontis2023-09-041-5/+15
* Changed the default value of the "ess_cert_id_alg" optionolszomal2023-08-252-4/+4
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-1/+1
* apps/spkac.c: Check result of ASN1_STRING_set()Tomas Mraz2023-08-181-3/+4
* http_server.c: allow clients to connect with IPv6Dr. David von Oheimb2023-08-151-1/+3
* speed: Unify output messages regarding number of ops per timeIngo Franzki2023-08-011-19/+19
* speed: Also measure RSA encrypt/decrypt, not only RSA sign/verifyIngo Franzki2023-08-011-27/+147
* Correct spelling of databaseFatih Arslan Tugay2023-07-271-5/+5
* speed: Fix execution of EdDSA measurementIngo Franzki2023-07-211-0/+14
* speed: Fix memory leakIngo Franzki2023-07-211-0/+6
* apps/cms.c: Fix unreachable code in cms_main()atishkov2023-07-191-13/+10
* Fix typos found by codespellDimitri Papadopoulos2023-07-182-3/+3
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-173-99/+213
* rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb2023-07-171-1/+1
* APPS load_key_certs_crls(): improve error string macro FAIL_NAMEDr. David von Oheimb2023-07-171-4/+4
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-101-27/+63
* 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