22 Commits

Author SHA1 Message Date
Jimmy Cuadra
6ffd73b312 Make Error::new private to the crate. 2019-07-08 18:51:15 -07:00
Jimmy Cuadra
c0d10881a2 Implement Clone and PartialEq for all types.
See https://github.com/briansmith/ring/issues/859 for background.
2019-07-08 18:47:11 -07:00
Jimmy Cuadra
e3b453c468 Add rustfmt and clippy to CI and address clippy warnings. 2019-06-02 19:12:05 -07:00
Jimmy Cuadra
b15f7a1c07 Update dependencies. 2019-04-08 16:52:20 -07:00
Jonas Platte
163a555a17 Update doc tests to Rust 2018, remove unnecessary main declaration from them 2019-01-13 22:30:12 +01:00
Jonas Platte
61e1ebb4cb Configure rustfmt for nested imports, re-run 'cargo fmt' 2019-01-08 20:01:29 +01:00
Jimmy Cuadra
6ff12a74d2 Run rustfmt and add it to CI runs. 2018-12-07 17:29:14 -08:00
Jimmy Cuadra
9f478a1d51 Use Rust 2018 edition idioms. 2018-12-07 17:20:59 -08:00
Jonas Platte
1334fc37e5 Remove unused mut 2018-11-09 11:28:36 +01:00
Jonas Platte
86135ddeb0 Update base64 to latest version 2018-11-09 11:20:56 +01:00
Brian Smith
23e0121125 Update to *ring* 0.9.4.
'
2017-05-08 17:38:03 -10:00
Jimmy Cuadra
fbc1960ab9 Replace rustc-serialize with base64. Fixes #2. 2017-04-24 00:13:57 -07:00
Jimmy Cuadra
e63b0fbcd5 Update ring to 0.7 and serde to 1.0. 2017-04-20 22:41:59 -07:00
Jimmy Cuadra
ca1aeace5b Update to serde 0.9, ring 0.6.2, and url 1.4. 2017-01-26 00:52:00 -08:00
Jimmy Cuadra
e2d1bc2cf1 Verify JSON via a top level function that delegates to a Verifier. 2016-12-11 15:54:48 -08:00
Jimmy Cuadra
c4665ade9e Add more tests. 2016-12-10 17:27:58 -08:00
Jimmy Cuadra
1c0379b59c Add Signatures type. 2016-12-10 11:33:30 -08:00
Jimmy Cuadra
348b6e2941 Move signing to a top-level function. 2016-12-10 10:47:12 -08:00
Jimmy Cuadra
b080a934fb Switch to *ring* for crypto and flesh out the API. 2016-12-10 04:02:22 -08:00
Jimmy Cuadra
e6b7179c28 Add SignatureSet. 2016-10-09 14:15:58 -07:00
Jimmy Cuadra
68fccbddd6 Use a SigningKey to produce a Signature. 2016-10-09 08:16:53 -07:00
Jimmy Cuadra
9827fd3cab ruma-signatures 2015-12-04 06:16:23 -08:00