Releases: mirleft/ocaml-x509
Releases · mirleft/ocaml-x509
1.0.5
1.0.4
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
anddef'
(#177 @hannesm)
1.0.3
1.0.2
1.0.1
The no cstruct release
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
0.16.4
0.16.3
CHANGES:
- Validation: allow self-signed server certificate with BasicConstraints CA=true
(reported by @mbacarella in mirleft/ocaml-tls#446
(lightningnetwork/lnd#5450), fix #161 by @hannesm)
0.16.2
CHANGES:
- Improve parse error message of Authenticator.of_string (mirage/ocaml-git#593
by @dinosaure, mirage/ocaml-git#582 by @reynir)