Commit Graph

  • 18f9100e7f
    Merge 325ee06776 into c1eafaf6d3 Daniel McCarney 2025-02-15 23:13:42 +0000
  • 325ee06776
    pebble: add tls-alpn-01 test coverage Daniel McCarney 2025-02-15 18:11:45 -0500
  • 3d61cf66c5
    pebble: add dns-01 test coverage Daniel McCarney 2025-02-15 18:08:02 -0500
  • b76333d919
    pebble: move ignored tests note to mod level Daniel McCarney 2025-02-15 18:02:25 -0500
  • aa18f28e14
    pebble: lift up common order completion logic Daniel McCarney 2025-02-15 18:00:25 -0500
  • 672b106005
    pebble: pass in identifiers from top-level test Daniel McCarney 2025-02-15 17:46:34 -0500
  • 7c4407dc33
    pebble: lift out verify_cert helper Daniel McCarney 2025-02-15 17:40:27 -0500
  • b8b9ec2331
    pebble: lift out helper for creating an Account Daniel McCarney 2025-02-11 16:54:39 -0500
  • 9f4876ee4f
    pebble: relax tracing_subscriber setup Daniel McCarney 2025-02-11 16:52:15 -0500
  • e04893bc00
    pebble: separate env creation & run steps Daniel McCarney 2025-02-15 17:35:40 -0500
  • 2f2898a9f3
    pebble: assign unique ports per config Daniel McCarney 2025-02-15 17:31:49 -0500
  • 1cbc57af73
    pebble: manage challenge test server config Daniel McCarney 2025-02-15 17:24:14 -0500
  • 60b353e5ba
    pebble: rename Config to PebbleConfig Daniel McCarney 2025-02-15 17:16:46 -0500
  • 91b29ef642
    pebble: use owned types for config Daniel McCarney 2025-02-15 17:12:39 -0500
  • ec98e4e7f8
    pebble: bind ipv4 and ipv6 Daniel McCarney 2025-02-15 17:03:35 -0500
  • 4e231719ad
    test certs: add ::1 IP subject Daniel McCarney 2025-02-11 16:30:39 -0500
  • 87b1771598
    Cargo: update pebble integration test comment Daniel McCarney 2025-01-28 12:11:23 -0500
  • b0525128c0
    wip: test tls-alpn-01 Daniel McCarney 2025-01-28 15:16:57 -0500
  • 34c2a6932c
    wip: add DNS-01 validation test Daniel McCarney 2025-01-28 14:06:40 -0500
  • 61cbcb8778
    wip: use global pebble env Daniel McCarney 2025-01-28 13:23:09 -0500
  • b3ce13d704
    tests: make PebbleEnv constructor non-async Daniel McCarney 2025-01-28 12:18:50 -0500
  • d42e212408
    Cargo: update pebble integration test comment Daniel McCarney 2025-01-28 12:11:23 -0500
  • c1eafaf6d3 pebble: keep verification in the test main Dirkjan Ochtman 2025-01-28 16:50:24 +0100
  • e5327d0915 pebble: use Duration for durations Dirkjan Ochtman 2025-01-28 16:41:19 +0100
  • f795697bff pebble: inline trait bound Dirkjan Ochtman 2025-01-28 16:38:16 +0100
  • 358195a21a pebble: avoid double reference Dirkjan Ochtman 2025-01-28 16:36:32 +0100
  • 5df15d88e0 pebble: inline trivial single use method Dirkjan Ochtman 2025-01-28 16:35:04 +0100
  • 829ab3da70 pebble: initialize HTTP client once Dirkjan Ochtman 2025-01-28 16:32:36 +0100
  • 95af85e798 pebble: use test harness for Pebble tests Dirkjan Ochtman 2025-01-28 16:26:19 +0100
  • 15614f1e87 pebble: simplify config setup Dirkjan Ochtman 2025-01-28 16:18:45 +0100
  • e19a6bb4c2 pebble: use reference to CONFIG Dirkjan Ochtman 2025-01-28 16:03:53 +0100
  • 715a3936ee pebble: detach poll_until_ready() from PebbleEnvironment Dirkjan Ochtman 2025-01-28 16:02:44 +0100
  • a37a186064 pebble: use unwrap_or_else() with allocating expression Dirkjan Ochtman 2025-01-28 16:01:31 +0100
  • d05b630c7e Rename integration test to pebble Dirkjan Ochtman 2025-01-28 15:54:47 +0100
  • a0ca9fd2f1 integration: apply clippy suggestions Dirkjan Ochtman 2025-01-28 17:01:22 +0100
  • dd41be4150
    pebble: keep verification in the test Dirkjan Ochtman 2025-01-28 16:50:24 +0100
  • 3a6e52b6a5
    pebble: use Duration for durations Dirkjan Ochtman 2025-01-28 16:41:19 +0100
  • 3db0fd5d1b
    pebble: inline trait bound Dirkjan Ochtman 2025-01-28 16:38:16 +0100
  • d2833a3f69
    pebble: avoid double reference Dirkjan Ochtman 2025-01-28 16:36:32 +0100
  • 8da56b7c1d
    pebble: inline trivial single use method Dirkjan Ochtman 2025-01-28 16:35:04 +0100
  • 1bf7c89f30
    pebble: initialize HTTP client once Dirkjan Ochtman 2025-01-28 16:32:36 +0100
  • 5092c0435b
    pebble: use test harness for Pebble tests Dirkjan Ochtman 2025-01-28 16:26:19 +0100
  • 055447fcc5
    pebble: simplify config setup Dirkjan Ochtman 2025-01-28 16:18:45 +0100
  • 7d51314b1d
    pebble: use reference to CONFIG Dirkjan Ochtman 2025-01-28 16:03:53 +0100
  • cf0095dc4d
    pebble: detach poll_until_ready() from PebbleEnvironment Dirkjan Ochtman 2025-01-28 16:02:44 +0100
  • e2eea7c9fe
    pebble: use unwrap_or_else() with allocating expression Dirkjan Ochtman 2025-01-28 16:01:31 +0100
  • f00224269c
    Rename integration test to pebble Dirkjan Ochtman 2025-01-28 15:54:47 +0100
  • 288b33a61f
    integration: apply clippy suggestions Dirkjan Ochtman 2025-01-28 17:01:22 +0100
  • b7b4648249 ci: run on *-ci branch pushes Daniel McCarney 2025-01-26 17:04:36 -0500
  • a444b07cef ci: add pebble integration test workflow Daniel McCarney 2025-01-26 17:02:55 -0500
  • af6eafa171 tests: add HTTP-01 pebble integration test Daniel McCarney 2025-01-26 12:40:50 -0500
  • 796627f6c9 examples: simple test PKI and rcgen generator Daniel McCarney 2025-01-27 15:08:14 -0500
  • a625fbf6e0 proj: ignore jetbrains IDE dir Daniel McCarney 2025-01-22 18:19:22 -0500
  • 0b1735dde5
    ci: run on *-ci branch pushes Daniel McCarney 2025-01-26 17:04:36 -0500
  • de2e723b92
    ci: add pebble integration test workflow Daniel McCarney 2025-01-26 17:02:55 -0500
  • d3d3625c44
    tests: add HTTP-01 pebble integration test Daniel McCarney 2025-01-26 12:40:50 -0500
  • b89eb768e0
    examples: simple test PKI and rcgen generator Daniel McCarney 2025-01-27 15:08:14 -0500
  • a6b7edab26
    proj: ignore jetbrains IDE dir Daniel McCarney 2025-01-22 18:19:22 -0500
  • f6aa1582a0 Clarify documentation on external account key encoding Dirkjan Ochtman 2025-01-10 10:27:07 +0100
  • bb5e0c3d46
    Clarify documentation on external account key encoding Dirkjan Ochtman 2025-01-10 10:27:07 +0100
  • 7eef2b0d7d Apply suggestions from clippy 1.83 Dirkjan Ochtman 2024-11-29 09:45:45 +0100
  • d0eef13fff
    Apply suggestions from clippy 1.83 Dirkjan Ochtman 2024-11-29 09:45:45 +0100
  • f45bd2174d Bump MSRV to 1.71 for rustls-native-certs Dirkjan Ochtman 2024-11-22 10:21:10 +0100
  • 95ebe117c4 Update licenses to accomodate unicode-ident 1.0.14 Dirkjan Ochtman 2024-11-22 10:20:39 +0100
  • 61791e128a
    Bump MSRV to 1.71 for rustls-native-certs Dirkjan Ochtman 2024-11-22 10:21:10 +0100
  • 7a6cbcdacd
    Update licenses to accomodate unicode-ident 1.0.14 Dirkjan Ochtman 2024-11-22 10:20:39 +0100
  • e6b2ff7fec Update thiserror requirement from 1.0.30 to 2.0.3 dependabot[bot] 2024-11-11 13:20:32 +0000
  • f46c10c509
    Update thiserror requirement from 1.0.30 to 2.0.3 dependabot[bot] 2024-11-11 13:20:32 +0000
  • 5656412698 Add public fn Account::id 0.7.2 Kevin Wang 2024-10-23 21:47:59 +0800
  • 4d7b8ed484 Add public fn Account::id Kevin Wang 2024-10-23 21:47:59 +0800
  • 7a780148cb Add FUNDING metadata Dirkjan Ochtman 2024-10-10 09:29:46 +0200
  • a984080453
    Add FUNDING metadata Dirkjan Ochtman 2024-10-10 09:29:46 +0200
  • e83836b719 Retry bad nonce errors after generating a new nonce Nick Spain 2024-09-16 09:03:17 +1000
  • 40eab19d48 Retry bad nonce errors after generating a new nonce Nick Spain 2024-09-16 09:03:17 +1000
  • 7bca27f76d move conversion & rename & tidy stackinspector 2024-09-01 00:36:55 +0800
  • 3245712ad3 hyper_rustls_impl stackinspector 2024-09-01 00:29:14 +0800
  • 2c5c489312 fix _response_future param stackinspector 2024-09-01 00:27:35 +0800
  • eea816c0c1 tidy stackinspector 2024-08-31 23:47:27 +0800
  • e2c1a7d943 update deps stackinspector 2024-08-31 23:40:49 +0800
  • 1b417e4a5f replace BytesResponse stackinspector 2024-08-31 23:30:57 +0800
  • 8fbeb78163 _response_future stackinspector 2024-08-31 23:27:56 +0800
  • ad372998fa minimally invasive removal stackinspector 2024-08-31 23:16:05 +0800
  • 643c5859a6 Update links to repository after move Dirkjan Ochtman 2024-08-20 18:11:51 +0200
  • 48f78ef66b
    Update links to repository after move Dirkjan Ochtman 2024-08-20 18:11:51 +0200
  • 810df05933 Update README.md Beau Hartshorne 2024-08-04 12:58:23 -0700
  • b5d8a7bbb3
    Update README.md Beau Hartshorne 2024-08-04 12:58:23 -0700
  • fbe18f697a Bump version to 0.7.2 Dirkjan Ochtman 2024-07-26 10:15:55 +0200
  • 5e567d8892 Bump MSRV to 1.70 (for tokio 1.39) Dirkjan Ochtman 2024-07-26 10:15:43 +0200
  • 7648ebb509 Upgrade example to rcgen 0.13 Dirkjan Ochtman 2024-07-26 10:15:19 +0200
  • f90227429d Upgrade base64 to 0.22 Dirkjan Ochtman 2024-07-26 10:11:59 +0200
  • 59e33ae1a6
    Bump version to 0.7.2 Dirkjan Ochtman 2024-07-26 10:15:55 +0200
  • 8aa4a53919
    Bump MSRV to 1.70 (for tokio 1.39) Dirkjan Ochtman 2024-07-26 10:15:43 +0200
  • 4cc7d77b36
    Upgrade example to rcgen 0.13 Dirkjan Ochtman 2024-07-26 10:15:19 +0200
  • 8136775d1b
    Upgrade base64 to 0.22 Dirkjan Ochtman 2024-07-26 10:11:59 +0200
  • a50af58758 Bump version to 0.7.1 0.7.1 Dirkjan Ochtman 2024-07-16 20:51:58 +0200
  • 24a877d187 Add missing Send bound Dirkjan Ochtman 2024-07-16 20:51:40 +0200
  • 260ef93ae3
    Bump version to 0.7.1 Dirkjan Ochtman 2024-07-16 20:51:58 +0200
  • 0bc3d96f04
    Add missing Send bound Dirkjan Ochtman 2024-07-16 20:51:40 +0200
  • 6d0aee7f22 Describe Cargo features in README 0.7.0 Dirkjan Ochtman 2024-07-16 20:35:30 +0200
  • 7de5a0e796 Bump version to 0.7.0 Dirkjan Ochtman 2024-07-16 11:34:09 +0200