ld: Badly formed hex number: -std1

2001-01-24 Thread Willy Skjæveland
Title: ld: Badly formed hex number: -std1 I'm trying to build OpenSSL (openssl-0.9.6) on Digital Unix 4.0 (OSF1 V4.0 878 alpha) for use with mod_ssl for Apache, but get the following error: --- ... ld: Badly formed hex number: -

Re: Peer certificate in SSL_SESSION structure.

2001-01-24 Thread Geoff Thorpe
On Tue, 23 Jan 2001, Ben Laurie wrote: > IIRC the client certificate is _not_ stored in the session (at least, it > used not to be - Apache-SSL has to work around this in its own caching). I believe it is ... when I wrote the shmcb cache I noticed that things behaved very differently in client-a

Re: Peer certificate in SSL_SESSION structure.

2001-01-24 Thread Lutz Jaenicke
On Wed, Jan 24, 2001 at 09:45:53AM -0800, Geoff Thorpe wrote: > A "standard" (eg. RC4-SHA, 1024-bit RSA, no client-authentication) SSL > session typically encodes to around 130-150 bytes. Introduce > client-certificate authentication into the picture (with no cert-chains, > just a single CA-signed

problems in Engine support for "ubsec" in DSA operations

2001-01-24 Thread Sanjay R. Gogula
Hi All, At present "ubsec" does not support DSA (signing and verification) and RSA (public key and private key processing) operations for larger than 1024-bit. Engine code handles properly for RSA operations for keys larger than 1024 bits. It checks for key lengths larger than 1024 and switching