File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 # Enable the Windows cert store API (not in the repo user_settings.h).
6262 # Appended to wolfssh/ide/winvs/user_settings.h, which the VS projects
6363 # put on the include path before wolfssl/IDE/WIN.
64- printf '\n/* Appended by windows-cert-store-test CI */\n#define WOLFSSH_WINDOWS_CERT_STORE\n' >> ${{env.USER_SETTINGS_H_NEW}}
64+ # WC_SIG_MIN_HASH_TYPE: x509v3-ssh-rsa signs H with SHA-1 (RFC 6187
65+ # names no other RSA form), which wc_SignatureVerify rejects at its
66+ # default SHA-256 floor. Needed for the RSA x509v3 host key step; see
67+ # the same define in tpm-ssh.yml.
68+ printf '\n/* Appended by windows-cert-store-test CI */\n#define WOLFSSH_WINDOWS_CERT_STORE\n#define WC_SIG_MIN_HASH_TYPE WC_HASH_TYPE_SHA\n' >> ${{env.USER_SETTINGS_H_NEW}}
6569 cp ${{env.USER_SETTINGS_H_NEW}} ${{env.USER_SETTINGS_H}}
6670
6771 - name : Build wolfssl library
You can’t perform that action at this time.
0 commit comments