Releases: yomimono/ocaml-certify
Releases · yomimono/ocaml-certify
x509 0.11 compatibility release
v0.3.2
v0.3.1
v0.3.0
CHANGES:
- breaking change:
sign
,selfsign
, andcsr
are now subcommands of acertify
binary. To update your workflow, simply prependcertify
to any command you previously ran. (@reynir) - improvements: allow --key for key filename in
sign
; write to csr.pem by default incsr
. (@yomimono) - maintenance: use newer x509 (v.0.7.0); make opam 2.0-compliant; use dune instead of topkg/ocamlfind; fix tests for some platforms. (@hannesm, @yomimono)
safe-string and new tls/nocrypto compat
maintenance: use newer asn1-combinators, x509, and OCaml; use topkg instead of oasis; add simple tests.
sign, selfsign, csr
Initial release providing sign
, selfsign
, and csr
.