Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tls.Reader
Sourceval parse_record :
string ->
([ `Record of (Core.tls_hdr * string) * string | `Fragment of string ],
[> `Unexpected of [> `Content_type of int ]
| `Protocol_version of [> `Unknown_record of int * int ]
| `Record_overflow of int ])
result
val parse_certificate_request :
string ->
(Packet.client_certificate_type list * string list, [> `Decode of string ])
result
val parse_certificate_request_1_2 :
string ->
(Packet.client_certificate_type list
* Core.signature_algorithm list
* string list,
[> `Decode of string ])
result
val parse_certificate_request_1_3 :
string ->
(string option * Core.certificate_request_extension list,
[> `Decode of string ])
result
val parse_dh_parameters :
string ->
(Core.dh_parameters * string * string, [> `Decode of string ]) result
val parse_digitally_signed_1_2 :
string ->
(Core.signature_algorithm * string, [> `Decode of string ]) result