Commit Graph

  • a8d9d306f3 Bump version to 0.2.0 Dirkjan Ochtman 2023-12-18 11:03:56 +0100
  • e5ffac17b3 Upgrade to tokio-rustls 0.25 Dirkjan Ochtman 2023-12-11 14:45:15 +0100
  • 7d96c114e8 Bump version to 0.2.0 Dirkjan Ochtman 2023-12-18 11:03:56 +0100
  • 1fe9af972f Upgrade to tokio-rustls 0.25 Dirkjan Ochtman 2023-12-11 14:45:15 +0100
  • 1291a27d5f
    Update tokio-rustls requirement from 0.24 to 0.25 dependabot[bot] 2023-12-11 13:26:52 +0000
  • 363124f45d
    Update rustls-native-certs requirement from 0.6.3 to 0.7.0 dependabot[bot] 2023-12-04 13:04:47 +0000
  • 26c4bb4d4c Verify MSRV in CI Dirkjan Ochtman 2023-10-25 22:42:06 +0200
  • 4392e1cb5a Bump MSRV to 1.61 (for instant-xml) Dirkjan Ochtman 2023-10-25 22:42:00 +0200
  • 01ae10ce53 Apply clippy suggestion Dirkjan Ochtman 2023-10-25 22:39:45 +0200
  • 4aae031f44 Bump instant-xml to 0.4 Dirkjan Ochtman 2023-10-25 22:38:55 +0200
  • 14b0a1a589 Verify MSRV in CI Dirkjan Ochtman 2023-10-25 22:42:06 +0200
  • 8af42f72c2 Bump MSRV to 1.61 (for instant-xml) Dirkjan Ochtman 2023-10-25 22:42:00 +0200
  • 782b0b7876 Apply clippy suggestion Dirkjan Ochtman 2023-10-25 22:39:45 +0200
  • 5fd9e149a5 Bump instant-xml to 0.4 Dirkjan Ochtman 2023-10-25 22:38:55 +0200
  • d590eb6a6a Make RustlsConnector public again Dirkjan Ochtman 2023-08-02 16:33:43 +0200
  • 02675a6455 Make RustlsConnector public again Dirkjan Ochtman 2023-08-02 16:33:43 +0200
  • 454e879d08 Use rustls-native-certs as the root store Dirkjan Ochtman 2023-07-31 16:44:03 +0200
  • 1eff89bd32 Rename feature to rustls Dirkjan Ochtman 2023-08-02 15:31:45 +0200
  • ed73ff546f Fix compilation with --no-default-features Dirkjan Ochtman 2023-08-02 15:30:52 +0200
  • 989be7819d Use rustls-native-certs as the root store Dirkjan Ochtman 2023-07-31 16:44:03 +0200
  • faa70bc285 Rename feature to rustls Dirkjan Ochtman 2023-08-02 15:31:45 +0200
  • 6074a17ea3 Fix compilation with --no-default-features Dirkjan Ochtman 2023-08-02 15:30:52 +0200
  • 1ae3cc0164
    Update webpki-roots requirement from 0.24 to 0.25 dependabot[bot] 2023-07-31 13:44:10 +0000
  • c1b118f378 Avoid deprecated rustls API Dirkjan Ochtman 2023-07-24 10:42:33 +0200
  • f18e94e995 Avoid deprecated rustls API Dirkjan Ochtman 2023-07-24 10:42:33 +0200
  • 3da5ab62d2 Update webpki-roots requirement from 0.23 to 0.24 dependabot[bot] 2023-07-10 13:36:59 +0000
  • 46d99f6674
    Update webpki-roots requirement from 0.23 to 0.24 dependabot[bot] 2023-07-10 13:36:59 +0000
  • b862d49c53
    Remove misleading error log line (#22) Rudi Floren 2023-06-29 15:02:44 +0200
  • 8c0a175e98
    Remove misleading error log line Rudi Floren 2023-06-29 14:31:00 +0200
  • 76ad8db313
    Secdns ergonomic (#21) kmkaplan 2023-04-21 14:28:15 +0200
  • 3d769256ef [secDNS] style Kim Minh Kaplan 2023-04-21 09:49:36 +0000
  • 7527214bdc [secDNS ergonomic] `DsDataType::new()` accepts `Into<Cow<'_, str>>`. Kim Minh Kaplan 2023-04-21 06:34:47 +0000
  • 0093a44f00 [secDNS] Change `Extension::Response` to `NoExtension` Kim Minh Kaplan 2023-04-21 06:12:56 +0000
  • 976fd2c002
    [secDNS] EPP <create> command (#20) kmkaplan 2023-04-18 15:57:57 +0200
  • 77b504afb3 [secDNS] cosmetic Kim Minh Kaplan 2023-04-18 13:55:45 +0000
  • 7312a13012 [secDNS] remove unused stuff intended for FromXml Kim Minh Kaplan 2023-04-18 13:48:02 +0000
  • 29b22764f7 [secDNS] Apply @djc's review. Kim Minh Kaplan 2023-04-18 13:45:31 +0000
  • a5d3f14f5b [secDNS] apply clippy lint Kim Minh Kaplan 2023-04-18 13:39:13 +0000
  • fc284ac1e0 [secDNS] Make a type Flags for the DNSKEY flags. Kim Minh Kaplan 2023-04-18 13:28:59 +0000
  • 35ca98dc26 [secDNS] Make a type Protocol for the DNSKEY protocol. Kim Minh Kaplan 2023-04-18 12:58:28 +0000
  • 80cca2d240 [secDNS] fix typo: ECDSA → Ecdsa. Kim Minh Kaplan 2023-04-18 12:40:43 +0000
  • bb65470b6e [secDNS] Simply ToXml implementations Kim Minh Kaplan 2023-04-18 12:38:52 +0000
  • 0584d231cb [secDNS] Make a type DigestAlgorithm for the DS digest type Kim Minh Kaplan 2023-04-18 12:36:18 +0000
  • 3b0dea4ee3 [secDNS] fix typo: RSASHA1 → RsaSha1 Kim Minh Kaplan 2023-04-18 12:18:54 +0000
  • 087efc2cb1 Apply cargo fmt. Kim Minh Kaplan 2023-04-18 12:16:25 +0000
  • 1979f43afa [secDNS] Make a type Algorithm for the DNSKEY algorithm Kim Minh Kaplan 2023-04-18 12:15:58 +0000
  • 6081b54877 [secDNS] EPP <create> command Kim Minh Kaplan 2023-04-17 12:01:38 +0000
  • c0e58dec04 Warn when not using Self Dirkjan Ochtman 2023-04-14 10:14:57 +0200
  • 5371ba573a Warn on unreachable_pub lint Dirkjan Ochtman 2023-04-14 10:13:36 +0200
  • fbcb74c2fc Warn when not using Self Dirkjan Ochtman 2023-04-14 10:14:57 +0200
  • edd851db16 Warn on unreachable_pub lint Dirkjan Ochtman 2023-04-14 10:13:36 +0200
  • 7024bcd7a5
    Frnic contact create (#16) kmkaplan 2023-04-14 10:10:06 +0200
  • e2feada62b [FRNIC] run cargo fmt Kim Minh Kaplan 2023-04-12 14:01:52 +0000
  • 1fe66616b7 [FRNIC] re-export `contact::ContactCreate` Kim Minh Kaplan 2023-04-12 13:56:38 +0000
  • 5da9c8697f [FRNIC] Use more descriptive names for `Association` fields Kim Minh Kaplan 2023-04-12 13:31:09 +0000
  • 9a0ff3cdee [FRNIC] Move free functions into methods. Kim Minh Kaplan 2023-04-12 09:28:07 +0000
  • cfd371dc49 [FRNIC] Apply clippy lint large_enum_variant Kim Minh Kaplan 2023-04-12 06:41:46 +0000
  • 93deb841ef [FRNIC] Merge the structs `ContactCreatePp` and `ContactCreateCorporation` into the single enum `CreateData` Kim Minh Kaplan 2023-04-12 06:35:10 +0000
  • dff3db4281 [FRNIC] rename `contac::Asso` to `contact::Association` Kim Minh Kaplan 2023-04-11 09:19:02 +0000
  • f79c6da993 [FRNIC] cargo fmt Kim Minh Kaplan 2023-04-07 13:16:11 +0000
  • a73a7774ef [FRNIC] rename functions and structs to avoid "frnic" stuttering. Kim Minh Kaplan 2023-04-07 13:00:35 +0000
  • 849820f66c [FRNIC] the frnic:legalStatus element can *not* have another name Kim Minh Kaplan 2023-04-07 09:52:53 +0000
  • b7ac73e037 [FRNIC] update documentation links to the latest and english version Kim Minh Kaplan 2023-04-07 09:10:47 +0000
  • 4c67212824 [FRNIC] Extension to create corporation and non profit contact Kim Minh Kaplan 2023-04-04 12:23:20 +0000
  • b6f8f7e760 [FRNIC] rename FrnicContactCreate to FrnicContactCreatePp Kim Minh Kaplan 2023-04-04 07:27:32 +0000
  • 78d5c35b74 [FRNIC] Extension to create physical person contact. Kim Minh Kaplan 2023-04-03 14:07:52 +0000
  • 1b6a774232 Order derive implementations alphabetically. Kim Minh Kaplan 2023-04-03 09:53:46 +0000
  • 1451ffb8e5 Make contact's organization, province, postal code and voice optional. Kim Minh Kaplan 2023-04-03 09:20:33 +0000
  • f64e47a6a1 Order derive implementations alphabetically. Kim Minh Kaplan 2023-04-03 09:53:46 +0000
  • 8d63814cf3 Make contact's organization, province, postal code and voice optional. Kim Minh Kaplan 2023-04-03 09:20:33 +0000
  • bf5b444ff7 Upgrade tokio-rustls to 0.24 Dirkjan Ochtman 2023-04-03 10:34:14 +0200
  • 9ee3511f03 Upgrade tokio-rustls to 0.24 Dirkjan Ochtman 2023-04-03 10:34:14 +0200
  • 6551749b77
    Do not emit empty `svcExtension` XML element (#12) kmkaplan 2023-03-31 15:31:01 +0200
  • d8307c3304 Avoid `svc_ext` and `ext_uris` bindings Kim Minh Kaplan 2023-03-31 12:04:26 +0000
  • 083e85d2dc Fix typo in test name Kim Minh Kaplan 2023-03-31 11:32:10 +0000
  • 10b32ef605 [bugfix] Login::new(): do not emit a svcExtension element if ext_uris is None or empty. Kim Minh Kaplan 2023-03-31 09:48:32 +0000
  • 604b778e17 Test that the login command with no service extensions omits svcExtension [issue #11] Kim Minh Kaplan 2023-03-31 08:55:47 +0000
  • c5bc07b157 Upgrade to instant-xml 0.3 Dirkjan Ochtman 2023-03-21 16:41:46 +0100
  • 0787709b48 Upgrade to instant-xml 0.3 Dirkjan Ochtman 2023-03-21 16:41:46 +0100
  • e42b953052 Expose poll module Dirkjan Ochtman 2023-03-02 17:47:16 +0100
  • f18e47e38a Export poll::PollData from the crate root Dirkjan Ochtman 2023-03-02 17:27:54 +0100
  • c2b4420877 Expose poll module Dirkjan Ochtman 2023-03-02 17:47:16 +0100
  • fcce9c312d Export poll::PollData from the crate root Dirkjan Ochtman 2023-03-02 17:27:54 +0100
  • 0901fab3d7 Remove Message prefixes from poll types Dirkjan Ochtman 2023-03-02 15:45:24 +0100
  • 0c6283fbf4 Provide more precise types for poll/ack commands Dirkjan Ochtman 2023-03-02 15:38:48 +0100
  • f5ea188fbb Move poll module to the top level Dirkjan Ochtman 2023-03-02 15:27:45 +0100
  • 10eedb6045 Merge poll and ack modules Dirkjan Ochtman 2023-03-02 15:25:51 +0100
  • 2855a5ec49 Remove Message prefixes from poll types Dirkjan Ochtman 2023-03-02 15:45:24 +0100
  • ddbd42c751 Provide more precise types for poll/ack commands Dirkjan Ochtman 2023-03-02 15:38:48 +0100
  • 7b48340058 Move poll module to the top level Dirkjan Ochtman 2023-03-02 15:27:45 +0100
  • 135825a8e9 Merge poll and ack modules Dirkjan Ochtman 2023-03-02 15:25:51 +0100
  • f2194c818c Use enum type to represent host::Status Dirkjan Ochtman 2023-03-02 14:08:02 +0100
  • 96268d9528 Use enum type to represent contact::Status Dirkjan Ochtman 2023-03-02 14:01:49 +0100
  • cd92b45156 Use enum type to represent domain::Status Dirkjan Ochtman 2023-03-02 13:49:54 +0100
  • 01a9b6ceb8 Clean up debugging cruft Dirkjan Ochtman 2023-03-02 14:00:55 +0100
  • ed08b7e434 Use enum type to represent host::Status Dirkjan Ochtman 2023-03-02 14:08:02 +0100
  • ab3a6a8424 Use enum type to represent contact::Status Dirkjan Ochtman 2023-03-02 14:01:49 +0100
  • a8b0098a35 Use enum type to represent domain::Status Dirkjan Ochtman 2023-03-02 13:49:54 +0100
  • 712ee724af Clean up debugging cruft Dirkjan Ochtman 2023-03-02 14:00:55 +0100
  • ef2abd64c6 Clean up XML entities in doc strings Dirkjan Ochtman 2023-03-02 14:27:26 +0100