On Thu, Sep 11, 2014 at 12:20:47PM -0600, The Doctor wrote: > ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo > ../certs/demo/*.pem > ls: error initializing month strings > ../certs/demo/ca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN > = Test CA (1024 bit) > error 20 at 0 depth lookup:unable to get local issuer certificate > ../certs/demo/dsa-ca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty > Ltd, CN = CA > error 20 at 0 depth lookup:unable to get local issuer certificate > 135027776:error:0B06E06B:x509 certificate > routines:X509_get_pubkey_parameters:unable to find parameters in > chain:x509_vfy.c:1972: > ../certs/demo/dsa-pca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty > Ltd, CN = PCA > error 18 at 0 depth lookup:self signed certificate > C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = PCA > error 10 at 0 depth lookup:certificate has expired > OK > ../certs/demo/pca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, > CN = Test PCA (1024 bit) > error 18 at 0 depth lookup:self signed certificate > C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test PCA (1024 bit) > error 10 at 0 depth lookup:certificate has expired > OK > *** Error code 2 > > Stop. > *** Error code 1
That should have been fixed earlier today: commit 478b3470ff89ecb84133e1e7851979c7a22b3594 Author: Rich Salz <rs...@openssl.org> Date: Thu Sep 11 13:08:30 2014 -0400 RT2772 update: c_rehash was broken Move the readdir() lines out of the if statement, so that flist is available globally. Reviewed-by: Tim Hudson <t...@openssl.org> (cherry picked from commit 6f46c3c3b007f1aed77bbb4d1657fab8521e2e08) Kurt ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org