-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02d9d3f
commit 93776d5
Showing
2 changed files
with
4 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,7 @@ | ||
# Releases | ||
|
||
## Unreleased | ||
|
||
* refactor HkdfMacFactory to accept `SecretKey` types instead of byte array - helps to be compatible with some security frameworks #4 | ||
|
||
### Breaking Change | ||
|
||
The interface HkdfMacFactory changed to accept `SecretKey` and two new methods where added for creating | ||
a secret key from a raw byte source and to return the mac length in bytes. See the default implementation | ||
for details on how to implement this if you need a custom impl. | ||
|
||
## v1.0.2 | ||
|
||
* add OSWAP dependency check plugin to Maven POM #3 | ||
|
||
## v1.0.1 | ||
|
||
* update maven plugins and test dependencies | ||
* switch to maven wrapper | ||
|
||
## v1.0.0 | ||
|
||
* add checkstyle rules | ||
|
||
## v0.4.4 | ||
|
||
* fix signed jar | ||
|
||
## v0.4.3 | ||
|
||
* remove obsolete maven dependencies | ||
|
||
## v0.4.2 | ||
|
||
* make mac factory public | ||
|
||
## v0.4.1 | ||
|
||
* some small bugfixes | ||
|
||
## v0.4.0 | ||
|
||
* change api from `extract(ikm,salt)` to a more RFC compliant `extract(salt,ikm)` (also `extractAndExpand()`) | ||
|
||
## v0.3.0 | ||
|
||
* refactor 'expand' byte handling to use byte buffer | ||
* rename package to `at.favre.lib.crypto` | ||
|
||
## v0.2.1 | ||
|
||
initial version | ||
* initial version | ||
* allows to export rocket chat groups | ||
* supports Slack CSV format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters