cswift anf RSA::dmp1

2004-02-04 Thread Frédéric Giudicelli
Using openssl 0.9.7c. Hi, The Rainbow cswift card (using the ENGINE) seems to have a problem using a key when the length of RSA::dmp1 is not a multiple of 32. See the attached key for an exemple (the key was generated with RSA_generate_key). Is there any special reasons for this ? Regards, -- F

MatrixSSL - Open Source Embedded SSL for Devices

2004-02-04 Thread J Harper
Greetings SSL developers. Several months ago, we spent a considerable amount of time attempting to reduce the size of OpenSSL to make it suitable for our embedded Web services software. We did the research and saw that this was a query that came up about once a month, but never seemed to be resol

Documentation on ENGINES

2004-02-04 Thread Jean Everson Martina
Hi all, I'm trying to develop some new algorithms to use with an openssl applications we have here. I'M studing about the ENGINE API, but there is so few documentations. I've already searched on the list history, but I can't see any documentation tha fits my needs. What I want

Re: SSL_get_shared_ciphers question

2004-02-04 Thread Jostein Tveit
Lutz Jaenicke <[EMAIL PROTECTED]> writes: > On Tue, Feb 03, 2004 at 08:41:23AM +0100, Jostein Tveit wrote: > > What exactly does the comment in ssl/ssl_lib.c mean: > > > > /* works well for SSLv2, not so good for SSLv3 */ > > char *SSL_get_shared_ciphers(SSL *s,char *buf,int len) > Its part of t

ASN1_i2d_bio

2004-02-04 Thread Amar Desai
I want to have OCSP_CERTID field from the OCSP_REQUEST in binary format. I tried to get it using i2d_OCSP_CERTID(bp,certID). When i call this function my program segfaults. I also tried ASN1_i2d_bio(i2d_OCSP_CERTID,bp,unsigned char *) and got same segmentation fault. I am using openssl-0.9.7c