add OSSL_STACK_OF_X509_free() for commonly used pattern
[openssl.git] / apps / lib / apps.c
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-11-29 PW HuReturn -1 properly from do_X509_REQ_verify and do_X509_...
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-11 Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-09-21 Dmitry BelyavskiyUse -nameopt utf8 by default
2021-08-25 Dr. David von OheimbAPPS: Fix result type of dump_cert_text() and behavior...
2021-07-14 Pauliapps: avoid using POSIX IO macros and functions when...
2021-07-11 Pauliapps: add a function opt_legacy_okay() that indicates...
2021-07-02 Tomas Mrazload_key_certs_crls: Avoid reporting any spurious errors
2021-06-15 Pauliapps: move global libctx and property query into their...
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-10 Shane LontisFix s_server app to not report an error when using...
2021-06-03 Tomas Mrazopenssl spkac: Fix reading SPKAC data from stdin
2021-06-02 Pauliapps: remove TODOs
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-12 Benjamin Kadukapps: improve hygeine for SET_EXPECT macro
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Slightly extend and improve documentation of...
2021-05-04 Dr. David von OheimbAPPS load_key_certs_crls(): Correct the 'expect' arg...
2021-05-04 Petr Gotthardapps: Switch to X509_REQ_verify_ex
2021-04-30 Petr Gotthardapps/ca,req,x509: Switch to EVP_DigestSignInit_ex
2021-04-30 Shane LontisFix memory leak in load_key_certs_crls() when using...
2021-04-30 Shane LontisFix CRL app so that stdin works.
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-22 Dr. David von Oheimbapps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free...
2021-04-19 Tanzinul IslamAvoid more MSVC-specific C runtime library functions
2021-04-09 Armin Fuerstapps: fix warning about size_t / int conversion
2021-03-22 Dr. David von OheimbAPPS: fix load_certs_multifile() interpreting backslashes
2021-03-18 Dr. David von Oheimbapps.c: Fix missing newline in warn_cert_msg() output
2021-03-15 Tomas Mrazapps: Make load_key_certs_crls to read only what is...
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-13 Dr. David von Oheimbapps/ts.c: Allow -untrusted arg to refer to multiple...
2021-03-11 Matt CaswellDon't crash if the pkeyopt doesn't have a value
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-28 Dr. David von Oheimbapps/x509.c: Fix mem leaks in processing of -next_seria...
2021-02-28 Dr. David von Oheimbapps/x509.c: Improve print_name() and coding style...
2021-02-18 Matt CaswellDon't forget the type of thing we are loading
2021-02-05 Petr Gotthardapps/openssl: add -propquery command line option
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Dr. David von Oheimbapps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20 Dr. David von Oheimbapps.c: Clean up copy_extensions()
2021-01-13 Dr. David von OheimbAPPS: Allow OPENSSL_CONF to be empty, not loading a...
2021-01-13 Dr. David von Oheimbapps/{req,x509,ca}.c Make sure certs have SKID and...
2021-01-11 Dr. David von Oheimbapps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTP...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-10 Dr. David von Oheimbapps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ...
2020-12-02 Richard LevitteAPPS: Adapt load_key() and load_pubkey() for the engine...
2020-12-02 Richard LevitteAPPS: Add OSSL_STORE loader for engine keys
2020-11-20 Dr. David von Oheimbapps.c: re-enable loading single certs and CRLs over...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-10 Matt CaswellRemove some redundant error messages in the apps
2020-11-10 Matt CaswellFix the reading of DSA parameters files using the dsapa...
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-22 Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-04 Richard LevitteAPPS: Reduce deprecation warning suppression - ENGINE
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-24 Richard LevitteUse OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-09-11 Chris Novakovicapps/ca: allow CRL lastUpdate/nextUpdate fields to...
2020-09-10 Dr. David von OheimbAdd/harmonize multi-valued RDN support and doc of ca...
2020-09-10 Dr. David von Oheimbapp_load_config_bio(): fix crash on error
2020-09-10 Dr. David von Oheimbapps.c: Fix mem leaks on error in load_certs() and...
2020-09-10 Dr. David von Oheimbapps.c: Fix diagnostics and return value of load_key_ce...
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-08-20 Dr. David von OheimbMake better use of new load_cert_pass() variant of...
2020-08-20 Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-04 Dr. David von Oheimbapps: Correct and extend diagnostics of parse_name()
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-23 Shane LontisTest RSA oaep in fips mode
2020-07-16 Pauliapps: deprecate engines
2020-07-05 Pauliapps: remove NULL check imn release_engine since ENGINE...
2020-06-13 Dr. David von OheimbCorrect error output of parse_name() in apps/lib/apps...
2020-06-06 Richard LevitteAPPS: Remove unnecessary NULL check of uri in load_cert...
2020-06-06 Richard LevitteAPPS: Make it possible to load_cert() from stdin again
2020-06-02 Richard LevitteAPPS: Remove make_config_name, use CONF_get1_default_co...
2020-05-25 Tomas MrazDrop special case of time interval calculation for VMS
2020-05-25 Tomas MrazRevert "Guard use of struct tms with #ifdef __TMS"
2020-05-15 David von OheimbAdd 'methods' parameter to setup_engine() in apps.c...
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-15 Dr. David von OheimbGuard use of struct tms with #ifdef __TMS like done...
2020-04-30 Paulicoverity 1462572 Dereference after null check
2020-04-24 Dr. David von OheimbClean up the use of ERR_print_errors() in apps.c and...
2020-04-24 David von OheimbRemove a bad 'goto end' and a few superfluous ones...
2020-04-24 David von OheimbImprove feedback on wrong format with new print_format_...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
next