Re: SSL_connect() blocks

2001-10-26 Thread Eric Rescorla
Ludovic Courtès <[EMAIL PROTECTED]> writes: > > This is pretty confusing. Are you trying to connect to an OpenSSH > > server with SSL? That won't work. > > Ok. I am getting a bit confused with secure protocols, and i guess i didn't get > it at all... ;) It's a little confusing because OpenSSH us

Re: creating request and certificate in utf8 format

2001-10-26 Thread Kikuyo Nagamatsu
Dr S N Henson srote: >Kikuyo Nagamatsu wrote: >> >> Hi, all >> >> I need some advices. >> I tried to creating request (and certificate) in UTF8 format. >> Openssl can make UTF8 certificate from UTF8 request. >> > >I've added a -utf8 command line option and a utf8 config file option to >the req

Re: SSL_connect() blocks

2001-10-26 Thread Ludovic Courtès
> This is pretty confusing. Are you trying to connect to an OpenSSH > server with SSL? That won't work. Ok. I am getting a bit confused with secure protocols, and i guess i didn't get it at all... ;) > There's no real reason to expect this to work. OpenSSH uses a different > keyfile format from

Re: SSL_connect() blocks

2001-10-26 Thread Eric Rescorla
Ludovic Courtès <[EMAIL PROTECTED]> writes: > I am new to OpenSSL and I am currently trying to use it to make a simple sort of > `rexec' program. I first started with the examples taken from > http://www.rtfm.com/openssl-examples . > > Actually, the problem I am facing is that my program (which i

SSL_connect() blocks

2001-10-26 Thread Ludovic Courtès
Hi, I am new to OpenSSL and I am currently trying to use it to make a simple sort of `rexec' program. I first started with the examples taken from http://www.rtfm.com/openssl-examples . Actually, the problem I am facing is that my program (which is almost the same as the one above) just hangs wh

Re: Memory leak issues in OPEN SSL 0.9.6a

2001-10-26 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: > > I was wondering if this is a known issue with this particular release of > OPEN SSL Crypto library. The dll I ran BoundsChecker against is > Lib32eay.dll, and > the reported memory leak indicates 16 bytes of allocated memory through > Crypto_malloc function in \crypt

Re: command line certificates with Crypto++ private keys?

2001-10-26 Thread Dr S N Henson
Assuming its a binary file try: openssl pkcs8 -in key.bin -inform DER -nocrypt openssl pkcs8 -in key.bin -inform DER if neither works see what: openssl asn1parse -inform DER -in key.bin produces on a test key (i.e. not anything important). Steve. -- Dr Stephen N. Henson. http://www.drh-con

RE: Test cipher?

2001-10-26 Thread Himanshu Soni
Hi I haven't tried this myself and its just a wild guess, but if you look at the engine api, you might be able to plugin your own dummy Encrypt/Decrypt functions into OpenSSL engine in crypto/engine/engine_openssl.c and see if it gets you what you want. Thanx Himanshu Soni -Original Messa

Re: Test cipher?

2001-10-26 Thread Dr S N Henson
Len wrote: > > Does any openssl or any other ssl lib support a "test" cipher that does > not encrypt the data and just passes it clear text? I'm trying to debug > an application and still want to see the handshake but not really > encrypt just to verify the software layers above are really passi

Test cipher?

2001-10-26 Thread Len
Does any openssl or any other ssl lib support a "test" cipher that does not encrypt the data and just passes it clear text? I'm trying to debug an application and still want to see the handshake but not really encrypt just to verify the software layers above are really passing the correct data.

Newsletter Vol. 10, No. 3

2001-10-26 Thread WorldBeat News
World Beat News 10/26/01: - EMI Music Distribution is gearing up for a full slate of DVD-Audio titles! The first three titles in the series are slated for release in December: "Al Green -- Greatest Hits"; "Leon Russell -- Retrospective" and "Eric Johnson -- Ah Via Musicom." In the months that fo

