index
:
gun.git
1.3.x
http2-websocket
http3
master
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gun_tls_proxy.erl
Age
Commit message (
Expand
)
Author
2020-09-21
Initial success for h2 CONNECT -> https CONNECT -> https
Loïc Hoguin
2020-09-21
Add gun_tunnel_up message to HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
First working HTTPS over secure HTTP/2
Loïc Hoguin
2020-03-28
Disable the gun_tls_proxy EUnit tests
Loïc Hoguin
2020-03-27
Increase the gun_tls_proxy tests timeout
Loïc Hoguin
2019-09-22
Further consolidation of TLS handshakes
Loïc Hoguin
2019-09-22
Initial support for Socks5
Loïc Hoguin
2019-08-05
Don't link gun_tls_proxy process to the ssl process
Loïc Hoguin
2019-07-26
Add tls_handshake events for CONNECT through TLS proxies
Loïc Hoguin
2019-04-24
Fix Dialyzer warnings
Loïc Hoguin
2019-04-24
Prevent ssl:setopts from blocking gun_tls_proxy
Loïc Hoguin
2019-04-22
Use ssl:ssl_accept/2 in tests to support OTP 20+
Loïc Hoguin
2019-04-22
Make gun_tls_proxy work for HTTP/2 connections
Loïc Hoguin
2019-04-22
Make gun_tls_proxy a gen_statem
Loïc Hoguin
2019-04-19
Integrate gun_tls_proxy into gun proper
Loïc Hoguin
2019-03-25
Add the gun_tls_proxy transport for TLS over TLS support
Loïc Hoguin