Commit History

Author SHA1 Message Date
  Dr. David von Oheimb 342e3652c7 APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is given 1 year ago
  wangyuhang efec0f4611 unbuffer stdin before get passwd from stdin 1 year ago
  Simo Sorce 2fea568327 Drop explicit check for engines in opt_legacy_okay 1 year ago
  xkernel fb03e61459 Checking the return of BIO_new_fp(). If it returns NULL, then it is unnecessary to build the BIO chain and better make the caller directly return NULL 1 year ago
  FdaSilvaYY 9929c81702 apps & al : Fix various typos, repeated words, align some spelling to LDP. 1 year ago
  Dr. David von Oheimb 200d844782 APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for apps, too 2 years ago
  Dr. David von Oheimb db302550d3 app_http_tls_cb() and tls_error_hint(): code cleanup 1 year ago
  Dr. David von Oheimb ec8a340948 APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use random serial. 2 years ago
  Dr. David von Oheimb 96e13a1679 app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLS 1 year 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() 2 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 2 years ago
  Dr. David von Oheimb 6e2499474c APPS load_key_certs_crls(): Make file access errors much more readable 2 years ago
  Dr. David von Oheimb 97b8c859c6 app_http_tls_cb: Fix double-free in case TLS not used 2 years ago
  Dr. David von Oheimb 068549f8db HTTP client: Work around HTTPS proxy use bug due to callback design flaw 2 years ago
  Dr. David von Oheimb cdaf072f90 HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback function 2 years ago
  Dr. David von Oheimb 79b2a2f2ee add OSSL_STACK_OF_X509_free() for commonly used pattern 2 years ago
  PW Hu bc42cf51c8 Return -1 properly from do_X509_REQ_verify and do_X509_verify 2 years ago
  Rami Khaldi 9567fd3819 x509: Return a nonzero exit code on error when checking ip/email/host 2 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 2 years ago
  x2018 1287dabd0b fix some code with obvious wrong coding style 2 years ago
  Dmitry Belyavskiy 86cfd132ff Use -nameopt utf8 by default 2 years ago
  Dr. David von Oheimb 32f7be2ab7 APPS: Fix result type of dump_cert_text() and behavior of print_name() on out==NULL 2 years ago