施威 wrote:
> Hi Openssl FIPS Team:
>  
>     I have successfully built the fips openssl on a HPUX box, and did a 
> "make test", all the cases passed.
> but it seems to me that  only 2 or 3 fips spicific testcases had been 
> tested.
> so i checked the test/Makefile, and i didnt find any fips specific 
> testing rules in the Makefile.
>  
> and i tried to add some rule in the Makefile to test the other fips 
> specific cases:
>  
> alltests: \
>         fips_test_desmovs fips_test_aes fips_test_dsatest fips_test_dssvs
>         test_des test_idea test_sha test_md4 test_md5 test_hmac \
>         test_md2 test_mdc2 \
>         test_rmd test_rc2 test_rc4 test_rc5 test_bf test_cast test_aes \
>         test_rand test_bn test_ec test_enc test_x509 test_rsa test_crl 
> test_sid \
>         test_gen test_req test_pkcs7 test_verify test_dh test_dsa \
>         test_ss test_ca test_engine test_evp test_ssl
>  
>  
> but it failed because it couldnt find the fips_aes_data/list : no such 
> file . 
>  
> and i tried to run the other fips cases, most of them need "req" files.
> so it is really hard to test them.
>  
> could you help me about it ?
>  
> and  i also wanna ask the following 3 questions:
>  
> 1). In openssl-fips-1.1.2/test/Makefile, it tested all the fips specific 
> cases or not?
>  
> 2). if it didn't, how can i test them? Is there a new version of 
> testsuite for fips?
>  
> 3). where can i get the test enssential data like: fips_aes_data/list 
> and so on.
>  
>  
> looking forward to hearing from you.
>  
> thanks very  much!!

Please see http://www.openssl.org/docs/fips/ for the User Guide
(appendix B in particular) and sample test vectors.

-Steve M.

-- 
Steve Marquess
Open Source Software Institute
[EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to