-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGELOG
108 lines (73 loc) · 2.99 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
acme-client (0.5.3)
[LIB]
* Use latest version of error-chain crate (0.12).
-- Onur Aslan <[email protected]> Fri, 17 Aug 2018 00:59:50 +0300
acme-client (0.5.2)
[LIB]
* Use latest version of openssl crate (0.10).
-- Onur Aslan <[email protected]> Sun, 04 Mar 2018 22:43:43 +0300
acme-client (0.5.1)
[LIB]
* Implement save_intermediate_certificate for SignedCertificate.
* Add helper module and make helpers public.
[CLI]
* Add ability to get domain names from CSR when user provides a CSR with
`--domain-csr` or `-C` command line options. `--domain` command line option
will be ignored when a CSR provided. (Closes: #20)
* Add option to save intermediate certificate and make `-c` to save
signed certificate chain. `-o` option only saves signed certificate now
and `-c` will save signed certificate chain. (Closes: #19)
* Add --directory option to sign and revoke subcommands.
* Improve help messages for sign subcommand.
* Rename `--domain-csr` option to `--csr`.
* Rename `-S` short option to `-r` for `SAVE_DOMAIN_CSR`.
* Add `genkey` and `gencsr` subcommands.
-- Onur Aslan <[email protected]> Wed, 28 Feb 2018 19:23:47 +0300
acme-client (0.5.0)
[LIB]
* `cli` feature has been added. This feature is enabled by default and it
will build few additional dependencies used in CLI. Disable
default features if you are using acme-client as a library.
[CLI]
* letsencrypt-rs is deprecated and merged with acme-client crate in order
to avoid ISRG trademark violation. (Closes: #25)
* Remove workspace and move everything to src directory.
-- Onur Aslan <[email protected]> Tue Feb 13 01:20:45 2018 +0300
acme-client (0.4.5)
[LIB]
* Update LETSENCRYPT_AGREEMENT_URL.
-- Onur Aslan <[email protected]> Sun Nov 19 15:55:23 2017 +0300
acme-client (0.4.4)
[LIB]
* Drop rustc-serialize in favor of serde and base64.
* Use latest version of error-chain.
-- Onur Aslan <[email protected]> Sat Oct 14 20:54:06 2017 +0300
acme-client (0.4.3)
[LIB]
* Use reqwest-0.6.
* Fix typo in documentation.
[CLI]
* Do not return error code if there is no subcommand provided.
* Write long description if any error occurs.
-- Onur Aslan <[email protected]> Wed May 31 19:35:39 2017 +0300
acme-client (0.4.2)
[LIB]
* Remove unwraps from examples.
* Replace openssl's deprecated hash method for hash2.
[MISC]
* Add TOC to documentation.
-- Onur Aslan <[email protected]> Sat May 6 12:40:06 2017 +0300
acme-client (0.4.1)
[LIB]
* Add links to types in documentation.
* Implement token and key_authorization methods for Challenge.
* Implement get_tls_sni_challenge for Authorization.
-- Onur Aslan <[email protected]> Sat Apr 15 13:10:42 2017 +0300
acme-client (0.4.0)
[LIB]
* Implement entirely new interface to use library.
[CLI]
* Move letsencrypt-rs to it's own directory and use workspace.
* letsencrypt-rs can work with multiple --domain command line arguments now.
-- Onur Aslan <[email protected]> Fri Apr 7 13:12:16 2017 +0300
# vim: filetype=debchangelog