RE: [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2014-08-15 Thread Salz, Rich
Ugh, you're right. Re-opening this. BIO sockets are a tangle that will take some time to figure out. -- Principal Security Engineer Akamai Technologies, Cambridge MA IM: rs...@jabber.me Twitter: RichSalz

Re: [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2014-08-15 Thread Roumen Petrov via RT
Rich Salz via RT wrote: > SO_REUSEADDR is done. It is not activated in ocsp.c . The rest is fixed in 1.+ [SNIP] __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2004-03-04 Thread Roumen Petrov via RT
evp_md = EVP_get_digestbynid(rkey->type) return: - DSA key: same as EVP_dss1() - RSA key: NULL - OBJ_nid2sn(rkey->type) return "rsaEncryption" Richard Levitte - VMS Whacker wrote: >In message <[EMAIL PROTECTED]> on Fri, 27 Feb 2004 14:00:24 +0100 (MET), "Stephen >Henson via RT" <[EMAIL PROTE

Re: [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2004-02-27 Thread Richard Levitte - VMS Whacker via RT
In message <[EMAIL PROTECTED]> on Fri, 27 Feb 2004 15:22:13 +0100 (MET), "Stephen Henson via RT" <[EMAIL PROTECTED]> said: rt> > So basically, you're saying that the following would be the right rt> > thing to do: rt> > rt> > evp_md = EVP_get_digestbynid(rkey->type); rt> > rt> rt> Yes it wo

Re: [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2004-02-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 27 Feb 2004 15:22:13 +0100 (MET), "Stephen Henson via RT" <[EMAIL PROTECTED]> said: rt> > So basically, you're saying that the following would be the right rt> > thing to do: rt> > rt> > evp_md = EVP_get_digestbynid(rkey->type); rt> > rt> rt> Yes it wou

Re: [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2004-02-27 Thread Richard Levitte - VMS Whacker via RT
In message <[EMAIL PROTECTED]> on Fri, 27 Feb 2004 14:00:24 +0100 (MET), "Stephen Henson via RT" <[EMAIL PROTECTED]> said: rt> rt> [levitte - Fri Feb 27 00:04:45 2004]: rt> rt> > I noticed the EVP_dss1() hack, and am pondering about something a bit rt> > mkore generic. Could you test if the

Re: [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2004-02-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 27 Feb 2004 14:00:24 +0100 (MET), "Stephen Henson via RT" <[EMAIL PROTECTED]> said: rt> rt> [levitte - Fri Feb 27 00:04:45 2004]: rt> rt> > I noticed the EVP_dss1() hack, and am pondering about something a bit rt> > mkore generic. Could you test if the f