This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] FIPS compliance and other crypt(3) improvements


On Wednesday, September 05, 2012 16:32:09 Alexandre Oliva wrote:
> On Sep  5, 2012, Andreas Jaeger <aj@suse.com> wrote:
> > Please post the complete patch set again - and remove the
> > Contributed by
> > lines you have in the new files:
> Done.  lxoliva/crypt-fips-bz811753 updated, too.

sysdeps/unix/sysv/linux/fips-private.h has:
> +  return checked > FIPS_UNTESTED;

I suggest to change this to:
return checked == FIPS_ENABLED

Please make that change and submit everything - and add an entry to 
NEWS.

Thanks,
Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]