Re: Adding a new Cipher

2004-10-06 Thread Massimiliano Pala
kentlinux wrote: [...] It is only for crypto I do not know anything about SSL Thank you, this is exaclty what I was looking for. When ready we will send the patch to add aes-ccm among the ciphers. Have a nice day! -- Best Regards, Massimiliano Pala --o---

[openssl.org #954] CloseClient: error:1409F07F:SSL routines:SSL3_WRITE_PENDING:bad write retry

2004-10-06 Thread via RT
Hello, We use OpenSSL modules within CUPS services under Linux. System configuration : - RedHat ES 3.0 - 2.4.21-15.0.3.ELsmp - CUPS Ver. 1.1.21 - OpenSSL / level : openssl-0.9.7a-33.4 Problem description : CUPS service stop to work after the messages (/var/log/messages) : I [28/Sep/2004:09:

Re: PKCS7: sign data without keeping it in the memory

2004-10-06 Thread Mathias Brossard
On Tue, 2004-10-05 at 17:44, Goetz Babin-Ebell wrote: > PKCS7_sign() has the disadvantage that all signed data must be > kept in memory. [...] > /* we got the digest of the data, > now create a PKCS#7 detached signed object... */ > p7 = PKCS7_signHash(signer, key, other, pMD, caDigest, flags);

Re: PKCS7: sign data without keeping it in the memory

2004-10-06 Thread Goetz Babin-Ebell
Hello Mathias, Mathias Brossard wrote: On Tue, 2004-10-05 at 17:44, Goetz Babin-Ebell wrote: PKCS7_sign() has the disadvantage that all signed data must be kept in memory. [...] /* we got the digest of the data, now create a PKCS#7 detached signed object... */ p7 = PKCS7_signHash(signer, key, o