:
> On Thu, Mar 26, 2009, rajan chittil wrote:
>
> > Is this new release openssl 9.8k supports fips capability
> >
>
> It can be linked against the 1.2 validated module.
>
> Steve.
> --
> Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
> OpenS
Is this new release openssl 9.8k supports fips capability
Thanks
Rajan
On Thu, Mar 26, 2009 at 1:37 AM, Kyle Hamilton wrote:
> Umm... the CHANGES file linked refers to "changes from 0.9.8k to
> 0.9.9", and I have to scroll down 752 lines to get to:
>
> Changes between 0.9.8j and 0.9.8k [xx XXX
This is the build script i have used to build the openssl fips 1.2 and
openssl 9.8j . try this and let me know if this help you.
#!/bin/ksh
SOURCEDIR=$(pwd)
SOURCE0=$SOURCEDIR/openssl-fips-1.2.tar.gz
SOURCE1=$SOURCEDIR/openssl-0.9.8j.tar.gz
function openssl_fips_workaround_object_
I have some doudt regarding fips capbable openssl... If in my system , one
of the my application gets into fips mode .. whether that going to effect
other application to use fips enabled cryptography alogorithm.. .I have seen
in some fips enabled library, if one application gets into fips mode , w
I am interested .Please let me know wat i have to do
Thanks
Rajan
On Mon, Feb 2, 2009 at 6:01 PM, Mohamad Badra wrote:
> Dear all,
>
> I am looking for people to develop some features using OpenSSL.
>
> Interested people are kindly invited to contact me off-line.
>
> Best regards,
> Badra
>
>
>
using
xlc_r compiler . I have seen some are using some patch on Makefile.shared
file etc. Can you please guide me .
Thanks
Rajan
On Sat, Jan 24, 2009 at 3:47 AM, wrote:
>
> "Dr. Stephen Henson" wrote:
> > On Fri, Jan 23, 2009, rajan chittil wrote:
> >
> &
23, 2009 at 5:44 PM, Dr. Stephen Henson wrote:
> On Fri, Jan 23, 2009, rajan chittil wrote:
>
> > Hi ,
> >
> > I have gone through security policy (
> > http://www.openssl.org/docs/fips/SecurityPolicy-1.2.pdf) and user
> guide.(
> > http://www.openssl.org/
ntinue asking questions that show that you haven't, you're
> unlikely to get any more or more useful answers.
>
> -Kyle H
>
> On Thu, Jan 22, 2009 at 3:02 AM, rajan chittil
> wrote:
> >
> > Hi All,
> >
> > Can any one tell me please where i am
Hi All,
Can any one tell me please where i am going wrong .
Thanks
Rajan
On Wed, Jan 21, 2009 at 11:52 PM, joshi chandran wrote:
> I have used the same security policy step .
>
> openssl fips 1.2
> 1. ./Configure fipscansiterbuild aix-cc
> 2. make
> 3. make install
>
> openssl 9.8j
> 1. ./Co