Memory leak issues in OPEN SSL 0.9.6a

2001-10-26 Thread Areg_Alimian
I was wondering if this is a known issue with this particular release of OPEN SSL Crypto library. The dll I ran BoundsChecker against is Lib32eay.dll, and the reported memory leak indicates 16 bytes of allocated memory through Crypto_malloc function in \crypto\mem.c. This function gets called ~2

command line certificates with Crypto++ private keys?

2001-10-26 Thread rwh722
Hi, I'm somewhat new to openssl so please bear with my newbie questions. I'm interesting in using the openssl command-line utility to generate certificates, and certificate requests. I'd like to use private keys exported from the Crypto++ v4.1 library, and I'm wondering if anyone has succes

Link problems on Solaris, solution

2001-10-26 Thread Daniel Morrison
Hello, My experience, just FYI: The openssl-0.9.6b configure script fails to detect the combination of gcc and Solaris ld on Solaris 8, for compiling shared libraries, at least for me. I have Solaris 7 and 8 systems, with both Sun Workshop and gcc (2.95.2) compilers installed. The Configure s

OpenSSL On Tandem Guardian

2001-10-26 Thread Saju Paul
Need to be build the OpenSSL libraries libssl.a & libcrypto.a on a Tandem Guardian platform. Trouble is it's an environment without the MAKE utility. Using simple Compile & Bind Macros (shell-scripts in unix-speak) I have managed to compile (source list from Makefile.ssl) and build libssl.a . M

make test failed (long)

2001-10-26 Thread Michael T. Babcock
I've never had a problem compiling the last 4 versions of openssl, but I just tried to compile openssl-0.9.6b with gcc 3.0.1 on glibc 2.1.3 and I've had a test failure (resulting in a segfault). The same tree builds fine with egcs 2.91.66 with "-mpentium" and gcc 3.0.1 without "-m" anything.

Re: Problems with pop3s on Outlook Express

2001-10-26 Thread Corin Hartland-Swann
Hi Gregory, On Fri, 26 Oct 2001, Gregory Stark wrote: > As can be seen from your post, the certficate being sent does NOT have > pop.commerce.uk.net as the common name (CN) of the Subject: the CN is > 'localhost'. > > It appears to be some kind of canned test certificate and private key, but >

interface for passing OAEP padding parameter

2001-10-26 Thread Vadim Fedukovich
Dear openssl team, what is the best way to specify OAEP parameter for RSA operations? Currently, RSA_eay_public_encrypt() and RSA_eay_private_decrypt() will always pass NULL to RSA_padding_add_PKCS1_OAEP() and RSA_padding_check_PKCS1_OAEP() respectively. thank you, Vadim

Re: Problems with pop3s on Outlook Express

2001-10-26 Thread Gregory Stark
As can be seen from your post, the certficate being sent does NOT have pop.commerce.uk.net as the common name (CN) of the Subject: the CN is 'localhost'. It appears to be some kind of canned test certificate and private key, but I'm not familiar enough with UW-IMAP to know if it comes with such

hello

2001-10-26 Thread carmark
ÄãºÃ! »ú»á£¨´ò½ÁÁË£© ±¾ÈË´óѧ±ÏÒµÒ²Á½Äê¶àÁË£¬¹¤×÷»»ÁËÓÖ»»¡­¡­ ¿É²»ÖªÉϱ²×ÓÔâµÄʲôÄõ£¬µ½ÄͼÎÞÎÒÁ¢×ãÖ®µØ¡­¡­ ʵÔÚÎÞÁÄ£¬³ýÁËÉÏÍø»¹ÊÇÉÏÍø£¡ ÔÚÍøÉÏÂþÓιý³ÌÖУ¬ÎÒ·¢ÏÖÁËÒ»¸öÎÊÌ⣬ Ϊʲô¸÷¸öÍøÕ¾¶¼ËµÄÜΪÄã׬µ½ºÜ¶àÇ®ÄØ£¿ ÄÑÒÔÖÃÐÅ£¬ÌìÏÂÄÄÓÐÃâ·ÑµÄÎç²Í£¿ ¿É´ô×ÅʵÔÚÊÇÎÞÁİ¡£¬·´ÕýÏÐ×ÅÒ²ÊÇÏÐ×Å£¬ ÕÒÁËÒ»¸

