package letsencrypt-mirage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
ACME implementation in OCaml for MirageOS
Install
dune-project
Dependency
Authors
Maintainers
Sources
letsencrypt-2.0.0.tbz
sha256=9d0d4a3c4d1793137933e645945c262dc6cdcaff8ad6f6630c30ec900423d1c3
sha512=dda4c7cd00ea700aea038bd3245ae51300cf51a1dd56f3afc3928d6f29a680a8a3fa367fa7aef7c6cb1883bb6b235287c12a9263af14be75ba5e4367db17895a
doc/letsencrypt-mirage.http-server/LE_http_server/Make/Paf/TLS/index.html
Module Paf.TLSSource
type error = [ | `Read of TCP.error| `Tls_alert of Tls.Packet.alert_type| `Tls_failure of Tls.Engine.failure| `Write of TCP.write_error
]type write_error = [ | `Closed| `Read of TCP.error| `Tls_alert of Tls.Packet.alert_type| `Tls_failure of Tls.Engine.failure| `Write of TCP.write_error
]val pp_error : error Fmt.tval pp_write_error : write_error Fmt.tSource
val reneg :
?authenticator:X509.Authenticator.t ->
?acceptable_cas:X509.Distinguished_name.t list ->
?cert:Tls.Config.own_cert ->
?drop:bool ->
flow ->
(unit,
[ `Closed
| `Msg of string
| `Read of TCP.error
| `Tls_alert of Tls.Packet.alert_type
| `Tls_failure of Tls.Engine.failure
| `Write of TCP.write_error ])
result
Lwt.tSource
val key_update :
?request:bool ->
flow ->
(unit,
[ `Closed
| `Msg of string
| `Read of TCP.error
| `Tls_alert of Tls.Packet.alert_type
| `Tls_failure of Tls.Engine.failure
| `Write of TCP.write_error ])
result
Lwt.tSource
val client_of_flow :
Tls.Config.client ->
?host:[ `host ] Domain_name.t ->
TCP.flow ->
(flow, write_error) result Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>