package key-parsers
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=ccf4ba59a9d10f11bda9cc426ceae3a86a75b5ed4b0ff13f49c3a053bf969627
md5=aa90e2f94c280ff7735be1ed7bab080b
CHANGES.md.html
0.7.0
2016-11-28
(This release contains breaking changes)
Fixes CVC EC keys representation (Breaking change)
Accept a range of rsa and ecdsa oids for CVC keys
v0.6.1
2016-11-15
Fixes install
v0.6.0
2016-11-14
Build using
topkg
Add
ppx_deriving.runtime
toMETA
Add support for parsing CVC keys
v0.5.0
2016-08-10
Explicitly define ocaml version
Widen dependencies version ranges
add
ppx_deriving
annotations forord
andyojson
to most of the exposed types inAsn1
andLtpa
v0.4.0
2016-07-25
Accept ECDH and ECMQV OIDs for EC keys AlorithmIdentifier
Add support for encoding/decoding Diffie-Hellman keys
Use
ppx_deriving_yojson
3.0
v0.3.0
2016-03-10
Add converters and compare functions to Asn1.EC
Split Key_parsers content between Asn1 and Ltpa submodules. Breaks compatibility with previous versions.
Add some tests
Decode functions now return ('a, string) Result.result. Breaks compatibility with previous versions.
Add LTPA RSA parsers
v0.2.0
2016-02-15
Add EC keys and parameters parsers
Compile with
-safe-string
v0.1.0
2015-11-27
Initial release