Skip to content

Releases: mirleft/ocaml-x509

1.0.5

28 Oct 20:32
Compare
Choose a tag to compare

CHANGES:

  • Removed links to nqsb (we're no longer in charge of that domain)
    (6398b0c)

1.0.4

29 Sep 18:43
Compare
Choose a tag to compare

CHANGES:

  • breaking change Allow decoding of negative serial numbers (#177 @hannesm)
    Now, serial returns the entire (integer) value as a string - previously the
    potentially leading 0 byte was removed. So:
    -serial d795 49bd 1a67 1751
    +serial 00d7 9549 bd1a 6717 51
    fixes in 38cc70a and #179 (#178 @dinosaure)
  • Add alternate SHA1RSA OID 1.3.14.3.2.29 (#176 @mefyl)
  • Allow custom pretty printers for unknown X509 extensions (#175 @reynir)
  • Minor code cleanups: remove unused algorithms, remove def and def'
    (#177 @hannesm)

1.0.3

04 Sep 16:43
Compare
Choose a tag to compare

CHANGES:

1.0.2

25 Aug 14:21
Compare
Choose a tag to compare

CHANGES:

1.0.1

06 Aug 14:15
Compare
Choose a tag to compare

CHANGES:

  • Speedup PEM decoding and encoding significantly (@hannesm #170)

The no cstruct release

20 Jul 13:52
387f2ba
Compare
Choose a tag to compare

What's Changed

  • Fix mixup of subject and hash in error message by @reynir in #165
  • Use string instead of cstruct by @dinosaure in #167
  • Rename Authenticator.server_{cert,key}_fingerprint by @reynir in #164
  • Add Certificate.fold_decode_pem_multiple by @art-w in #169

New Contributors

Full Changelog: v0.16.5...v1.0.0

0.16.5

03 Jul 18:55
Compare
Choose a tag to compare

CHANGES:

0.16.4

13 Feb 13:07
Compare
Choose a tag to compare

CHANGES:

  • Adapt to mirage-crypto-rng 0.11.0 API changes (#162 @hannesm)

0.16.3

04 Feb 16:47
Compare
Choose a tag to compare

CHANGES:

0.16.2

05 Oct 11:27
Compare
Choose a tag to compare

CHANGES: