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
> 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
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(
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