mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v0.3.3
This commit is contained in:
parent
598c4ba9f7
commit
29cd44077b
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
# APC P15 Tool Changelog
|
||||
|
||||
## [v0.3.3] - 2024.02.04
|
||||
|
||||
Add `--insecurecipher` flag to enable aes128-cbc and 3des-cbc for
|
||||
older devices/firmwares. These ciphers are considered insecure and
|
||||
should be avoided. A better alternative is to update the device
|
||||
firmware if possible.
|
||||
|
||||
|
||||
## [v0.3.2] - 2024.02.04
|
||||
|
||||
Add support for 1,024 bit RSA keys. These are not recommended! RSA
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appVersion = "0.3.2"
|
||||
appVersion = "0.3.3"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
Loading…
Reference in a new issue