Commit History

Author SHA1 Message Date
  Dr. David von Oheimb 96e13a1679 app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLS 2 years ago
  Peiwei Hu e22ea36fa8 Fix the checks of X509_LOOKUP_* functions 2 years ago
  Hartmut Holzgraefe 55b7fa2609 Have set_dateopt() return 1 on success to make -dateopt work 2 years ago
  JHH20 e257d3e76f Remove duplicated #include headers 2 years ago
  Dmitry Belyavskiy fba140c735 str[n]casecmp => OPENSSL_strncasecmp 2 years ago
  xkernel fa17f5c987 apps: several return value checks for BIO_new() 3 years ago
  Armin Fuerst 065121ff19 Add tests for do_updatedb 2 years ago
  Pauli 8c870f6bed coverity 1497107: dereference after null check 2 years ago
  Dr. David von Oheimb 8cdb993d8b apps.c: fix various coding style nits found by check-format.pl 3 years ago
  Dr. David von Oheimb 6e2499474c APPS load_key_certs_crls(): Make file access errors much more readable 3 years ago
  Dr. David von Oheimb 97b8c859c6 app_http_tls_cb: Fix double-free in case TLS not used 3 years ago
  Dr. David von Oheimb 068549f8db HTTP client: Work around HTTPS proxy use bug due to callback design flaw 3 years ago
  Dr. David von Oheimb cdaf072f90 HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function 3 years ago
  Dr. David von Oheimb 79b2a2f2ee add OSSL_STACK_OF_X509_free() for commonly used pattern 3 years ago
  PW Hu bc42cf51c8 Return -1 properly from do_X509_REQ_verify and do_X509_verify 3 years ago
  Rami Khaldi 9567fd3819 x509: Return a nonzero exit code on error when checking ip/email/host 3 years ago
  Dr. David von Oheimb 747adb6a01 Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUFFIX() 3 years ago
  Dr. David von Oheimb 2ff286c26c Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix 3 years ago
  Dr. David von Oheimb adbd77f6d7 X509: Fix handling of AKID and SKID extensions according to configuration 3 years ago
  x2018 1287dabd0b fix some code with obvious wrong coding style 3 years ago
  Dmitry Belyavskiy 86cfd132ff Use -nameopt utf8 by default 3 years ago
  Dr. David von Oheimb 32f7be2ab7 APPS: Fix result type of dump_cert_text() and behavior of print_name() on out==NULL 3 years ago
  Pauli 2f0a53816b apps: avoid using POSIX IO macros and functions when built without them. 3 years ago
  Pauli ff21571365 apps: add a function opt_legacy_okay() that indicates if legacy paths are permitted or not 3 years ago
  Tomas Mraz d82d1d11d4 load_key_certs_crls: Avoid reporting any spurious errors 3 years ago
  Pauli a1fb5eb920 apps: move global libctx and property query into their own file 3 years ago
  William Edmisten 8c5bff2220 Add support for ISO 8601 datetime format 3 years ago
  Shane Lontis ef0449135c Fix s_server app to not report an error when using a non DH certificate. 3 years ago
  Tomas Mraz 18d9c9bf96 openssl spkac: Fix reading SPKAC data from stdin 3 years ago
  Pauli db70dc2cda apps: remove TODOs 3 years ago