Re: [openssl-users] FIPS methods and symlinks

2015-02-25 Thread Steve Marquess
On 02/24/2015 10:26 PM, Tom Francis wrote: > ... > > Steve Marquess: Is the document (which IIRC, you published back > before the first validation) on how/why the FIPS Object Module was > coded still available somewhere? If so, that’d probably be a good > starting point for people who post ques

Re: [openssl-users] FIPS methods and symlinks

2015-02-24 Thread Tom Francis
> On Feb 24, 2015, at 9:42 PM, jone...@teksavvy.com wrote: > > On Tue, 24 Feb 2015 16:16:17 + > "Dr. Stephen Henson" wrote: > >> On Tue, Feb 24, 2015, jonetsu wrote: > >>> Hello, >>> >>> To grasp how FIPS methods are called, and following one method >>> as an example, HMAC_Update() in h

Re: [openssl-users] FIPS methods and symlinks

2015-02-24 Thread jone...@teksavvy.com
On Tue, 24 Feb 2015 16:16:17 + "Dr. Stephen Henson" wrote: > On Tue, Feb 24, 2015, jonetsu wrote: > > Hello, > > > >   To grasp how FIPS methods are called, and following one method > > as an example, HMAC_Update() in hmac.c, we can see that if FIPS > > mode is active then FIPS_hmac_update(

Re: [openssl-users] FIPS methods and symlinks

2015-02-24 Thread Dr. Stephen Henson
On Tue, Feb 24, 2015, jonetsu wrote: > Hello, > >   To grasp how FIPS methods are called, and following one method > as an example, HMAC_Update() in hmac.c, we can see that if FIPS > mode is active then FIPS_hmac_update() will be called.  This is > fine although searching the sources for the phys