Commit 69667d0
authored
Release 0.3.2 ‘Based on a True Story.’ (#140)
New
* Add ASPA support to JSON input and output. ([#132] by [@devsnek])
* ASPA JSON compatibility with krill & routinator ([#134] by [@ember-ana])
* The `json` can now use the native TLS implementations of Windows and
macOS. This needs to be enabled during compile time through the
`native-tls` feature and then for a unit through the new `native-tls`
option. When enabled, this uses TLS via OpenSSL rather than Rustls on
other systems. ([#137])
* The `json` unit can now be forced to stick to TLS 1.2 or less via the
new `tls-12` option. ([#137])
Bug fixes
* Fix rtr-tls target having certificate and key options reversed. ([#133]
by [@ember-ana])
* Fixes to RTR handling via [rpki-rs 0.18.6].
* The `working-dir` option was accidentally used as the path for the PID
file. Now the `pid-file` option is used as intended. (via
[daemonbase 0.1.3])
Other changes
* The minimum supported Rust version is now 1.81. ([#138])1 parent e2fbbe2 commit 69667d0
4 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments