> [[email protected] - Wed Feb 08 10:21:27 2012]:
> 
> Hello,
> 
> I have been trying to build openssl from the source tar ball that I
>    down loaded from the web site. Noticed a bug in one of the perl
>    scripts. Below is the context diff. Encountering undefined symbols
>    from the file fips/utl/fips_enc.c with respect to functions used in
>    FIPS_get_cipherbynid. A few of the symbols are listed below,
> 
> ../libcrypto.so: undefined reference to `FIPS_evp_aes_128_cfb128'
> ../libcrypto.so: undefined reference to `FIPS_evp_aes_192_cfb128'
> ../libcrypto.so: undefined reference to `FIPS_evp_aes_256_xts'
> ../libcrypto.so: undefined reference to `FIPS_evp_aes_128_cfb1'
> ../libcrypto.so: undefined reference to `FIPS_evp_aes_192_ccm'
> ../libcrypto.so: undefined reference to `FIPS_evp_des_ede_cbc'
> ../libcrypto.so: undefined reference to `FIPS_evp_des_ede_ofb'
> ../libcrypto.so: undefined reference to `FIPS_evp_aes_192_ctr'
> ../libcrypto.so: undefined reference to `FIPS_evp_aes_192_ecb'
> 
> Are these functions auto-generated please.
> 

The functions are part of the test 2.0 FIPS module. You need to build
and install it from a fips snapshot and follow the instructions in
README.FIPS to generate a FIPS capable OpenSSL 1.0.1 if that is what you
want to do.

> Has DRBG been ported to openssl-09.9.8 please. If not are there any
>    plans on doing that?
> 

It wont happen as new features cannot be added to stable branches.

Steve.
-- 
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to