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
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?
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
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
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
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
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