Commit Graph

  • 660296567b Bump version number to 0.3.1 Dirkjan Ochtman 2023-05-30 10:47:22 +0200
  • d586f9d7f9 Add blanket HttpClient impl for hyper::Client Dirkjan Ochtman 2023-05-31 09:53:43 +0200
  • a812da7162 Make hyper-rustls dependency optional Dirkjan Ochtman 2023-05-30 10:47:10 +0200
  • 3328154955 Expose API to use a different HttpClient implementation Dirkjan Ochtman 2023-05-30 10:38:19 +0200
  • 5accd9a2bf Use trait object for HTTP client implementation Dirkjan Ochtman 2023-05-30 10:19:52 +0200
  • 2fa8b657a6 Bump version for public API change Dirkjan Ochtman 2023-05-17 17:39:43 +0200
  • b4ca9c11be Add support for EAB in newAccount requests picoHz 2023-05-15 17:42:58 +0900
  • c4f715216f Move JoseJson creation logic into new() method Dirkjan Ochtman 2023-05-18 10:49:31 +0200
  • c4a1c29534 Move Signer trait into types module Dirkjan Ochtman 2023-05-18 10:54:19 +0200
  • 92864b03bf Move JSON signing logic from Key to Signer Dirkjan Ochtman 2023-05-18 10:45:44 +0200
  • 48cd0a0ded Defer serialization of JoseJson data Dirkjan Ochtman 2023-05-18 10:42:27 +0200
  • 963ca96aa2 Move signing implementation into Signer trait Dirkjan Ochtman 2023-05-18 10:41:08 +0200
  • df80c1621d Move JSON creation out of Signer trait Dirkjan Ochtman 2023-05-18 10:37:22 +0200
  • 9ceb8c2399 Bump version for public API change Dirkjan Ochtman 2023-05-17 17:39:43 +0200
  • b93aba7534 Add support for EAB in newAccount requests picoHz 2023-05-15 17:42:58 +0900
  • 79bd94e853 Move JoseJson creation logic into new() method Dirkjan Ochtman 2023-05-18 10:49:31 +0200
  • 78039f4f67 Move Signer trait into types module Dirkjan Ochtman 2023-05-18 10:54:19 +0200
  • 3ce6f9a914 Move JSON signing logic from Key to Signer Dirkjan Ochtman 2023-05-18 10:45:44 +0200
  • 69b48f9570 Defer serialization of JoseJson data Dirkjan Ochtman 2023-05-18 10:42:27 +0200
  • 3b1d6b9dba Move signing implementation into Signer trait Dirkjan Ochtman 2023-05-18 10:41:08 +0200
  • eebec73f61 Move JSON creation out of Signer trait Dirkjan Ochtman 2023-05-18 10:37:22 +0200
  • 14ab61fee3 Style fix picoHz 2023-05-16 15:38:59 +0900
  • d109dd3cd8 Add support for EAB in newAccount requests picoHz 2023-05-15 17:42:58 +0900
  • 11551dedf4 Only check library target for MSRV Dirkjan Ochtman 2023-05-12 13:38:02 +0200
  • 09ca3a31e3 Only check library target for MSRV Dirkjan Ochtman 2023-05-12 13:38:02 +0200
  • c9a7b9da52 cargo fmt dvdsk 2023-04-23 18:07:41 +0200
  • 9f9c6e48fe add comment to prevent regressing PR #17 dvdsk 2023-04-23 17:23:11 +0200
  • 4668bc35ca
    cargo fmt dvdsk 2023-04-23 18:07:41 +0200
  • 0a4e0e627c
    add comment to prevent regressing PR #17 dvdsk 2023-04-23 17:23:11 +0200
  • 3257747d6b emit Problem::check error even if no url found David Kleingeld 2023-04-23 11:41:47 +0200
  • 1a9ce194b7 Annotate Api::Problem error with thiserror::transparent David Kleingeld 2023-04-23 12:39:55 +0200
  • 25afbb4149
    Annotate Api::Problem error with thiserror::transparent David Kleingeld 2023-04-23 12:39:55 +0200
  • f3661546e7
    emit Problem::check error even if no url found David Kleingeld 2023-04-23 11:41:47 +0200
  • f0a2b4ef36 Bump version to 0.2.1 Dirkjan Ochtman 2023-04-03 10:16:46 +0200
  • f0932a7b55 Upgrade hyper-rustls to 0.24 Dirkjan Ochtman 2023-04-03 10:16:35 +0200
  • 49ae8430a3 Bump version to 0.2.1 Dirkjan Ochtman 2023-04-03 10:16:46 +0200
  • f8a61a211b Upgrade hyper-rustls to 0.24 Dirkjan Ochtman 2023-04-03 10:16:35 +0200
  • 60096a1f0e Bump version to 0.2.0 Dirkjan Ochtman 2023-03-15 16:30:53 +0100
  • 0cc77ff2ca Postpone certificate retrieval until order is valid Dirkjan Ochtman 2023-03-15 16:27:40 +0100
  • a2d4129201 Maintain OrderState within Order type Dirkjan Ochtman 2023-03-15 16:26:52 +0100
  • e862798622 Bump version to 0.2.0 Dirkjan Ochtman 2023-03-15 16:30:53 +0100
  • 66009effe5 Postpone certificate retrieval until order is valid Dirkjan Ochtman 2023-03-15 16:27:40 +0100
  • 305f473b64 Maintain OrderState within Order type Dirkjan Ochtman 2023-03-15 16:26:52 +0100
  • 652c4815ec Remove hiring notice from README Dirkjan Ochtman 2023-01-30 13:34:32 +0100
  • 76e54cb578 Remove hiring notice from README Dirkjan Ochtman 2023-01-30 13:34:32 +0100
  • d20568be25 Bump MSRV to 1.64 due to clap Dirkjan Ochtman 2023-01-27 10:18:33 +0100
  • 77e435ca01 Apply clippy suggestions for 1.67 Dirkjan Ochtman 2023-01-27 10:12:56 +0100
  • d17924e863 Bump MSRV to 1.64 due to clap Dirkjan Ochtman 2023-01-27 10:18:33 +0100
  • 1613f0a1d0 Apply clippy suggestions for 1.67 Dirkjan Ochtman 2023-01-27 10:12:56 +0100
  • f53d2882bd Bump version to 0.1.3 Dirkjan Ochtman 2023-01-09 10:58:36 +0100
  • a438e48f02 Bump base64 dependency to 0.21 Dirkjan Ochtman 2023-01-09 10:58:14 +0100
  • 3de344ff38 Bump version to 0.1.3 Dirkjan Ochtman 2023-01-09 10:58:36 +0100
  • e87ec9a45f Bump base64 dependency to 0.21 Dirkjan Ochtman 2023-01-09 10:58:14 +0100
  • 642363f8da
    build(deps): update base64 requirement from 0.13.0 to 0.20.0 dependabot[bot] 2022-12-14 20:26:36 +0000
  • 72bfbe9af7 Bump edition and set rust-version Nicholas Rempel 2022-12-14 12:04:09 -0800
  • 7aabf7ec57 Remove example from README.md Nicholas Rempel 2022-12-14 11:03:35 -0800
  • 485b771ca3 Add certificate provisioning example Nicholas Rempel 2022-11-29 16:17:58 -0800
  • 093bc34015 Bump edition and set rust-version Nicholas Rempel 2022-12-14 12:04:09 -0800
  • e0931de2dd Remove example from README.md Nicholas Rempel 2022-12-14 11:03:35 -0800
  • 8ae1386bf7 Add certificate provisioning example Nicholas Rempel 2022-11-29 16:17:58 -0800
  • d47be239ff tmp revocation-bin Nicholas Rempel 2022-11-30 10:47:34 -0800
  • 583e181140 Add certificate provisioning example Nicholas Rempel 2022-11-29 16:17:58 -0800
  • 9a041d5569 Bump version to 0.1.1 Dirkjan Ochtman 2022-11-15 10:11:31 +0100
  • 60ed0983a7 Rename to_bytes() to digest() Dirkjan Ochtman 2022-11-15 10:11:13 +0100
  • 8c0a179cc9 Document challenge types in specific methods Dirkjan Ochtman 2022-11-15 10:10:52 +0100
  • b87f572719 Create constructor for KeyAuthorization Dirkjan Ochtman 2022-11-15 10:03:10 +0100
  • f34971b3e8 Move KeyAuthorization into crate root Dirkjan Ochtman 2022-11-15 10:00:57 +0100
  • 1f42c1e5a2 Allow direct access to SHA-256 digest of KeyAuthorization Sajjad Pourali 2022-11-13 00:06:11 -0500
  • b1944a83ba
    Removed unnecessary indent Sajjad Pourali 2022-11-14 11:50:43 -0500
  • 6807d2d6dc
    Add a new line in RFC references for KeyAuthorization Sajjad Pourali 2022-11-14 11:15:40 -0500
  • e08e76d258
    change to_bytes signature that yelds AsRef<[u8]> Sajjad Pourali 2022-11-14 11:10:44 -0500
  • 47a554631b
    rename tls_value to to_bytes for TLS challenges Sajjad Pourali 2022-11-14 10:57:31 -0500
  • 493ff9d96d
    tls_value added to KeyAuthorization for TLS-ALPN-01 Sajjad Pourali 2022-11-13 00:06:11 -0500
  • 37223c1a62 Apply clippy suggestions Dirkjan Ochtman 2022-08-12 18:33:16 +0200
  • 5d00cce6a7 Apply clippy suggestions Dirkjan Ochtman 2022-08-12 18:33:16 +0200
  • 1e4dbf33f5 Bump MSRV to 1.56.1 due to MSRV update in hashbrown 0.12.1 Dirkjan Ochtman 2022-06-23 12:13:28 +0200
  • 3ca11c1e8f Bump MSRV to 1.56.1 due to MSRV update in hashbrown 0.12.1 Dirkjan Ochtman 2022-06-23 12:13:28 +0200
  • 789137d799 Add a hiring notice to the README Dirkjan Ochtman 2022-05-12 22:40:29 +0200
  • 278863c322 Fix the crate name Dirkjan Ochtman 2022-05-12 22:29:35 +0200
  • 236d9461c6 Add a hiring notice to the README Dirkjan Ochtman 2022-05-12 22:40:29 +0200
  • d67a8d36fe Fix the crate name Dirkjan Ochtman 2022-05-12 22:29:35 +0200
  • b7dd9c4dc0 Add API documentation Dirkjan Ochtman 2022-05-12 14:17:31 +0200
  • 5b33409f41 Add some example code Dirkjan Ochtman 2022-05-12 11:21:22 +0200
  • e8e5087d86 Add Apache 2.0 license file Dirkjan Ochtman 2022-05-12 11:01:50 +0200
  • 3e2d470729 Add a README Dirkjan Ochtman 2022-05-12 11:00:43 +0200
  • 1cf7c81f6b Make LetsEncrypt::url() const Dirkjan Ochtman 2022-05-12 10:36:04 +0200
  • 895d580ece Downgrade to 2018 edition for compatibility Dirkjan Ochtman 2022-05-12 10:21:12 +0200
  • e5cb50f428 Add .gitignore Dirkjan Ochtman 2022-05-12 10:19:45 +0200
  • 86f17e0f84 Add CI configuration Dirkjan Ochtman 2022-05-12 10:19:26 +0200
  • f47f55c251 Add Cargo metadata Dirkjan Ochtman 2022-05-12 10:16:28 +0200
  • e2fd691ed4 Allow crate to be published Dirkjan Ochtman 2022-05-12 10:12:26 +0200
  • 6c8f91e935 Add API documentation Dirkjan Ochtman 2022-05-12 14:17:31 +0200
  • 6af225551b Add some example code Dirkjan Ochtman 2022-05-12 11:21:22 +0200
  • 151def7f1e Add Apache 2.0 license file Dirkjan Ochtman 2022-05-12 11:01:50 +0200
  • e58f0837cd Add a README Dirkjan Ochtman 2022-05-12 11:00:43 +0200
  • 3e528d559a Make LetsEncrypt::url() const Dirkjan Ochtman 2022-05-12 10:36:04 +0200
  • b6d718cc11 Downgrade to 2018 edition for compatibility Dirkjan Ochtman 2022-05-12 10:21:12 +0200
  • 6894528226 Add .gitignore Dirkjan Ochtman 2022-05-12 10:19:45 +0200
  • 50a07ea546 Add CI configuration Dirkjan Ochtman 2022-05-12 10:19:26 +0200
  • 7ee4d56e45 Add Cargo metadata Dirkjan Ochtman 2022-05-12 10:16:28 +0200