On 08/04/2020 18:06, Viktor Dukhovni wrote:
> On Wed, Apr 08, 2020 at 11:47:19AM +0100, Scott Morgan via openssl-users
> wrote:
>
>> Run into an odd issue.
>>
>> Consider the following program, based on the documentation[0], using
>> OpenSSL 1.1.1f
>&
Run into an odd issue.
Consider the following program, based on the documentation[0], using
OpenSSL 1.1.1f
==BEGIN==
#include
#include
#include
int main(int argc, char** argv)
{
BIO *abio;
int res;
abio = BIO_new_accept("");
res = BIO_do_accept(abio);
[EMAIL PROTECTED] wrote:
I am having trouble installing the current openssl on an older
slackware 10.2 linux distribution. As indicated below it came
with a /lib/libcrypt-2.3.5.so dated 2005-09-10
I downloaded and tried to install openssl-0.9.8i.tar.gz
As indicated by the directory listings bel
ro, MSVC++ .NET (7.1)
Scott Morgan
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]
I'm mainly thinking about the data execution prevention (DEP) feature.
As far as I can make out it's all okay.
Scott Morgan
__
OpenSSL Project http://www.openssl.org
User Support Ma
TECTED] on behalf of Scott Morgan
*Sent:* Thu 5/20/2004 7:46 AM
*To:* [EMAIL PROTECTED]
*Subject:* BIO_do_connect fails
I'm new to sockets programming and OpenSSL so I'm expecting this to be a
mistake on my part.
Most the time I'm able to setup basic SSL comms without a problem,
pr
I'm new to sockets programming and OpenSSL so I'm expecting this to be a
mistake on my part.
Most the time I'm able to setup basic SSL comms without a problem,
pretty much following the code in the OpenSSL book. However I've been
running some tests with a lot of repeated open/closing of connect