Re: Self-signed certificates

2005-08-22 Thread Peter BENKO,VSE IT Sluzby,+421-55-610-2045,+421-903-855532
On Sat, Aug 20, 2005 at 10:54:13PM +0200, [EMAIL PROTECTED] wrote: > Good evening, > > Is a difference between: > openssl req -x509 ... > and: > openssl ca -selfsign ... > ? > > I can use a certificate created using the first way as certificate in the > CTL of MS IIS ver. 5.1 while th

Re: Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
Allen Rintoul wrote: Steven Reddie wrote: If you're trying to extract an implementation of SHA-256 by starting with sha256t.c you're on the wrong track. That file is for testing sha256. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Rintoul Se

Re: Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
Steven Reddie wrote: If you're trying to extract an implementation of SHA-256 by starting with sha256t.c you're on the wrong track. That file is for testing sha256. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Rintoul Sent: Monday, 22 August

Error in Installing openssl-0.9.7-stable-SNAP-20050822

2005-08-22 Thread Pan Pap
Dear All,   I would be greatful if you can point out a fix for the following errors:   I follow the INSTAL.W32 instructions and use "ms\do_ms\" When I do "nmake -f ms\ntdll.mak" I get the following errors:   Two symbols (__ftol2, __aulldvrm) are unresolved - but they are both in functions (_round

Re: Does OpenSSL support Windows 98?

2005-08-22 Thread Thomas J. Hruska
Matt England wrote: Hello, I realize this is a rather ambiguous question, but I thought I'd start somewhere: Does OpenSSL support Windows 98? If it's only partial support, what is missing? I am managing a software development project based on MinGW/Boost/Qt/OpenSSL, hoping to not have to su

RE: Isolating SHA Algorithm from openssl

2005-08-22 Thread Steven Reddie
If you're trying to extract an implementation of SHA-256 by starting with sha256t.c you're on the wrong track. That file is for testing sha256. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Rintoul Sent: Monday, 22 August 2005 10:07 PM To: openss

Does OpenSSL support Windows 98?

2005-08-22 Thread Matt England
Hello, I realize this is a rather ambiguous question, but I thought I'd start somewhere: Does OpenSSL support Windows 98? If it's only partial support, what is missing? I am managing a software development project based on MinGW/Boost/Qt/OpenSSL, hoping to not have to support Win98, but I ju

Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
I wanted to isolate the code pretaining to sha256, so i started with sha256t.c. But there are too many dependencies which i thought was out of my tag search isolation. then i did an nm on sha256t, It used ASN1_,BN_,BIO_,CRYPTO_,ENGINE_, EVP_,OBJ_,OPENSSL_,RAND_,RSA_,X509_ functions. How can i

RE: How can i convert p12/pfx to java key store (JKS) format

2005-08-22 Thread Per Nilsson
Java JDK 1.4 and above also supports treating pkcs12 files as a read-only key stores Per Nilsson Teleca Sweden East AB Note: The opinions expressed above are my own and not those of my employer -Original Message- From: Rabellino Sergio [mailto:[EMAIL PROTECTED] Sent: den 22 augusti 20

Re: How can i convert p12/pfx to java key store (JKS) format

2005-08-22 Thread Rabellino Sergio
Jaleel P.A wrote: Hi, How can i convert p12/pfx to java key store (JKS) format Please let me know. This is bit urgent. thanks Jaleel Take a look at http://www.lazgosoftware.com/kse The KeyStore Explorer could be the simplest way to do that, or you can do this by hands, using the java KeyTo