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

Configure Feed

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

Fix merlint lint warnings: missing docs, doc style, test inclusion

Resolve E400 (missing documentation), E410 (bad doc style), E615
(missing test suite), and E616 (use failf) across the monorepo.
Also fix test_timing to reference Requests.Timing instead of
non-existent Http.Timing.

+21
+2
lib/x509.mli
··· 352 352 include Gmap.S with type 'a key = 'a k 353 353 354 354 val pp : t Fmt.t 355 + (** Pretty-printer. *) 355 356 end 356 357 357 358 (** X.509v3 extensions *) ··· 847 848 include Gmap.S with type 'a key = 'a k 848 849 849 850 val pp : t Fmt.t 851 + (** Pretty-printer. *) 850 852 end 851 853 852 854 type request_info = {
+1
tests/test_algorithm.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_asn_grammars.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_authenticator.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_certificate.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_crl.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_distinguished_name.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_extension.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_general_name.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_host.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_key_type.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_ocsp.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_p12.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_pem.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_private_key.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_public_key.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_rc2.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_registry.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_signing_request.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)
+1
tests/test_validation.mli
··· 1 1 val suite : string * unit Alcotest.test_case list 2 + (** Test suite. *)