Problems with pop3s on Outlook Express

2001-10-26 Thread Corin Hartland-Swann
Hi there, I have been trying to set up pop3s access using UW-IMAP. I am using Mandrake Linux 8.1, with UW-IMAP and OpenSSL installed as RPMs, so I don't think that there are any compilation problems. I hope that it is acceptable to post this to both the OpenSSL and the UW-IMAP mailing lists, as

Re: SSLeay and OpenSSL relationship

2001-10-26 Thread Rich Salz
The folks who developed SSLeay went on to other things. A new group of core developers have taken it over. For a variety of reasons, including avoiding confusion with the original folks' work, the project is now called OpenSSL. SSLeay has been abandoned. The code, however, lives on as the base

OID's and X509V3 extensions in config file

2001-10-26 Thread klaus . biedka
Hello fellows, at first my truely compliment for our work with OpenSSL. I was trying to fit openssl-0.9.6 on my S.U.S.E. Linux 7.0 and it works! With the openssl req and ca applications I can get certification requests and sign it with rather extensions as described in openssl.cnf examples.

NO_MD5 Compilation oddity

2001-10-26 Thread Jenkins, Nick (CAP, CARD)
Good Day, My name is Nick Jenkins. I am setting up an Apache + mod_ssl + OpenSSL (AMO, heretofore) configuration for internal testing purposes here at GE. In general, I think this solution is great, and that although it is a shame that SSL was necessarily 'chucked' from Apache due to the NSA, th

RE: SSLeay and OpenSSL relationship

2001-10-26 Thread Chad Johnson
If I have all my information correct (I found it on sourceforge.net) about SSLeay, support / development stopped quite a while ago. But I think that SSLeay v 1.3 was the last to work with openSSL. You should double check though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: creating request and certificate in utf8 format

2001-10-26 Thread Dr S N Henson
Kikuyo Nagamatsu wrote: > > Hi, all > > I need some advices. > I tried to creating request (and certificate) in UTF8 format. > Openssl can make UTF8 certificate from UTF8 request. > I've added a -utf8 command line option and a utf8 config file option to the req command in OpenSSL 0.9.7-dev . I

Re: creating request and certificate in utf8 format

2001-10-26 Thread Dr S N Henson
Kikuyo Nagamatsu wrote: > > Hi, all > > I need some advices. > I tried to creating request (and certificate) in UTF8 format. > Openssl can make UTF8 certificate from UTF8 request. > > I input DN UTF8 chacters like this. > iconv -f eucJP -t UTF-8 kanji_dat.euc > kanji_dat.utf8 >

SSLeay and OpenSSL relationship

2001-10-26 Thread Zoltan Glozik
Hi, I would like to know what the current relationship between OpenSSL and SSLeay. As I understand OpenSSL was based on SSLeay. What happened to SSLeay when the OpenSSL project has started? Has it been being developed separately since then? Or is the development of SSLeay frozen and OpenSSL exist

hello

2001-10-26 Thread koji
hello. i want to know how to install openssl with borland c++ builder 5.0!! where can i get the information about them?? thanks...

unknown error message

2001-10-26 Thread Bruenner, Joerg
Hi, the openssl ca command led to the following result: wrong number of fields on line 1 (looking for field 6, got 1, '' left) What does it like to tell me??? Which fields of what are ment? Thanks a lot for help Joerg PS: the config file is the standard one only root keys and certificates w