Skip to content

Instantly share code, notes, and snippets.

View jselbie's full-sized avatar

John Selbie jselbie

View GitHub Profile
@darrenjs
darrenjs / ssl_server_nonblock.c
Last active July 17, 2024 01:30
OpenSSL example using memory BIO with non-blocking socket IO
/*
This file had now been added to the git repo
https://github.com/darrenjs/openssl_examples
... which also includes a non blocking client example.
-------------------------------------------------------------------------------
ssl_server_nonblock.c -- Copyright 2017 Darren Smith -- MIT license