> I have couple of questions like,
> 
> 1.    What is FIPS standard OpenSSL 1.0.1 library following.  CHANGES claims 
> the support for FIPS180-2?

What is the concern? That post-FIPS180-2 is not supported? Well, if you
can point out essential difference in specification for algorithms in
question in post-FIPS180-2, then the question would be relevant.

> 2.    In Sha256.c, these are not as per the FIPS 180-2 standard or FTP 180-3. 
>       #define Sigma0(x)       (ROTATE((x),30) ^ ROTATE((x),19) ^ 
> ROTATE((x),10))
>       #define Sigma1(x)       (ROTATE((x),26) ^ ROTATE((x),21) ^ 
> ROTATE((x),7))
>       #define sigma0(x)       (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3))
>       #define sigma1(x)       (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10))

There is comment just two lines above.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to