This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
9
unikernel/duniverse/ocaml-tls/lib/handshake_crypto.mli
Normal file
9
unikernel/duniverse/ocaml-tls/lib/handshake_crypto.mli
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
open State
|
||||
|
||||
val derive_master_secret : Core.tls_before_13 -> session_data -> string -> string list -> Core.master_secret
|
||||
val initialise_crypto_ctx : Core.tls_before_13 -> session_data -> (crypto_context * crypto_context)
|
||||
val finished : Core.tls_before_13 -> Ciphersuite.ciphersuite -> string -> string -> string list -> string
|
||||
|
||||
(** [pseudo_random_function version cipher length secret label seed] *)
|
||||
val pseudo_random_function : Core.tls_before_13 -> Ciphersuite.ciphersuite ->
|
||||
int -> string -> string -> string -> string
|
||||
Loading…
Add table
Add a link
Reference in a new issue