diff options
Diffstat (limited to 'Master/tlpkg/tlperl0/lib/auto/Net/SSLeay/autosplit.ix')
-rwxr-xr-x | Master/tlpkg/tlperl0/lib/auto/Net/SSLeay/autosplit.ix | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl0/lib/auto/Net/SSLeay/autosplit.ix b/Master/tlpkg/tlperl0/lib/auto/Net/SSLeay/autosplit.ix new file mode 100755 index 00000000000..48af6553b06 --- /dev/null +++ b/Master/tlpkg/tlperl0/lib/auto/Net/SSLeay/autosplit.ix @@ -0,0 +1,78 @@ +# Index created by AutoSplit for blib\lib\Net\SSLeay.pm +# (file acts as timestamp) +package Net::SSLeay; +sub want_nothing ; +sub want_read ; +sub want_write ; +sub want_X509_lookup ; +sub open_tcp_connection ; +sub open_proxy_tcp_connection ; +sub debug_read ; +sub ssl_read_all ; +sub tcp_read_all ; +sub ssl_write_all ; +sub tcp_write_all ; +sub ssl_read_until ($;$$); +sub tcp_read_until ; +sub ssl_read_CRLF ($;$); +sub tcp_read_CRLF ; +sub ssl_write_CRLF ($$); +sub tcp_write_CRLF ; +sub dump_peer_certificate ($); +sub randomize (;$$); +sub new_x_ctx ; +sub sslcat ; +sub tcpcat ; +sub tcpxcat ; +sub https_cat ; +sub http_cat ; +sub httpx_cat ; +sub set_cert_and_key ($$$); +sub set_server_cert_and_key ($$$); +sub set_proxy ($$;**); +sub make_form ; +sub make_headers ; +sub do_httpx3 ; +sub do_https3 ; +sub do_httpx2 ; +sub do_https2 ; +sub do_httpx4 ; +sub do_https4 ; +sub get_https ; +sub post_https ; +sub put_https ; +sub head_https ; +sub get_https3 ; +sub post_https3 ; +sub put_https3 ; +sub head_https3 ; +sub get_https4 ; +sub post_https4 ; +sub put_https4 ; +sub head_https4 ; +sub get_http ; +sub post_http ; +sub put_http ; +sub head_http ; +sub get_http3 ; +sub post_http3 ; +sub put_http3 ; +sub head_http3 ; +sub get_http4 ; +sub post_http4 ; +sub put_http4 ; +sub head_http4 ; +sub get_httpx ; +sub post_httpx ; +sub put_httpx ; +sub head_httpx ; +sub get_httpx3 ; +sub post_httpx3 ; +sub put_httpx3 ; +sub head_httpx3 ; +sub get_httpx4 ; +sub post_httpx4 ; +sub put_httpx4 ; +sub head_httpx4 ; +sub do_https ; +1; |