x509_print_ex:Use correct constant for nmflag comparison
[openssl.git] / apps /
2023-10-25 Matt CaswellDon't wait in select if we have data to write
2023-10-25 Matt CaswellMake s_client -quic -debug work
2023-10-25 Ingo Franzkispeed: Correct handling of async_jobs for KEM and signa...
2023-10-25 Ingo Franzkispeed: Fix memory leaks
2023-10-20 Neil HormanConvert jdkTrustedKeyUsage to be a pkcs12 cmd line...
2023-10-19 Tomas Mrazapps.c: Remove a redundant error print-out
2023-10-19 Tomas Mrazapps: Print out a proper message when a store cannot...
2023-10-10 Dr. David von OheimbCMP: fix OSSL_CMP_MSG_http_perform() by adding option...
2023-10-10 Dr. David von Oheimbapps/cmp.c: -tls_used may be implied by -server https...
2023-10-10 KlavishnikAdded check for the return value of the RAND_bytes...
2023-09-28 Matt CaswellCopyright year updates
2023-09-24 Michael Baentschadding -outpubkey option to genpkey
2023-09-21 Bernd EdlingerFix some memory leaks in the openssl app
2023-09-19 Mathieu Tortuyauxenc: "bad decrypt" only in decryption
2023-09-17 Matthias St. PierreAPPS: remove duplicate definition of `trace_data_stack`
2023-09-13 Dimitri PapadopoulosFix typos found by codespell
2023-09-11 Dimitri PapadopoulosBad function definition
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-09 Bernd EdlingerFix output corruption in req command
2023-09-08 Richard LevitteBIO_set_accept_name(): To accept from any interface...
2023-09-08 wangchengModify the dkeyform type to support engine
2023-09-07 Matt CaswellCopyright year updates
2023-09-05 Philip PrindevillePer other commands, make progress dots in req only...
2023-09-05 Dr. David von Oheimbapps/cmp.c: fix bug not allowing to reset -csr and...
2023-09-05 Dr. David von Oheimbapps.c: improve warning texts of parse_name() when...
2023-09-05 Dr. David von Oheimbapps.c: fix error messages (newline and needless text...
2023-09-04 slontisAdded 'saltlen' option to the OpenSSL enc command line...
2023-09-04 slontisAdded a 'saltlen' option to the openssl pkcs8 command...
2023-08-25 olszomalChanged the default value of the "ess_cert_id_alg"...
2023-08-24 Hugo LandauQUIC: Rename SSL_set_initial_peer_addr to SSL_set1_init...
2023-08-18 Tomas Mrazapps/spkac.c: Check result of ASN1_STRING_set()
2023-08-15 Dr. David von Oheimbhttp_server.c: allow clients to connect with IPv6
2023-08-01 Ingo Franzkispeed: Unify output messages regarding number of ops...
2023-08-01 Ingo Franzkispeed: Also measure RSA encrypt/decrypt, not only RSA...
2023-07-27 Fatih Arslan TugayCorrect spelling of database
2023-07-21 Ingo Franzkispeed: Fix execution of EdDSA measurement
2023-07-21 Ingo Franzkispeed: Fix memory leak
2023-07-19 atishkovapps/cms.c: Fix unreachable code in cms_main()
2023-07-18 Dimitri PapadopoulosFix typos found by codespell
2023-07-16 Dr. David von OheimbCMP: add support for genm with rootCaCert and genp...
2023-07-16 Dr. David von Oheimbrename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_ex...
2023-07-16 Dr. David von OheimbAPPS load_key_certs_crls(): improve error string macro...
2023-07-10 Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-06-29 Matt CaswellFix typos in s_client
2023-06-28 Jörg Sommeropenssl speed -multi -evp prints wrong algorithm name
2023-06-26 Matt CaswellDon't truncate the input when decrypting in pkeyutl
2023-06-20 Yannik SembritzkiRemove restriction to only cross-sign self-signed certi...
2023-06-18 Dimitri PapadopoulosFix new typos found by codespell
2023-06-15 Richard Levitteapps/ca.c: Handle EVP_PKEY_get_default_digest_name...
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-06-10 Tomas MrazCoverity 1528486: Avoid assignment of unused value...
2023-06-10 Tomas MrazCoverity 1528490: Avoid assignment of unused value...
2023-06-09 Michael BaentschCast the argument to unsigned char when calling isspace()
2023-06-09 Dr. Matthias St... apps/asn1parse: improve RFC7462 compliance
2023-06-09 Dr. Matthias St... apps/opt: refactor input format parsing
2023-06-06 Michael BaentschCast the argument to unsigned char when calling isdigit()
2023-06-06 Vladimír Kotalallow to disable http
2023-06-03 Dmitry BelyavskiyRemove pointless warning on pkcs12 import
2023-06-01 Dr. David von Oheimbcmp_mock_srv.c: improve comment on cert to be produced...
2023-06-01 Dr. David von Oheimbapps.c: add comment to do_X509_sign() referring to...
2023-06-01 Dr. David von Oheimbapps/cmp.c: make management of http_cb_arg pointer...
2023-06-01 Dr. David von Oheimbapps/cmp.c: improve warnings on option use
2023-06-01 Dr. David von OheimbCMP: add support for genm/genp messages with id-it...
2023-05-29 Hugo LandauQUIC: Rename SSL_tick etc. in s_client
2023-05-25 minyong.haFix a bug where the result of rehash is unstable
2023-05-25 Dr. David von OheimbAPPS: replace awkward and error-prone pattern by calls...
2023-05-25 Dr. David von OheimbAPPS: replace awkward and error-prone pattern by calls...
2023-05-25 Dr. David von OheimbAPPS/ca: remove spurious errors when certain config...
2023-05-18 Marco Abbadinipkcs12: Fix macsaltlen parameter type
2023-05-18 Marc BrooksAdd support for --version and synonyms
2023-05-12 Dr. David von OheimbCMP client: fix error response on -csr without private...
2023-05-12 Dr. David von Oheimbapps/openssl.cnf: fix reference to insta.ca.crt
2023-05-11 Michael Baentschrestrict rsaBITS algorithm name check in speed
2023-05-10 Dr. David von OheimbCMP app: fix deallocated host/port fields in APP_HTTP_T...
2023-05-10 Dr. David von OheimbCMP app and app_http_tls_cb(): pick the right TLS hostn...
2023-05-08 Matt CaswellDon't attempt a QUIC connection without specifying...
2023-05-08 Matt CaswellAdd the ability to send FIN on a QUIC stream from s_client
2023-05-08 Matt CaswellAdd QUIC support to s_client
2023-05-04 Rajarshi Karmakarfeature: openssl req -verify output to stderr instead...
2023-05-03 Tianjia Zhangapps: silent warning when loading CSR files with vfyopt...
2023-05-03 Reinhard Urbanspeed.c: remove unused num print_message args
2023-04-28 Dr. David von OheimbAPPS/cmp: prevent HTTP client failure on -rspin option...
2023-04-27 Dr. David von OheimbAPPS: make sure the -CAfile argument can be in DER...
2023-04-27 Dr. David von Oheimbapps/smime: Point out that the six operations are mutua...
2023-04-27 Dr. David von Oheimbapps/ocsp: Tweak some places to make clear they refer...
2023-04-24 Matt CaswellReplace use of strstr with strchr
2023-04-24 Matt CaswellCoverity 1524619: unexpected control flow
2023-04-19 Paulifipsinstall: add -pedantic option
2023-04-18 Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
2023-04-14 GauriSpearsList also non-fetchable hashes in openssl dgst -list
2023-03-31 Michael BaentschProvider-based KEM and SIG alg speed testing added
2023-03-30 Matt CaswellAdd a new advanced command mode to s_client
2023-03-30 Michael Baentschremove DSA512 from speed testing
2023-03-28 PauliLet fipsinstall know about DRBG digiest limiting
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-25 Dr. David von Oheimbapps/lib/http_server.c: improve diagnostics, e.g.,...
2023-03-25 Dr. David von OheimbCMP add: fix -reqin option, which requires adding OSSL_...
2023-03-25 Dr. David von Oheimbapps/cmp.c: make sure that last -reqin argument is...
next