Replaced all instances of SSLv23_server_method() with TLS_server_method()
[citadel.git] / webcit-ng / tls.c
2022-01-10 Art CancroReplaced all instances of SSLv23_server_method() with...
2022-01-08 Art CancroNew ctx change semantics in WebCit-NG
2022-01-07 Art Cancroremoved some unused variables
2022-01-07 Art Cancrossl_ctx = SSL_CTX_new(SSLv23_server_method()) instead...
2022-01-05 Art CancroWhen checking to see whether we have to rebind a new...