Re: Common Name and IDNA

2004-06-16 Thread Lev Walkin
Joe Orton wrote: On Sat, Jun 12, 2004 at 07:38:42PM +0200, Gisle Vanem wrote: How is the /CN= supposed to be encoded for a host/domain- name using international characters? In some specified charset (utf8?) or in the ASCII Compatible Encoded form? I ask since in an application here (using libidn),

Re: question on static/dynamic linking engines

2004-06-16 Thread Kevin Stefanik
On Monday 14 June 2004 07:35 pm, Geoff Thorpe wrote: > On June 14, 2004 12:00 pm, Kevin Stefanik wrote: > > I just realized that we may not have been discussing the same issue. > > When I was referring to dynamically or statically linked engines, I was > > referring to how the engines were linked t

Re: question on static/dynamic linking engines

2004-06-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 14 Jun 2004 19:35:08 -0400, Geoff Thorpe <[EMAIL PROTECTED]> said: geoff> On June 14, 2004 12:00 pm, Kevin Stefanik wrote: geoff> > I just realized that we may not have been discussing the same geoff> > issue. When I was referring to dynamically or statical

Re: question on static/dynamic linking engines

2004-06-16 Thread Kevin Stefanik
On Wednesday 16 June 2004 12:20 pm, you wrote: > In message <[EMAIL PROTECTED]> on Mon, 14 Jun 2004 > 19:35:08 -0400, Geoff Thorpe <[EMAIL PROTECTED]> said: > > geoff> On June 14, 2004 12:00 pm, Kevin Stefanik wrote: > geoff> > I just realized that we may not have been discussing the same > geoff>

Re: question on static/dynamic linking engines

2004-06-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 16 Jun 2004 12:30:28 -0400, Kevin Stefanik <[EMAIL PROTECTED]> said: kstef> I think we can make do with a less involved fix, actually, by kstef> just backing out the conditional if the engine still _requires_ kstef> its own copy of the libcrypto code, or, pr

Setting PKCS7 bag attributes?

2004-06-16 Thread Daniel Carroll
Hello, I'm trying to add a custom bag attribute to a PKCS12-encoded file, and after googling the 'net, it appears that OpenSSL currently doesn't support adding arbitrary OIDs to a PKCS7 bag. Is this correct? In particular, I want to add an OID key of 1.3.6.1.4.1.311.17.2 with no data associa

Re: question on static/dynamic linking engines

2004-06-16 Thread Geoff Thorpe
On June 16, 2004 12:46 pm, Richard Levitte - VMS Whacker wrote: > kstef> I think we can make do with a less involved fix, actually, by > kstef> just backing out the conditional if the engine still _requires_ > kstef> its own copy of the libcrypto code, or, preferably, just > kstef> linking to libcr

Re: question on static/dynamic linking engines

2004-06-16 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 16 Jun 2004 19:27:27 -0400, Geoff Thorpe <[EMAIL PROTECTED]> said: geoff> On June 16, 2004 12:46 pm, Richard Levitte - VMS Whacker wrote: geoff> > kstef> I think we can make do with a less involved fix, actually, by geoff> > kstef> just backing out the condi

Re: question on static/dynamic linking engines

2004-06-16 Thread Geoff Thorpe
On June 16, 2004 07:48 pm, Richard Levitte - VMS Whacker wrote: > geoff> Indeed. However one problem with merging > geoff> ENGINE_get_static_state() to 0.9.6-stable is that it requires a > geoff> new exported API symbol in openssl. > > Well, I don't see that as a problem, since we don't have suppor