-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathCHANGELOG
36 lines (22 loc) · 960 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Changelog
### Unreleased
- add `EncryptedAssertion` and ability to decrypt it
## 0.0.18
- Fix typo in `AttributeConsumingServiceIndex` attribute name in AuthnRequest
- Re-export `RequestedAttribute` from metadata module
- Make `service_provider::Error` implement `Clone`
### 0.0.17
- Expose the `ToXml` trait, and make it consistent with libraries like `serde_json`
### 0.0.16
- Add support for basic `RequestedAuthnContext` de-/serialization in `AuthnRequest`
- Add support for Elliptic-curve cryptography
- Use enum for signature and digest algorithm
- Add EntityDescriptorType enum to allow parsing of arbitrarily nested EntityDescriptors and EntitiesDescriptors
### 0.0.15
- Updates dependencies
- Removes bad openssl import that broke builds against recent openssl releases
- Fix failing test due to expired certs
### 0.0.14
- Check blocks against each cert individually (Thanks @janst97)
### 0.0.13
- Ability to serialize logout requests