Discussion:
[openssl.org #3542] [bug-report] make test fails on test verify
임 흥식 via RT
2014-09-23 15:13:33 UTC
Permalink
Hi!

I have some problem as subject, and test on two system.

- One System information(make test fail) : See attached file
- SunOS yyy 5.10 Generic_118833-33 sun4u sparc SUNW,UltraSPARCengine_CP-40
- gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
- openssl 1.0.1.i

---------- maketest.log ---------
. . .
The following command should have some OK's and some failures
There are definitly a few expired certificates
../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem
4280746140:error:0B06E06B:x509 certificate routines:X509_get_pubkey_parameters:unable to find parameters in chain:x509_vfy.c:1814:
../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
../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
make: Fatal error: Command failed for target `test_verify'
. . .
----------------------


- Another System information(make test OK)
- SunOS zzz 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V245
- gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
- openssl 1.0.1.i


Can i fixed it ?

please give your hand.
Thanks.

Loading...