Commit Graph

104 Commits

Author SHA1 Message Date
Benjamin Fry
c814d4953e update readme to include DoH 2018-10-08 16:11:40 -07:00
Benjamin Fry
ad0fb647e2 update README.md 2018-04-16 23:54:42 -07:00
Riccardo Casatta
e11772d9e5 update README to single workspace and add example with launch and dig query 2018-04-03 08:12:00 -07:00
Benjamin Fry
662fe4879d add .invalid test 2018-01-25 21:37:48 -08:00
Benjamin Fry
3c8dd8dbc3 update RFC section in readme 2017-11-29 22:53:31 -08:00
Benjamin Fry
30861fa276 update changelog for CAA support 2017-11-29 22:53:31 -08:00
Benjamin Fry
7fdb8a3f17 add binary parsers for TLSA 2017-11-12 14:50:21 -08:00
Benjamin Fry
e25b4794c3 fix all coverage report reference 2017-10-27 01:23:42 -07:00
Benjamin Fry
34a656542b reword Readme for Proto library 2017-10-24 07:52:57 -07:00
Benjamin Fry
513228d0a2 fix Readme with Proto reference. 2017-10-24 07:52:57 -07:00
Benjamin Fry
33ab18a8a2 cleanup all features, non-dependency common names 2017-10-13 07:46:48 -07:00
Brian Smith
f1750b0964 Factor out tokio-openssl support to new trust_dns_openssl crate. 2017-10-01 23:45:03 -07:00
Benjamin Fry
094b835bd2 add the pem-to-public-dnskey utility 2017-09-26 23:29:17 -07:00
Benjamin Fry
5cd33c5f90 DNSSec validation support and tests (#173)
* update changelog mentioning DNSSec validation support

* add dnssec tests

* ignore dnssec validation tests (need integration tests)

* fix status name

* fix typo
2017-08-13 01:59:54 -07:00
Benjamin Fry
ab0ee53b69 fix typo on client description 2017-08-12 00:23:30 -07:00
Benjamin Fry
7cee8b56c8 fix resolver link 2017-08-12 00:20:45 -07:00
Benjamin Fry
908099876e fix doc links 2017-08-12 00:19:19 -07:00
Benjamin Fry
39e0ffa240 update readme for more info on other crates 2017-08-12 00:13:52 -07:00
Benjamin Fry
e8cf649c4f require docs (#116)
* partial docs

* documentation for message.rs

* more docs

* all rdata documented

* all client interfaces documented

* get all Server public interfaces documented

* add missed docs for Server

* fix renamed method
2017-04-15 22:05:00 -07:00
Benjamin Fry
7c3cd10ce5 update docs 2017-03-25 19:01:29 -07:00
Benjamin Fry
1e38d34bad Prepare 0.10 release (#99)
* make mtls default off

* comment out the overrides

* fix no-default-features

* remove mtls as option

* clean up unwraps in pkcs12 gen

* update dependencies

* update documentation and readme

* 0.10.0 release

* fix changelog for 0.10.0
2017-03-09 23:23:06 -08:00
Benjamin Fry
1851904ea4 Old client to future (#87)
* restructured SyncClient

* original client now updated to use the ClientFuture
2017-01-16 11:40:37 -08:00
Masayoshi Sekimura
b64bb9e926 Add missing doc link for secure_query 2017-01-12 23:10:01 -08:00
Masayoshi Sekimura
c4cd79c08a Fix typo in README.md
s/runtests.sh/run_tests.sh/
2017-01-12 21:55:21 -08:00
Benjamin Fry
0f696950d9 make direct dependency on MIO optional (#78) 2016-12-21 08:39:25 -08:00
Benjamin Fry
878a14600d moved config_tests out of the server crate 2016-11-10 23:52:37 -08:00
Benjamin Fry
f53a84de3a Update Cargo.toml for 0.8.0 2016-11-03 00:12:50 -07:00
Benjamin Fry
b64db9fefa update documentation links to docs.rs 2016-08-27 22:27:00 -07:00
Benjamin Fry
43f9348bbb fix some doc issues: #37, #39 2016-08-26 21:51:06 -07:00
Benjamin Fry
e2db2aee42 Update README.md 2016-08-18 13:17:29 -07:00
Martín Quiroga
a0ba2ffd51 Update README.md (#26) 2016-07-25 06:06:39 -07:00
Benjamin Fry
407c7df0e1 converted all ftests to use ignore annotation 2016-06-20 23:38:34 -07:00
Benjamin Fry
b91f1f01c6 zone private keys loading 2016-06-20 23:28:34 -07:00
Benjamin Fry
32f0bff0a3 version bump 2016-06-01 23:24:25 -07:00
Benjamin Fry
d4f79c9007 Readme updates for zone signing progress 2016-05-20 21:57:55 -07:00
Benjamin Fry
357c555f20 RRSIG validation back to the root 2016-03-09 22:50:11 -08:00
Benjamin Fry
b1841b2846 fix the coveralls badge 2016-02-21 14:50:19 -08:00
Benjamin Fry
71118f6ef2 Merge branch 'master' of github.com:bluejekyll/trust-dns 2016-02-21 14:48:01 -08:00
Benjamin Fry
d8522ea6aa swap around the status information in the readme 2016-02-21 14:47:35 -08:00
Benjamin Fry
01270fd699 Merge pull request #7 from cmr/master
Relicense to dual MIT/Apache-2.0
2016-02-21 14:42:40 -08:00
Corey Richardson
24a793f20d Relicense to dual MIT/Apache-2.0
Closes https://github.com/bluejekyll/trust-dns/issues/6
2016-01-11 02:45:43 -05:00
Benjamin Fry
2c27c02fed EDNS parsing complete, need to tie into SIG0 2015-12-14 23:49:01 -08:00
Benjamin Fry
3f3ffb568b canonical ordering of Name and fixed \\. bug 2015-11-18 00:10:49 -08:00
Benjamin Fry
f0792d77a0 hashing and pkey signing working 2015-11-15 20:57:59 -08:00
Benjamin Fry
4ef3a64f8b more readme edits 2015-10-18 13:51:12 -07:00
Benjamin Fry
ae9cac0e96 updated readme 2015-10-18 13:45:31 -07:00
Benjamin Fry
59b1b75383 readme updates 2015-10-17 15:33:13 -07:00
Benjamin Fry
7e6cbb78ca Adding DNSCrypt as a goal. 2015-09-17 14:13:01 -07:00
Benjamin Fry
d34957c010 completed switch to mio 2015-09-17 00:22:24 -07:00
Benjamin Fry
1495ca4dd3 Travis status in readme 2015-08-22 11:53:07 -07:00
Benjamin Fry
9999d706b5 Copyright update 2015-08-21 17:29:00 -07:00
Benjamin Fry
a8fe789836 Client written and working, but now need to implement pointer for names, non-consuming data stream 2015-08-18 17:07:45 -07:00
Benjamin Fry
2d2822edc6 Tests for the message Header 2015-08-14 16:28:01 -07:00
Benjamin Fry
a3496cebf3 Initial commit 2015-08-07 19:47:12 -07:00