2025-01-24 19:12 UTC-0300 Mario Wan Stadnik (wanstadnik gmail.com)

2025-01-24 19:15 UTC-0300 Mario Wan Stadnik (wanstadnik gmail.com)
  * utils/hbmk2/hbmk2.prg
    * http://timestamp.verisign.com/scripts/timstamp.dll has limped
      along for the last few years and had been working in a sort
      of depreciated state, but the new owners of the certificate
      issuing business, DigiCert, have issued a migration alert so
      we are switching to: http://timestamp.comodoca.com/authenticode
    ; It allows the user to choose the algorithm: SHA256 or SH1
This commit is contained in:
Mario Wan Stadnik
2025-01-24 19:15:12 -03:00
parent a30e2091db
commit 5baf6c7210
2 changed files with 10 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ EXTERNAL hbmk_KEYW
#define _HBMK_SPECDIR_CONTRIB "contrib"
#define _HBMK_SPECDIR_ADDONS "addons"
#define _HBMK_SIGN_TIMEURL "http://timestamp.verisign.com/scripts/timstamp.dll"
#define _HBMK_SIGN_TIMEURL "http://timestamp.comodoca.com/authenticode"
#define _HBMK_HBEXTREQ "__HBEXTREQ__"
#define _HBMK_WITH_TPL "HBMK_WITH_%1$s"