8000 Releases · yomimono/ocaml-certify · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: yomimono/ocaml-certify

x509 0.11 compatibility release

16 Jul 17:18
Compare
Choose a tag to compare

v0.3.2

02 Nov 22:23
Compare
Choose a tag to compare

CHANGES:

  • maintenance: use newer yet x509 (v0.8.0) (@hannesm)

v0.3.1

30 Sep 17:07
Compare
Choose a tag to compare

CHANGES:

  • maintenance: use newer x509 (v0.7.1) (@hannesm)

v0.3.0

26 Jul 21:41
Compare
Choose a tag to compare

CHANGES:

  • breaking change: sign, selfsign, and csr are now subcommands of a certify binary. To update your workflow, simply prepend certify to any command you previously ran. (@reynir)
  • improvements: allow --key for key filename in sign; write to csr.pem by default in csr. (@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

24 Dec 05:02
Compare
Choose a tag to compare

maintenance: use newer asn1-combinators, x509, and OCaml; use topkg instead of oasis; add simple tests.

sign, selfsign, csr

13 Dec 18:06
Compare
Choose a tag to compare

Initial release providing sign, selfsign, and csr.

0