[no subject]

2002-04-28 Thread Dr. Najam Perwaiz
Please Remove my name from the list.

0.9.7 20020427 snapshot errors on Win32

2002-04-28 Thread Jeffrey Altman
cl /Fotmp32dll\s3_pkt.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /O b2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll -DOPENSSL_NO_IDEA -DZLIB -DOPENSSL_THREADS -DDSO_WIN32 -DKRB5_MIT -D

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Lutz Jaenicke
On Sun, Apr 28, 2002 at 08:07:43PM +0100, Dr S N Henson wrote: > By default the code ultimately uses the old X509_NAME_print function to > display DNs. This results in the weirdness mentioned and all manner of > odd output if the DN contains things like BMPStrings. > > X509_NAME_print is only ret

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Dr S N Henson
Lutz Jaenicke wrote: > > On Fri, Apr 26, 2002 at 12:38:05PM +0200, Robert Joop wrote: > > `x509 -noout -text` prints inconsistent output. > > > > ...> openssl x509 -noout -text -in old.pem | grep Issuer: > > Issuer: [EMAIL PROTECTED], CN=CA UCO, O=Universidad de Cordoba, C=ES > > ...> ope

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sun, 28 Apr 2002 19:59:33 +0200, Lutz Jaenicke <[EMAIL PROTECTED]> said: Lutz.Jaenicke> On Fri, Apr 26, 2002 at 12:38:05PM +0200, Robert Joop wrote: Lutz.Jaenicke> > `x509 -noout -text` prints inconsistent output. Lutz.Jaenicke> > Lutz.Jaenicke> > ...> openssl

Re: DH parameters from http://www.ietf.org/internet-drafts/draft-iet f-ipsec-ike-modp-groups-04.txt return DH_NOT_SUITABLE_GENERATOR

2002-04-28 Thread Nils Larsch
Hi Ben, [...] > Note that RFC 2412 says: "Note that 2 is technically not a generator in > the number theory sense, because it omits half of the possible residues > mod P. From a cryptographic viewpoint, this is a virtue.", which is > precisely the type of generator I use for Lucre. To check for t

[STATUS] OpenSSL (Sun 28-Apr-2002)

2002-04-28 Thread OpenSSL Project
OpenSSL STATUS Last modified at __ $Date: 2002/04/26 08:28:28 $ DEVELOPMENT STATE o OpenSSL 0.9.7: Under development... o OpenSSL 0.9.6c: Released on December 21st, 2001 o OpenSSL 0.9.6b: Released on July

Re: strangeness in `x509 -noout -text` output

2002-04-28 Thread Lutz Jaenicke
On Fri, Apr 26, 2002 at 12:38:05PM +0200, Robert Joop wrote: > `x509 -noout -text` prints inconsistent output. > > ...> openssl x509 -noout -text -in old.pem | grep Issuer: > Issuer: [EMAIL PROTECTED], CN=CA UCO, O=Universidad de Cordoba, C=ES > ...> openssl x509 -noout -text -in new.pem

Re: Adding cipher code

2002-04-28 Thread Lutz Jaenicke
On Fri, Apr 26, 2002 at 02:29:46PM +0700, Satria Bakti (13297096) wrote: > I'm working on integrating new cipher suite in 0.9.7, > and now I come to part where I have to put my block > algorithm code in crypto/ directory. > > Is there any guidelines/hints on how to put my cipher > code there ? C