Commit Graph

48 Commits (66624b375b6f1ceae446ba09d55f123683506337)

Author SHA1 Message Date
Glenn Strauss 1a325a196c [mod_openssl] use SSL_CTX_set_client_hello_cb()
4 years ago
Mohammed Sadiq 6a988bb0d0 [multiple] cleaner calloc use in SETDEFAULTS_FUNC
4 years ago
Glenn Strauss 99f8ae0d0d [mod_openssl] use 16k static buffer instead of 64k
4 years ago
Glenn Strauss 8efa6a34f4 [mod_openssl] default: ssl.cipher-list = "HIGH"
4 years ago
Glenn Strauss 3e200717cc [mod_openssl] inherit cipherlist from global scope
4 years ago
Glenn Strauss 1542e44bb7 [core] use openssl to read,discard request body
4 years ago
Glenn Strauss 2769f19ad3 [mod_openssl] ssl.privkey directive (optional)
4 years ago
Glenn Strauss b17d3c2407 [mod_openssl] ALPN and acme-tls/1 (fixes #2931)
4 years ago
Glenn Strauss cef6ee675d [core] limit con->uri.authority < 1024 octets
4 years ago
Glenn Strauss 88ee73d0a2 [multiple] perf: simplify chunkqueue_get_memory()
4 years ago
Glenn Strauss a1cda77f9b [mod_openssl] prefer using TLS_server_method()
4 years ago
Glenn Strauss d182e90bb1 [mod_openssl] SSL_read before second SSL_shutdown
4 years ago
Glenn Strauss 89062d8134 [mod_openssl] move SSL_shutdown() to separate func
4 years ago
Glenn Strauss 082b485802 [mod_openssl] wolfSSL does not support SSLv2
5 years ago
Glenn Strauss 0074b6d342 [mod_openssl] add support for wolfSSL
5 years ago
Glenn Strauss 7a7f4f987a [mod_openssl] no renegotiation in TLS 1.3 (fixes #2912)
5 years ago
Glenn Strauss 3dd3cde902 [core] abstraction layer for HTTP header manip
5 years ago
Glenn Strauss a7c27c9f99 [core] code reuse with array_insert_key_value()
5 years ago
Glenn Strauss 76b9b1fa46 [mod_openssl] elliptic curve auto selection (fixes #2833)
5 years ago
Glenn Strauss f90ccdef51 [mod_openssl] minor code cleanup; reduce var scope
5 years ago
Glenn Strauss 06d108855d [mod_openssl] quiet trace from TCP probes (#2784)
5 years ago
Glenn Strauss c09acbeb8a [mod_openssl] ssl.openssl.ssl-conf-cmd (fixes #2758)
5 years ago
Glenn Strauss 1a22ca87f9 [mod_openssl] allow specifying server cert chain (fixes #2692)
5 years ago
Glenn Strauss 35ecd4dd9d [mod_openssl] more pedantic check of return values
5 years ago
Glenn Strauss bfef0907bd [mod_openssl] error if ssl.engine in wrong section (fixes #2837)
5 years ago
Glenn Strauss 77bdaa3a93 [mod_openssl] ssl.read-ahead="disable" by default
5 years ago
Glenn Strauss 0ff8904a72 [mod_openssl] remove erroneous SSL_set_shutdown()
6 years ago
Glenn Strauss 7661587f01 [mod_openssl] copy data for larger SSL packets
6 years ago
Glenn Strauss f4e1357df5 [mod_openssl] ssl.read-ahead="disable" for stream
6 years ago
Glenn Strauss b50aa2df51 quell compiler warnings for -Wimplicit-fallthrough
6 years ago
Glenn Strauss 9fd39690be [mod_openssl] adjust use of ssl.ca-dn-file
6 years ago
Glenn Strauss 8af9e71ccc [core] allow earlier plugin init for SSL/TLS
6 years ago
Glenn Strauss fb87ae8604 [mod_openssl] safer_X509_NAME_oneline() (fixes #2693)
6 years ago
Glenn Strauss 21081c7b72 [mod_openssl] fix compile with openssl 1.1.0
6 years ago
Gaël PORTAY 04d510af20 [mod_openssl] ignore client verification error if not enforced
6 years ago
Glenn Strauss 0399609ac2 [mod_openssl] ssl.ca-dn-file (fixes #2694)
6 years ago
Gaël PORTAY e422ac128a [mod_openssl] ssl.ca-crl-file for CRL (fixes #2319)
6 years ago
Glenn Strauss 86bb8be2c8 [core] perf: skip redundant strlen() if len known
6 years ago
Glenn Strauss a434a3fab0 [mod_openssl] free local_send_buffer at exit
6 years ago
Glenn Strauss 78cc72726d [mod_extforward] support HAProxy "PROXY" protocol (fixes #2804)
6 years ago
Glenn Strauss e33ec75999 [core] save connection-level proto in con->proto
6 years ago
Glenn Strauss 1485cb401b [core] fix crash if invalid config file (fixes #2798)
6 years ago
Glenn Strauss 82501d24f2 [mod_openssl] inherit ssl.* from global scope
6 years ago
Glenn Strauss acc37c1cbc [mod_openssl] use TLS SNI to set host-based certs
6 years ago
Glenn Strauss 20946a8b92 [mod_openssl] allow ssl.verifyclient on url paths (fixes #2245)
6 years ago
Glenn Strauss 8960633dc7 [mod_openssl] move openssl config into mod_openssl
6 years ago
Glenn Strauss bdbea2aea8 [mod_openssl] move openssl code into mod_openssl
6 years ago
Glenn Strauss cb9ebe9fa6 [mod_openssl] new module (preliminary layout)
6 years ago