Commit Graph

37 Commits

Author SHA1 Message Date
Nicholas Rempel d47be239ff tmp 2022-11-30 10:47:34 -08:00
Nicholas Rempel 583e181140 Add certificate provisioning example 2022-11-29 16:25:38 -08:00
Dirkjan Ochtman 9a041d5569 Bump version to 0.1.1 2022-11-15 10:11:31 +01:00
Dirkjan Ochtman 60ed0983a7 Rename to_bytes() to digest() 2022-11-15 10:11:13 +01:00
Dirkjan Ochtman 8c0a179cc9 Document challenge types in specific methods 2022-11-15 10:10:52 +01:00
Dirkjan Ochtman b87f572719 Create constructor for KeyAuthorization 2022-11-15 10:03:10 +01:00
Dirkjan Ochtman f34971b3e8 Move KeyAuthorization into crate root 2022-11-15 10:00:57 +01:00
Sajjad Pourali 1f42c1e5a2 Allow direct access to SHA-256 digest of KeyAuthorization
This is used directly for the TLS-ALPN-01 challenge type.
2022-11-15 09:54:12 +01:00
Dirkjan Ochtman 37223c1a62 Apply clippy suggestions 2022-08-12 18:38:08 +02:00
Dirkjan Ochtman 1e4dbf33f5 Bump MSRV to 1.56.1 due to MSRV update in hashbrown 0.12.1 2022-06-23 20:27:24 +02:00
Dirkjan Ochtman 789137d799 Add a hiring notice to the README 2022-05-12 13:47:16 -07:00
Dirkjan Ochtman 278863c322 Fix the crate name 2022-05-12 22:45:33 +02:00
Dirkjan Ochtman b7dd9c4dc0 Add API documentation 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman 5b33409f41 Add some example code 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman e8e5087d86 Add Apache 2.0 license file 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman 3e2d470729 Add a README 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman 1cf7c81f6b Make LetsEncrypt::url() const 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman 895d580ece Downgrade to 2018 edition for compatibility 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman e5cb50f428 Add .gitignore 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman 86f17e0f84 Add CI configuration 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman f47f55c251 Add Cargo metadata 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman e2fd691ed4 Allow crate to be published 2022-05-12 21:47:01 +02:00
Dirkjan Ochtman 82daaac525 acme: simplify account serialization handling 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman 8082166924 acme: reduce unnecessary cloning 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman 5be34c546c acme: inline nonce handling 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman 40a561ffb5 acme: switch from reqwest to hyper 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman 3e64360c59 acme: move Problem extraction into associated function 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman 827c3baa6a acme: move post() implementation into Client 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman 8604aa483e acme: define trait to abstract over signer types 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman bed1565783 acme: move Client construction into associated function 2022-05-12 10:00:26 +02:00
Dirkjan Ochtman e4ef9955a3 acme: align Authorization type with RFC structure 2022-04-22 09:44:54 +02:00
Dirkjan Ochtman 8433cd143f rust: apply clippy suggestions from 1.60 2022-04-07 21:16:37 +02:00
Nicholas Rempel faa660a6d1 acme: Make acme logs more verbose 2022-02-15 12:21:30 -08:00
Dirkjan Ochtman 8b8ade0cb3 acme: move more logic into library 2022-02-09 10:11:28 -08:00
Dirkjan Ochtman a04cf7c618 acme: clean up unnecessary lint suppression 2022-02-09 10:11:28 -08:00
Dirkjan Ochtman d4b617cce7 epoxide: retry ACME provisioning 2022-02-08 12:50:40 -08:00
Dirkjan Ochtman 0060778f15 rust: initial implementation of an ACME client 2022-01-28 11:37:57 +01:00