Re: PKCS#1 key vs PKCS#8...

2013-06-22 Thread mike pilato
Remove On Jun 5, 2013 9:08 AM, "Dr. Stephen Henson" wrote: > On Tue, Jun 04, 2013, sanjaya joshi wrote: > > > Hello, > > I am using strongswan(v_4.5.3) for ipsec, that uses my X509 certificate > > and RSA private key. > > If i use RSA private key(un-encrypted) that is PKCS#8 encoded, then > >

Re: How to invoke Incore's cross compile aware routines?

2013-06-22 Thread Jeffrey Walton
On Sat, Jun 22, 2013 at 4:24 PM, Dr. Stephen Henson wrote: > On Sat, Jun 22, 2013, Jeffrey Walton wrote: > >> On Sat, Jun 22, 2013 at 6:57 AM, Dr. Stephen Henson >> wrote: >> > On Sat, Jun 22, 2013, Jeffrey Walton wrote: >> > >> >> Hi All, >> >> >> >> I'm using openssl-fips-2.0.4 and openssl-1.0

Any issue in these instruction?

2013-06-22 Thread mehroz
openssl ecparam -name secp160r2 -out CA_CURVE.pem openssl req -out cacert.pem -new -x509 -keyout cakey.pem -newkey ec:CA_CURVE.pem -nodes -days 600 -sha1 openssl req -new -out TMPFILE.req -newkey ec:CA_CURVE.pem -keyout TMPFILE.key -nodes -sha1 openssl x509 -req -CAkey cakey.pem -CA cacert.pem -

Re: Installing openssl-devel-1.0.1e

2013-06-22 Thread mehroz
After wasting 9 hours, i tried yum --enablerepo=axivo install openssl-devel and thats all! -- View this message in context: http://openssl.6102.n7.nabble.com/Installing-openssl-devel-1-0-1e-tp45647p45671.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __

Re: How to invoke Incore's cross compile aware routines?

2013-06-22 Thread Dr. Stephen Henson
On Sat, Jun 22, 2013, Jeffrey Walton wrote: > On Sat, Jun 22, 2013 at 6:57 AM, Dr. Stephen Henson wrote: > > On Sat, Jun 22, 2013, Jeffrey Walton wrote: > > > >> Hi All, > >> > >> I'm using openssl-fips-2.0.4 and openssl-1.0.1e. I'm working in an > >> Android environment with cross compilation. B

Re: How to invoke Incore's cross compile aware routines?

2013-06-22 Thread Jeffrey Walton
On Sat, Jun 22, 2013 at 6:57 AM, Dr. Stephen Henson wrote: > On Sat, Jun 22, 2013, Jeffrey Walton wrote: > >> Hi All, >> >> I'm using openssl-fips-2.0.4 and openssl-1.0.1e. I'm working in an >> Android environment with cross compilation. Both the FIPS Object >> Module and FIPS Capable library buil

Re: How to invoke Incore's cross compile aware routines?

2013-06-22 Thread Dr. Stephen Henson
On Sat, Jun 22, 2013, Jeffrey Walton wrote: > Hi All, > > I'm using openssl-fips-2.0.4 and openssl-1.0.1e. I'm working in an > Android environment with cross compilation. Both the FIPS Object > Module and FIPS Capable library built and installed without much > effort. > > I'm trying to build a s