Change TLS_server_method() to SSLv23_server_method() because people are still using...
[citadel.git] / webcit-ng / tls.c
2022-01-12 Art CancroChange TLS_server_method() to SSLv23_server_method...
2022-01-10 Art CancroUnified the openssl library initialization code
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...