]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/lib/apps.c
APPS: Remove unnecessary NULL check of uri in load_cert_pass()
[thirdparty/openssl.git] / apps / lib / apps.c
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 ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Dr. David von OheimbUpdate comment on crls_http_cb() as it does support...
2020-04-02  Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-21  Pauliapps: distinguish between a parameter error and an...
2020-02-21  PauliParams: add argument to the _from_text calls to indicat...
2020-02-10  Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-12-18  Richard LevitteAPPS & TEST: Adapt to use the new BIO_f_prefix()
2019-11-03  Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-12  Viktor DukhovniIgnore empty ALPN elements in CLI args
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-04  Richard LevitteMove libapps.a source to apps/lib