RE: Why don't openssl RSA work for Word Document file?

2010-01-27 Thread David Schwartz
Namrata Sorte wrote: > Hey, > Thanks for reply. Could you please explain me : >> You have to put connect it to a suitable transmission and drive it for it to work. > in more detail. Sure. RSA is a mathematical algorithm that has applications in encryption and signature verification. But it

Re: Why don't openssl RSA work for Word Document file?

2010-01-27 Thread Namrata Sorte
Hey, Thanks for reply. Could you please explain me : > You have to put connect it to a suitable transmission and drive it for it to work. in more detail. Thanks & Regards, Namrata On Wed, Jan 27, 2010 at 7:08 AM, David Schwartz wrote: > Namrata Sorte wrote: > > > Hi, > > > I have a query rega

RE: renegotiation with client certificate

2010-01-27 Thread Adam Grossman
i am trying to emulate something that mod_ssl does, and it used 0.9.7d. i verified that the same exact certs are working on another system. Also, the CA cert on the server has the correct CN. to load the client CA i use: list=SSL_load_client_CA_file(); SSL_set_client_CA_list(ssl, list); and the

RE: renegotiation with client certificate

2010-01-27 Thread Brett Schoppert
Not sure if the problem I had it is the same as yours, but I meant 0.9.8k ( not 7k ). I first verified my setup was working ( certs were correct, etc. ) by setting up client-side SSL for the whole VirtualHost once that worked, I changed it to be only for a specific location where it had to rene

RE: renegotiation with client certificate

2010-01-27 Thread Adam Grossman
i just tried 0.9.7m, and to no avail. i double checked my certs, i made sure my CA cert on the server is correct, and i am still getting the same error on the server and the browser is giving to "Peer does not recognize and trust the CA that issued your certificate." thanks, -=- adam grossman On

RE: renegotiation with client certificate

2010-01-27 Thread Brett Schoppert
I recently had the same issue that was resolved when I changed Apache to use 0.9.7k. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Adam Grossman Sent: Wednesday, January 27, 2010 5:01 PM To: openssl-users@openssl.org Subjec

Re: renegotiation with client certificate

2010-01-27 Thread Adam Grossman
nevermind... i had blinders on while reading the error, and i just concentrated on the server. i just noticed the browser says: "Peer does not recognize and trust the CA that issued your certificate." so i need to go make sure my certs are set up properly. thanks, -=- adam grossman On Wed, 20

renegotiation with client certificate

2010-01-27 Thread Adam Grossman
hello. I am having trouble getting my server renegotiation working with client certificates. Without certificates, it works fine. The one thing is that the server initially does not need a client cert, but it does during renegotiation (a requirement i have that is out of my hands). i am using

RE: Why don't openssl RSA work for Word Document file?

2010-01-27 Thread David Schwartz
Namrata Sorte wrote: > Hi, > I have a query regarding RSA algorithm viz: > Why don't openssl RSA signing & verifying work for Word Document file? > Neither it works for document encryption & decryption. > Could anybody please guide & explain me why is it so? It's the same reason an internal co

Why don't openssl RSA work for Word Document file?

2010-01-27 Thread Namrata Sorte
Hi, I have a query regarding RSA algorithm viz: Why don't openssl RSA signing & verifying work for Word Document file? Neither it works for document encryption & decryption. Could anybody please guide & explain me why is it so? Thanking you in advance Namrata

Re: utf8string vs printablestring mismatch in certificate checking

2010-01-27 Thread Dr. Stephen Henson
On Tue, Jan 26, 2010, sandeep kiran p wrote: > >1.0.0 uses a different algorithm for computing hashes which relies on a > form of canonical encoding. > > Does that mean we need to recompute the hashes for existing CA certs and > CRLs if we are to work with 1.0.0 since it seems to generate a diffe