[openssl-dev] [openssl.org #3980] [PATCH] Fix BIO_get_accept_socket so that "port-only" input works on FreeBSD

2016-06-23 Thread Rich Salz via RT
https://github.com/openssl/openssl/pull/359 Closing ticket. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3980 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3980] [PATCH] Fix BIO_get_accept_socket so that port-only input works on FreeBSD

2015-08-04 Thread Adam Eijdenberg via RT
Please refer to linked PR: https://github.com/openssl/openssl/pull/359 Without this fix an OCSP responder started as openssl ocsp -port xxx will cause openssl s_server -status calls to hang on FreeBSD. I'm not 100% sure this is the right overall fix... my knowledge here is weak, but it is