upstream: github.com/mirleft/ocaml-tls
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-tls: fix E617 suite naming conventions

+2 -2
+1 -1
test/test_packet.ml
··· 531 531 @ rw_handshake_cstruct_data_tests @ rw_handshake_client_hello_tests 532 532 @ rw_handshake_server_hello_tests 533 533 534 - let suite = [ ("reader_writer", readerwriter_tests) ] 534 + let suite = [ ("packet", readerwriter_tests) ]
+1 -1
test/test_tls_crypto.ml
··· 831 831 ("x25519", `Quick, x25519); 832 832 ] 833 833 834 - let suite = [ ("key extraction and derivation", tests) ] 834 + let suite = [ ("tls_crypto", tests) ]