Re: How to install PEM format Server Certificate in Windows Server 2003

2008-06-27 Thread Gerhard Gappmeier
Hi, 1.) your question is not an OpenSSL question, it's just a how to use windows problem. 2.) Windows normaly uses a built-in certificate store. 3.) If you have written the .Net app you should know what certificate store you are using. The default one that is used for web browsing (IE)?

Re: RFC 4130 checksum in SHA1

2008-06-27 Thread Marco Roeland
On Wednesday June 25th javierm wrote: ... So I did another test that I would like you guys to do, to illustrate us mortals on what's going on. Take any text: This is a test for checksums or messagedigests included the quotes and no endofline or carriagereturn. It has the SHA1 =

Re: upgrading openssl 0.9.8b to openssl-fips-1.1.1

2008-06-27 Thread rabail javed
Thanx a lot Bill, but if i would install openssl-fips-1.1.2 , do i need 0.9.7m with it. On Thu, Jun 26, 2008 at 5:00 PM, Bill Colvin [EMAIL PROTECTED] wrote: Rabail: openssl-fips-1.1.1 is a 0.9.7 based version of openssl. Therefore, you will be downgrading your 0.9.8b version if you choose

R: PEM_read_RSAPublicKey problem

2008-06-27 Thread Marco Sommella
Excuse me, I'm trying, using C, to do a simple sign and verify with RSA public and private keys on pem files. Which is the easy way? Someone have some sample ? TNX -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di David Schwartz Inviato: venerdì 27 giugno

RE: upgrading openssl 0.9.8b to openssl-fips-1.1.1

2008-06-27 Thread Bill Colvin
Rabail: In addition to the Security Policy http://www.openssl.org/docs/fips/SecurityPolicy-1.1.2.pdf take a look at section 4.2 of the User Guide http://www.openssl.org/docs/fips/UserGuide-1.1.1.pdf In particular in section 4.2.3 when it is talking about building a FIPS-capable OpenSSL, you use

Re: Generating keys to be used in a specific implementation

2008-06-27 Thread Renato Araújo Ferreira
Ok... I created the certificates and private keys for server and client... At server side I'm using the certificate and the private key in the same file and Calling SSL_CTX_use_PrivateKey_file() and SSL_CTX_use_certificate_chain_file() to this file. At client side I'm using the openssl

Re: Generating keys to be used in a specific implementation

2008-06-27 Thread Renato Araújo Ferreira
Sorry, I mean that at this time I CAN'T use a CA. - Original Message - From: Renato Araújo Ferreira [EMAIL PROTECTED] To: openssl-users@openssl.org Sent: Friday, June 27, 2008 7:24 PM Subject: Re: Generating keys to be used in a specific implementation Ok... I created the