!r%      !"#$None]X network-simple-tlsGAbstract type representing the configuration settings for a TLS server.Use  to construct a   value, and  to update it.network-simple-tlsGAbstract type representing the configuration settings for a TLS client.Use  or  to obtain a  value.network-simple-tlsGet the system default  for a particular %.:Defaults: No client credentials, system certificate store.See 0 to better understand the default settings used.network-simple-tlsMake defaults .(Certificate chain validation is done by & from the Data.X509.Validation module.:The Server Name Indication (SNI) TLS extension is enabled.4The supported cipher suites are those enumerated by '%, in decreasing order of preference. Secure renegotiation is enabled. Only the TLS 1.1 and TLS 1.2$ protocols are supported by default.7If you are unsatisfied with any of these settings, use  to change them.network-simple-tls)Update advanced TLS client configuration (.See the  Network.TLS module for details.network-simple-tlsA # into the TLS client configuration (.See the  Network.TLS and the lens package for details.network-simple-tls Make default  .4The supported cipher suites are those enumerated by )X, in decreasing order of preference. The cipher suite preferred by the server is used.pSecure renegotiation initiated by the server is enabled, but renegotiation initiated by the client is disabled. Only the TLS 1.1 and TLS 1.2$ protocols are supported by default.7If you are unsatisfied with any of these settings, use  to change them.network-simple-tls)Update advanced TLS server configuration .See the  Network.TLS module for details.network-simple-tlsA # into the TLS server configuration  . See the  Network.TLS and the lens package for details.network-simple-tls~Start a TLS-secured TCP server that accepts incoming connections and handles each of them concurrently, in different threads.JAny acquired network resources are properly closed and discarded when done or in case of exceptions. This function binds a listening socket, accepts an incoming connection, performs a TLS handshake and then safely closes the connection when done or in case of exceptions. You don't need to perform any of those steps manually.network-simple-tlsAAccepts a single incomming TLS-secured TCP connection and use it.A TLS handshake is performed immediately after establishing the TCP connection and the TLS and TCP connections are properly closed when done or in case of exceptions. If you need to manage the lifetime of the connection resources yourself, then use  instead.network-simple-tlsLike a, except it uses a different thread to performs the TLS handshake and run the given computation.network-simple-tls:Connect to a TLS-secured TCP server and use the connectionA TLS handshake is performed immediately after establishing the TCP connection and the TLS and TCP connections are properly closed when done or in case of exceptions. If you need to manage the lifetime of the connection resources yourself, then use  instead.network-simple-tlsLike =, but connects to the destination server over a SOCKS5 proxy.network-simple-tlsCEstalbishes a TCP connection to a remote server and returns a TLS  ) configured on top of it using the given +. The remote end address is also returned.Prefer to use # if you will be using the obtained   within a limited scope.5You need to perform a TLS handshake on the resulting  v before using it for communication purposes, and gracefully close the TLS and TCP connections afterwards using. The  , ! and " can help you with that.network-simple-tlsLike >, but connects to the destination server over a SOCKS5 proxy.network-simple-tlsMake a client-side TLS  2 for the given settings, on top of the given TCP  connected to the remote end.network-simple-tls5Accepts an incoming TCP connection and returns a TLS  * configured on top of it using the given  +. The remote end address is also returned.Prefer to use # if you will be using the obtained   within a limited scope.5You need to perform a TLS handshake on the resulting  v before using it for communication purposes, and gracefully close the TLS and TCP connections afterwards using. The  , ! and " can help you with that.network-simple-tlsMake a server-side TLS  2 for the given settings, on top of the given TCP  connected to the remote end. network-simple-tls%Perform a TLS handshake on the given  T, then perform the given action and at last gracefully close the TLS session using *.UThis function does not close the underlying TCP connection when done. Prefer to use ! or "6 if you need that behavior. Otherwise, you must call + yourself at some point.!network-simple-tlsLike  ;, except it also fully closes the TCP connection when done."network-simple-tls Similar to !>, except it performs the all the IO actions in a new thread.Use this instead of forking !2 yourself, as that won't give the right behavior.#network-simple-tls(Receives decrypted bytes from the given   . Returns , on EOF.Up to 16384* decrypted bytes will be received at once.$network-simple-tlsEncrypts the given strict - and sends it through the  ..network-simple-tlsLike * from the  Network.TLS module, except it ignores /K errors which might happen if the remote peer closes the connection first.0network-simple-tlsMakes an TLS context 1 from a . network-simple-tls % ~ (, -) Identification of the connection consisting of the fully qualified host name for the server (e.g. www.example.com) and an optional suffix.It is important that the hostname part is properly filled for security reasons, as it allow to properly associate the remote side with the given certificate during a handshake.The suffix is used to identity a certificate per service on a specific host. For example, a same host might have different certificates on differents ports (443 and 995). For TCP connections, it's recommended to use: :port, or :service for the blob (e.g., @":443",  ":https"@).network-simple-tls[Credentials to provide to the server if requested. Only credentials matching the server's 2 will be submitted.'Initial credentials can be loaded with 3network-simple-tls*CAs used to verify the server certificate.Use 4+ to obtain the operating system's defaults.network-simple-tlsServer credential.network-simple-tls*CAs used to verify the client certificate.QIf specified, then a valid client certificate will be expected during handshake.Use 4+ to obtain the operating system's defaults.network-simple-tls TLS settings.network-simple-tlsPreferred host to bind.network-simple-tlsService port to bind.network-simple-tlsComputation to run in a different thread once an incomming connection is accepted and a TLS-secured communication is established. Takes the TLS connection context and remote end address.network-simple-tls TLS settings.network-simple-tlsListening and bound socket.network-simple-tlsComputation to run in a different thread once an incomming connection is accepted and a TLS-secured communication is established. Takes the TLS connection context and remote end address.network-simple-tls TLS settings.network-simple-tlsListening and bound socket.network-simple-tlsComputation to run in a different thread once an incomming connection is accepted and a TLS-secured communication is established. Takes the TLS connection context and remote end address.network-simple-tls TLS settings.network-simple-tlsServer hostname.network-simple-tls/Destination server service port name or number.network-simple-tlsComputation to run after establishing TLS-secured TCP connection to the remote server. Takes the TLS connection context and remote end address.network-simple-tls+SOCKS5 proxy server hostname or IP address.network-simple-tls0SOCKS5 proxy server service port name or number.network-simple-tls TLS settings.network-simple-tlsDDestination server hostname or IP address. We connect to this host through6 the SOCKS5 proxy specified in the previous arguments.)Note that if hostname resolution on this S is necessary, it will happen on the proxy side for security reasons, not locally.network-simple-tls/Destination server service port name or number.network-simple-tlsComputation to run after establishing TLS-secured TCP connection to the remote server. Takes the TLS connection that can be used to interact with the destination server, as well as the address of the SOCKS5 server and the address of the destination server, in that order.network-simple-tls TLS settings.network-simple-tlsServer hostname.network-simple-tls#Server service name or port number.network-simple-tls+SOCKS5 proxy server hostname or IP address.network-simple-tls0SOCKS5 proxy server service port name or number.network-simple-tls TLS settings.network-simple-tlsDDestination server hostname or IP address. We connect to this host through6 the SOCKS5 proxy specified in the previous arguments.)Note that if hostname resolution on this S is necessary, it will happen on the proxy side for security reasons, not locally.network-simple-tls/Destination server service port name or number.network-simple-tls Returns the   that can be used to interact with the destination server, as well as the address of the SOCKS5 server and the address of the destination server, in that order.network-simple-tls TLS settings.network-simple-tlsListening and bound socket.%   !"#$% #$ !"  5      !"#$%&'()*+,-./01234567589:;<=:>?@ABCDEFGHBIJKLMNOPQRSTU/network-simple-tls-0.3.1-FSbmlBJ8mQV2xHqFCIjqmaNetwork.Simple.TCP.TLS Control.LensLensTParams&network-2.8.0.0-JgG270TblsEHkvPEAbLhLENetwork.SocketHostName ServiceNameNetwork.Socket.Internal withSocketsDoNetwork.Socket.TypesSocketSockAddr+network-simple-0.4.3-DTzgTRqXI50EzM6QF9nx2HNetwork.Simple.TCPlistenNetwork.Simple.InternalHostHostIPv6HostIPv4HostAnyHostPreferencetls-1.4.1-vQP1i8G1exAVq0bAbYQg4Network.TLS.Context.InternalContextNetwork.TLS.Credentials CredentialsServerSettingsClientSettingsgetDefaultClientSettingsmakeClientSettingsupdateClientParams clientParamsmakeServerSettingsupdateServerParams serverParamsserveaccept acceptForkconnectconnectOverSOCKS5 connectTlsconnectTlsOverSOCKS5makeClientContext acceptTlsmakeServerContextuseTlsuseTlsThenCloseuseTlsThenCloseForkrecvsend-x509-validation-1.6.10-5smnEOheOqhL9ErtT0hyJ5Data.X509.Validation.Types ServiceIDData.X509.ValidationvalidateDefaultNetwork.TLS.Extra.Cipherciphersuite_defaultNetwork.TLS.Parameters ClientParamsciphersuite_strongNetwork.TLS.Corebye contextClosebaseGHC.BaseNothingbytestring-0.10.8.2Data.ByteString.Internal ByteString silentByeForeign.C.ErrorePIPE socketBackendNetwork.TLS.BackendBackend!x509-1.7.4-6uKWa5htL91C1enxz2rq5kData.X509.DistinguishedNameDistinguishedNamecredentialLoadX509(x509-system-1.6.6-KFY3QDSvM0Z9SiOYqyARvxSystem.X509.UnixgetSystemCertificateStore