How to setup chain of certs

2006-12-19 Thread Sudhakar
Hi, I am facing a problem with chain of certs. I have used the following commands for creating chain of certs ( servercert2.pem will have its cert signed by servercert.pem which is inturn signed by rootcert.pem): openssl req -newkey rsa:1024 -sha1 -keyout rootkey.pem -out rootreq.pem openssl x5

Doing a DH key exchange between OpenSSL and MS CryptoAPI

2006-12-19 Thread Edward Chan
Has anybody done this? I can get it to work when both ends are the same. But I can't do it when they are different. I also notice the public key computed by CryptoAPI is 16 bytes larger than that computed by OpenSSL which I assume is due to some hdr information in the KEYBLOB that MS generates?

Re: openssl interop with bouncy castle

2006-12-19 Thread Marek Marcola
Hello, > I tried the padding approach that I described in my prev mail. > But still no luck. I am concerned about the block size given by the > EVP_CIPHER_block_size. > > For example if I'm using 3-DES (block size=8)a buffer of size 64 to > call EVP_CipherUpdate and my plain text is of length l

Re: How to add my own cipher to openssl

2006-12-19 Thread Victor Duchovni
On Tue, Dec 19, 2006 at 03:10:34PM +, nagaraju gundimi wrote: > I want to add my own cipher to openssl library, is it posssible? > if yes can any one explain the procedure Why? -- Viktor. __ OpenSSL Project

How to add my own cipher to openssl

2006-12-19 Thread nagaraju gundimi
Hi, i want to add my own cipher to openssl library, is it posssible? if yes can any one explain the procedure Thanks in advance Nagaraju Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

Re: AGAIN: Query on CRL distribution point

2006-12-19 Thread Dr. Stephen Henson
On Tue, Dec 19, 2006, [EMAIL PROTECTED] wrote: > > Thanx for your reply. I found that x509_config page before. But to be > honest, the cdp part didn't help me very much with the particular comma > problem. And, by the way, the second error below and the "value=cdp_sect" > message results from my

AW: AGAIN: Query on CRL distribution point

2006-12-19 Thread thomas.beckmann
Stephen, Thanx for your reply. I found that x509_config page before. But to be honest, the cdp part didn't help me very much with the particular comma problem. And, by the way, the second error below and the "value=cdp_sect" message results from my tries to use the configuration described in th