Please add UTF8STRING to PRINTABLE

2000-02-12 Thread Mine Sakurai
Hi, openssl-developers, I don't know if this is a bug or not but we got a problem. I attached a solution patch (just one-line patch), so if it is correct, please merge it to next release package. Or if it is not correct, please tell me your opinions. It is not dependent on Operating Systems. Th

Re[2]: Unnecessary complication / no configuration header

2000-02-12 Thread Karsten Ballueder
On Thu, 10 Feb 2000 02:49:46 +0100 you wrote: > ulf> On Mon, Feb 07, 2000 at 03:48:22PM +, Karsten Ballueder wrote: > ulf> > ulf> > This means, that whoever compiles a package using openSSL > ulf> > must know the options used to compile the openSSL library > ulf> > itself, so to add e.g

SSL_CTX

2000-02-12 Thread Chris Bamford
Hi, I wonder if anyone can help? I am getting occasional core dumps when using SSL_CTX_free() in a multi-threaded application. Scenario: - I have written an application to load test a secure web server using OpenSSL 0.9.4 on Solaris 5.6 using Solaris threads. I create a single SSL cont

Compilation Problems w/OpenSSL 0.9.4

2000-02-12 Thread Adrian Moore
I'm trying to compile OpenSSL 0.9.4 and I'm coming up with some errors that I can't figure my way around: The output of config -t: Operating system: sun4u-sun-solaris2 Configuring for solaris-sparcv9-gcc /usr/local/bin/perl ./Configure solaris-sparcv9-gcc The error: gcc -o openssl -DMONOLITH -

NS certutil.exe and keyutil.exe

2000-02-12 Thread Soobok Lee
Hi, all! Would you help me to download certutil.exe and keyutil.exe from Netscape developer site ? I cannot find them... The two program are NOW exportable to outside US & Canada. right? They are used to manage NS cert7.db & key3.db databases under NS user profile directory. I nee

Re: PERL Module Problem...

2000-02-12 Thread Richard Levitte - VMS Whacker
jaltman> And why can't pipes be used in Windows? Exactly my question. jaltman> Using a colon in this context should not be a problem since the first jaltman> colon is the tag separator. After that the colon can be part of the jaltman> filename. *LOL* I guess that's a d'uh on me... -- Richard

Re: Please add UTF8STRING to PRINTABLE

2000-02-12 Thread Dr Stephen Henson
Mine Sakurai wrote: > > Hi, openssl-developers, > > We got an error when we tried to display certificate contents which > includes UTF8STRING in the Subject. > Thank you for the report but this was fixed in the development version ages ago. Steve. -- Dr Stephen N. Henson. http://www.drh-co

RE: Please add UTF8STRING to PRINTABLE

2000-02-12 Thread Rene G. Eberhard (keyon)
> * Problem Description > > We got an error when we tried to display certificate contents which > includes UTF8STRING in the Subject. ... > * Solution > > I think UTF8STRING should be interpreted as PRINTABLE. > This is a solution patch. I haven't checked your patch but UTF8 should defenitel

Re: Please add UTF8STRING to PRINTABLE

2000-02-12 Thread Dr Stephen Henson
Rene G. Eberhard (keyon) wrote: > > > I haven't checked your patch but UTF8 should defenitely NOT > be interpreted as Printable. UTF8 has the same character > repetoire as Universal. Unicode for example is suppored by > Universal and UTF8. > Printable (not to be confused with PrintableString)

Newbie question

2000-02-12 Thread Arumugam
Hi , I am new to this mailing list. I have Apache 1.3.9 installed  and working . OS : Windows NT 4 Workstation SP3 Now I got complied the openssl 0.9.4 successfully.   How to proceed further to make the Apache server SSL complaint. ? If you can give me some clue/steps, it will be a great h

New PERL Modules ...

2000-02-12 Thread Massimiliano Pala
Hi all, I've been working for some time on some new PERL module. This is because the current code is not well... structured. These modules try to provide a better interface to often used functions. Also I have added documentation on usage of these modules so it should be easy to understand how t

Re: Please add UTF8STRING to PRINTABLE

2000-02-12 Thread Michael Sierchio
"Rene G. Eberhard (keyon)" wrote: > I haven't checked your patch but UTF8 should defenitely NOT > be interpreted as Printable. UTF8 has the same character > repetoire as Universal. Unicode for example is suppored by > Universal and UTF8. 1) Properly speaking, it's UTF-8 and not UTF8 2)

Re: Please add UTF8STRING to PRINTABLE

2000-02-12 Thread Michael Sierchio
"Rene G. Eberhard (keyon)" wrote: > ...Unicode for example is suppored by > Universal and UTF8. I also meant to point out that UTF-8 supports ASCII, but not EBCDIC, for example (not that I imagine that anyone would want to use the latter...;-)