Skip to content

Commit

Permalink
Merge pull request #385 from schlenk/changelog
Browse files Browse the repository at this point in the history
Fix Changelog once more
  • Loading branch information
schlenk authored Jun 28, 2017
2 parents b06637f + 689aa00 commit 12e69ef
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,19 @@ The format is based on the [KeepAChangeLog] project.

### Changed
- [#318]: `oic.utils.authn.saml` raises `ImportError` on import if optional `saml2` dependency is not present.
- [#325]: `oic.oic.claims_match` implementation refactored.
- [#374]: Made the to_jwe/from_jwe methods of Message accept list of keys value of parameter keys.
- [#324]: Make the Provider `symkey` argument optional.

### Fixed
- [#369]: The AuthnEvent object is now serialized to JSON for the session.
- [#373]: Made the standard way the default when dealing with signed JWTs without 'kid'. Added the possibility to override this behavior if necessary.

### Security
- [#363]: Fixed IV reuse for CookieDealer class. Replaced the encrypt-then-mac construction with a proper AEAD (AES-SIV).

[#324]: https://github.com/OpenIDC/pyoidc/pull/324
[#369]: https://github.com/OpenIDC/pyoidc/pull/369
[#363]: https://github.com/OpenIDC/pyoidc/issue/363

## 0.10.0.1 [UNRELEASED]

### Changed
- [#325]: `oic.oic.claims_match` implementation refactored.
- [#368]: `oic.oauth2.Client.construct_AccessTokenRequest()` as well as `oic.oic.Client` are now able to perform proper Resource Owner Password Credentials Grant
- [#374]: Made the to_jwe/from_jwe methods of Message accept list of keys value of parameter keys.

### Fixed
- [#362]: Fix bad package settings URL
- [#358]: Fixed claims_match
- [#313]: Catch exception correctly
- [#319]: Fix sanitize on strings starting with "B" or "U"
- [#330]: Fix client_management user input being eval'd under Python 2
- [#358]: Fixed claims_match
- [#362]: Fix bad package settings URL
- [#369]: The AuthnEvent object is now serialized to JSON for the session.
- [#373]: Made the standard way the default when dealing with signed JWTs without 'kid'. Added the possibility to override this behavior if necessary.

### Security
- [#349]: Changed crypto algorithm used by `oic.utils.sdb.Crypt` for token encryption to Fernet. Old stored tokens are incompatible.
Expand All @@ -46,11 +32,15 @@ The format is based on the [KeepAChangeLog] project.
[#319]: https://github.com/OpenIDC/pyoidc/pull/319
[#324]: https://github.com/OpenIDC/pyoidc/pull/324
[#325]: https://github.com/OpenIDC/pyoidc/pull/325
[#330]: https://github.com/OpenIDC/pyoidc/issues/330
[#349]: https://github.com/OpenIDC/pyoidc/issues/349
[#358]: https://github.com/OpenIDC/pyoidc/pull/358
[#362]: https://github.com/OpenIDC/pyoidc/pull/362
[#363]: https://github.com/OpenIDC/pyoidc/issue/363
[#368]: https://github.com/OpenIDC/pyoidc/issues/368
[#369]: https://github.com/OpenIDC/pyoidc/pull/369
[#373]: https://github.com/OpenIDC/pyoidc/pull/373
[#374]: https://github.com/OpenIDC/pyoidc/pull/374

## 0.10.0.0 [2017-03-28]

Expand Down

0 comments on commit 12e69ef

Please sign in to comment.