Re: [openssl.org #1162] add a discover-server-ciphers to s_client

2005-07-18 Thread Jostein Tveit
code from URL: http://www.pvv.ntnu.no/~josteitv/papers/ssl_vuln_code.tar.gz if you are interested. The file you want to look at is sslciphercheck.c. -- Jostein Tveit [EMAIL PROTECTED] __ OpenSSL Project

openssl-0.9.8-beta6 tested ok on Solaris 8 cc (32+64 bit) and gcc 2.95.3 (32 bit)

2005-06-22 Thread Jostein Tveit
(./Configure solaris-sparcv9-gcc shared) -- Jostein Tveit [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated

openssl-0.9.8-beta5 solaris64-sparcv9-cc make test fails

2005-06-15 Thread Jostein Tveit
make[1]: Leaving directory `/opt/home/jtv/apps/openssl-0.9.8-beta5/test' make: *** [tests] Error 2 -- Jostein Tveit [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing

openssl-0.9.8-beta3, Sun Forte compiler, 64-bit Solaris 8, core dump and RNG error.

2005-06-01 Thread Jostein Tveit
tried to set RANDFILE, but that didn't help. Is it possible to turn on some RNG debugging? Regards, -- Jostein Tveit [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing

Re: [openssl.org #1090] [BUG] Segfault in dgst signing with rsa private key

2005-06-01 Thread Jostein Tveit
(RSA_F_RSA_SETUP_BLINDING, ERR_R_MALLOC_FAILURE); + goto err; + } BN_BLINDING_set_thread_id(ret, CRYPTO_thread_id()); err: BN_CTX_end(ctx); -- Jostein Tveit [EMAIL PROTECTED] __ OpenSSL

General PKCS#11 engine module

2005-05-26 Thread Jostein Tveit
Hello, OpenSSL developers! Have you ever thought of making a general PKCS#11 engine module in OpenSSL? Do you see any reasons why such a module wouldn't fit in? Regards, -- Jostein Tveit [EMAIL PROTECTED] __ OpenSSL Project

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 the protocol

SSL_get_shared_ciphers question

2004-02-03 Thread Jostein Tveit
cipher suite to determine the shared ciphers? Thanks in advance. Regards, -- Jostein Tveit ([EMAIL PROTECTED]) __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #794] BUG - BIO printf problem on HP-UX

2003-12-11 Thread Jostein Tveit
: 0123456789abcdef)[fracpart % 10]; fracpart = (fracpart / 10); } while (fplace max); if (fplace == sizeof fplace) Same bug. Should probably be sizeof(fconvert), not fplace. fplace--; fconvert[fplace] = 0; -- Jostein Tveit ([EMAIL PROTECTED

Re: NISCC ASN.1 test suite available ?

2003-11-07 Thread Jostein Tveit
: developers of products that provide SSL/TLS services and therefore may be : vulnerable to the generic problems discovered. Unfortunately this means : that we will not be able to release the material to you. -- Jostein Tveit ([EMAIL PROTECTED