[openssl.org #130] openssl ciphers is broken?

2002-07-10 Thread Lutz Jaenicke via RT
Ciphers with eNULL encryption (read this: without encryption) were not covered by the bitmask for the strength classes (eNULL was not considered to be a class at all). Therefore they fell through the selection roster. That it seemed to work in some cases was just by coincidence. I have now

[openssl.org #127] AES draft cipher suites

2002-07-10 Thread Lutz Jaenicke via RT
[bodo - Thu Jul 4 10:34:15 2002]: However, it would still be a good idea to create a NONE cipher suite group alias because it is useful in the other scenarios given in the problem description. I have already worked in the cipher selection routines yesterday with respect to PR#130. I will

[openssl.org #140] bug report

2002-07-10 Thread via RT
Hi all, im usein OpenSSL as a part of curl. Curl needs PEM-certifikates for clientauthentication in ssl. Im writing my PEM-certificate by using OpenSSL (PEM_write_X509_AUX(fp, cert);). The certifikate is written as TRUSTED CERTIFICATE. If i try to read the Certifikate with OpenSSL later on the

NSS / OPENSSL comparision help

2002-07-10 Thread malhar pal
Hi, I m malhar here I want to do evaluation between NSS/OPENSSL Can anybody of you help me in this thanks in advance malhar __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com

[openssl.org #127] AES draft cipher suites

2002-07-10 Thread Lutz Jaenicke via RT
[jaenicke - Wed Jul 10 08:50:56 2002]: [bodo - Thu Jul 4 10:34:15 2002]: However, it would still be a good idea to create a NONE cipher suite group alias because it is useful in the other scenarios given in the problem description. I have already worked in the cipher selection

UI

2002-07-10 Thread Gtz Babin-Ebell
Hello folks, Is there a easy way to convert a passphrase callback to a UI ? meaning: I have a pem_password_callback (and a pointer to additional data) But the function wants an UI (ENGINE_load_privatekey())... BTW: there seems to be a bug in crypto/ui/ui_util.c: (0.9.7 stable

Re: Update: Bull TrustWay PKCS#11 engine

2002-07-10 Thread Steven Bade
The 64$ question from my mind is are you working on a 0.9.7 engine for PKCS#11... That's the one of particular interest to me in the long run. afchine madjlessi wrote: You can find here the last updates for Trustway PKCS#11 engine. ChangeLog: - patch update for openssl-engine-0.9.6d -

uni2asc asc2uni naming conflict

2002-07-10 Thread Verdon Walker
One of the projects here that is using OpenSSL is running into a naming conflict between OpenSSL and other libraries because of the uni2asc() routine in the crypto\pkcs12 subdirectory. What is the possibility of renaming uni2asc() to PKCS12_uni2asc() and asc2uni() to PKCS12_asc2uni() to not only

Sun's Crypto Accelerator 1000

2002-07-10 Thread Gary Casterline
Hi, We've just bought a few of Sun's Crypto Accelerator 1000 PCI cards. I'd like to use them with apache/openssl/mod_ssl, but really don't want to use the old apache and openssl that sun supports in its binaries (apache-1.3.12 and openssl-0.9.6b-engine). I think I've gotten openssl to compile