Joe Orton
Joe Orton
Merges: 1828172 1862968 1863191 1867878 1867882 1867968 1867971 1869421 1874491 1874511 1879119 1879136 1879860 1881459 1881559 1867970
**Describe the bug** A few deprecation warnings when building against OpenSSL 3.0 should be addressed: ``` ne_md5.c: In function 'ne_md5_create_ctx': ne_md5.c:377:5: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 377...
Currently the docs are the only thing still hosted on webdav.org, these need to be moved to either github.io or somewhere else (readthedocs.io? difficult to convert from docbook to markdown)
``` Make ne_ssl_trust_default_ca a noop for non-SSL sessions, like ne_ssl_trust_cert. * src/ne_gnutls.c (ne_ssl_trust_default_ca), src/ne_openssl.c (ne_ssl_trust_default_ca): Noop for non-SSL session. * test/ssl.c (nonssl_trust): Test that ne_ssl_trust_default_ca() is a noop for non-SSL...