<p dir="ltr"><br>
Hi,</p>
<p dir="ltr">Can following behaviour be confirmed as expected?</p>
<p dir="ltr">OpenSSL verify test (test_verify) fails</p>
<p dir="ltr">Env-<br>
c_rehash run using Cygwin. Run c_rehash on /path/to/certs/demo</p>
<p dir="ltr">Cmd -<br>
openssl verify -CApath ../certs/demo ../certs/demo/*.pem</p>
<p dir="ltr">Cause -<br>
Symbolic links (from hash.0 to file.pem) created by c_rehash when run with Cygwin could not be read by OpenSSL.exe verify command.</p>
<p dir="ltr">Result -<br>
Error 20: could read issuer certificate<br>
OpenSSL.exe fails to establish certificate chain.</p>
<p dir="ltr">Workaround -<br>
Modify c_rehash to useĀ  MS API 'mklink'</p>
<p dir="ltr">Thank You.</p>