Skip to content

Commit

Permalink
Update the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhashinee committed May 29, 2024
1 parent cc4f114 commit ac9304a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added
- [Implement the support for reading private/public keys from the content](https://github.com/ballerina-platform/ballerina-library/issues/6513)

## [2.7.1] - 2024-05-14

### Added
- [Introduce new APIs to support ML-DSA (Dilithium) and ML-KEM (Kyber) post-quantum crypto algorithms](https://github.com/ballerina-platform/ballerina-library/issues/6201)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ private static Object getPrivateKey(BString keyFilePath, Object keyPassword) {
}
}

private static Object getPrivateKeyInfo(Object keyPassword, Object obj) throws
IOException, PKCSException {
private static Object getPrivateKeyInfo(Object keyPassword, Object obj) throws IOException, PKCSException {
PrivateKeyInfo privateKeyInfo;
JcaPEMKeyConverter converter = new JcaPEMKeyConverter();
if (obj instanceof PEMEncryptedKeyPair) {
Expand Down

0 comments on commit ac9304a

Please sign in to comment.