|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.27.0](https://github.com/parallaxsecond/parsec-interface-rs/tree/0.27.0) (2022-09-09) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/0.26.0...0.27.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Strongify wire header serialization [\#115](https://github.com/parallaxsecond/parsec-interface-rs/issues/115) |
| 10 | +- Validate hash length for psa\_sign\_hash [\#107](https://github.com/parallaxsecond/parsec-interface-rs/issues/107) |
| 11 | +- Find a way to represent deprecated primitives [\#33](https://github.com/parallaxsecond/parsec-interface-rs/issues/33) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- Release prep 0.27.0 [\#132](https://github.com/parallaxsecond/parsec-interface-rs/pull/132) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) |
| 16 | +- Use psa-crypto with updated zeroize [\#131](https://github.com/parallaxsecond/parsec-interface-rs/pull/131) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) |
| 17 | +- Fix clippy warnings and ignore those under generated ops [\#130](https://github.com/parallaxsecond/parsec-interface-rs/pull/130) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) |
| 18 | +- Feature/33 represent check deprecated primitives [\#129](https://github.com/parallaxsecond/parsec-interface-rs/pull/129) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) |
| 19 | +- Configure bincode used in wire header serialization/deserialization [\#128](https://github.com/parallaxsecond/parsec-interface-rs/pull/128) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) |
| 20 | + |
| 21 | +## [0.26.0](https://github.com/parallaxsecond/parsec-interface-rs/tree/0.26.0) (2022-02-15) |
| 22 | + |
| 23 | +[Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/0.25.0...0.26.0) |
| 24 | + |
| 25 | +**Implemented enhancements:** |
| 26 | + |
| 27 | +- Add key attestation operations [\#124](https://github.com/parallaxsecond/parsec-interface-rs/pull/124) ([ionut-arm](https://github.com/ionut-arm)) |
| 28 | + |
| 29 | +**Merged pull requests:** |
| 30 | + |
| 31 | +- Prepare for 0.26.0 release [\#126](https://github.com/parallaxsecond/parsec-interface-rs/pull/126) ([ionut-arm](https://github.com/ionut-arm)) |
| 32 | +- Merge can-do-crypto branch into main [\#125](https://github.com/parallaxsecond/parsec-interface-rs/pull/125) ([anta5010](https://github.com/anta5010)) |
| 33 | +- Merge origin/main into can-do-crypto [\#123](https://github.com/parallaxsecond/parsec-interface-rs/pull/123) ([anta5010](https://github.com/anta5010)) |
| 34 | +- Add PsaCipherEncrypt and PsaCipherDecrypt operations [\#122](https://github.com/parallaxsecond/parsec-interface-rs/pull/122) ([akazimierskigl](https://github.com/akazimierskigl)) |
| 35 | +- Upgrade prost to 0.8.0 [\#121](https://github.com/parallaxsecond/parsec-interface-rs/pull/121) ([hug-dev](https://github.com/hug-dev)) |
| 36 | +- Added the changes required for the CanDoCrypto operation. [\#120](https://github.com/parallaxsecond/parsec-interface-rs/pull/120) ([Kakemone](https://github.com/Kakemone)) |
| 37 | +- Update CHANGELOG [\#119](https://github.com/parallaxsecond/parsec-interface-rs/pull/119) ([hug-dev](https://github.com/hug-dev)) |
| 38 | + |
3 | 39 | ## [0.25.0](https://github.com/parallaxsecond/parsec-interface-rs/tree/0.25.0) (2021-08-03)
|
4 | 40 |
|
5 | 41 | [Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/0.24.0...0.25.0)
|
|
111 | 147 | - Re-export `uuid` crate [\#51](https://github.com/parallaxsecond/parsec-interface-rs/issues/51)
|
112 | 148 | - Upgrade dependencies [\#77](https://github.com/parallaxsecond/parsec-interface-rs/pull/77) ([hug-dev](https://github.com/hug-dev))
|
113 | 149 |
|
114 |
| -**Fixed bugs:** |
115 |
| - |
116 |
| -- Fix clippy warnings [\#67](https://github.com/parallaxsecond/parsec-interface-rs/pull/67) ([ionut-arm](https://github.com/ionut-arm)) |
117 |
| - |
118 | 150 | **Security fixes:**
|
119 | 151 |
|
120 | 152 | - Audit response status code for information disclosure [\#59](https://github.com/parallaxsecond/parsec-interface-rs/issues/59)
|
|
127 | 159 |
|
128 | 160 | [Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/0.19.0...0.20.0)
|
129 | 161 |
|
| 162 | +**Fixed bugs:** |
| 163 | + |
| 164 | +- Fix clippy warnings [\#67](https://github.com/parallaxsecond/parsec-interface-rs/pull/67) ([ionut-arm](https://github.com/ionut-arm)) |
| 165 | + |
130 | 166 | **Merged pull requests:**
|
131 | 167 |
|
132 | 168 | - Added raw key agreement interface [\#75](https://github.com/parallaxsecond/parsec-interface-rs/pull/75) ([sbailey-arm](https://github.com/sbailey-arm))
|
133 | 169 | - Added hash compute and compare interfaces [\#74](https://github.com/parallaxsecond/parsec-interface-rs/pull/74) ([sbailey-arm](https://github.com/sbailey-arm))
|
134 | 170 | - Added aead encrypt and decrypt [\#73](https://github.com/parallaxsecond/parsec-interface-rs/pull/73) ([sbailey-arm](https://github.com/sbailey-arm))
|
135 | 171 | - Add support for ListAuthenticators operation [\#72](https://github.com/parallaxsecond/parsec-interface-rs/pull/72) ([joechrisellis](https://github.com/joechrisellis))
|
136 | 172 | - Add new AuthType variants [\#71](https://github.com/parallaxsecond/parsec-interface-rs/pull/71) ([joechrisellis](https://github.com/joechrisellis))
|
137 |
| -- Add support for `psa\_generate\_random` [\#68](https://github.com/parallaxsecond/parsec-interface-rs/pull/68) ([joechrisellis](https://github.com/joechrisellis)) |
| 173 | +- Add support for `psa_generate_random` [\#68](https://github.com/parallaxsecond/parsec-interface-rs/pull/68) ([joechrisellis](https://github.com/joechrisellis)) |
138 | 174 |
|
139 | 175 | ## [0.19.0](https://github.com/parallaxsecond/parsec-interface-rs/tree/0.19.0) (2020-07-15)
|
140 | 176 |
|
|
221 | 257 | - Make wire protocol version a property of request and response headers [\#41](https://github.com/parallaxsecond/parsec-interface-rs/issues/41)
|
222 | 258 | - Make sure there is a clear separation between PSA and Core structures [\#30](https://github.com/parallaxsecond/parsec-interface-rs/issues/30)
|
223 | 259 |
|
224 |
| -**Merged pull requests:** |
225 |
| - |
226 |
| -- Add missing\_doc as an error [\#31](https://github.com/parallaxsecond/parsec-interface-rs/pull/31) ([hug-dev](https://github.com/hug-dev)) |
227 |
| - |
228 | 260 | ## [0.13.0](https://github.com/parallaxsecond/parsec-interface-rs/tree/0.13.0) (2020-04-15)
|
229 | 261 |
|
230 | 262 | [Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/0.12.0...0.13.0)
|
231 | 263 |
|
232 | 264 | **Implemented enhancements:**
|
233 | 265 |
|
234 | 266 | - Add body type getter in Convert trait [\#40](https://github.com/parallaxsecond/parsec-interface-rs/issues/40)
|
| 267 | +- Add provider ID to list\_opcodes [\#44](https://github.com/parallaxsecond/parsec-interface-rs/pull/44) ([ionut-arm](https://github.com/ionut-arm)) |
235 | 268 | - Add body\_type fn to Convert [\#42](https://github.com/parallaxsecond/parsec-interface-rs/pull/42) ([ionut-arm](https://github.com/ionut-arm))
|
236 | 269 |
|
237 | 270 | **Merged pull requests:**
|
|
244 | 277 |
|
245 | 278 | **Implemented enhancements:**
|
246 | 279 |
|
247 |
| -- Add provider ID to list\_opcodes [\#44](https://github.com/parallaxsecond/parsec-interface-rs/pull/44) ([ionut-arm](https://github.com/ionut-arm)) |
248 | 280 | - Add faillible methods [\#39](https://github.com/parallaxsecond/parsec-interface-rs/pull/39) ([hug-dev](https://github.com/hug-dev))
|
249 | 281 | - Add a new method for permisison and compatibility [\#38](https://github.com/parallaxsecond/parsec-interface-rs/pull/38) ([hug-dev](https://github.com/hug-dev))
|
250 | 282 |
|
|
269 | 301 |
|
270 | 302 | - Update documentation after upgrading to PSA Crypto 1.0.0 [\#29](https://github.com/parallaxsecond/parsec-interface-rs/issues/29)
|
271 | 303 |
|
| 304 | +**Merged pull requests:** |
| 305 | + |
| 306 | +- Add missing\_doc as an error [\#31](https://github.com/parallaxsecond/parsec-interface-rs/pull/31) ([hug-dev](https://github.com/hug-dev)) |
| 307 | + |
272 | 308 | ## [0.8.3](https://github.com/parallaxsecond/parsec-interface-rs/tree/0.8.3) (2020-02-28)
|
273 | 309 |
|
274 | 310 | [Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/0.8.2...0.8.3)
|
|
397 | 433 |
|
398 | 434 | ## [0.1.0](https://github.com/parallaxsecond/parsec-interface-rs/tree/0.1.0) (2019-10-09)
|
399 | 435 |
|
400 |
| -[Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/d4c8ae7995129794d02bb82dddf565e8a7e39ef0...0.1.0) |
| 436 | +[Full Changelog](https://github.com/parallaxsecond/parsec-interface-rs/compare/c89c06232024d57d96826b41ea4d409a021fd530...0.1.0) |
401 | 437 |
|
402 | 438 | **Merged pull requests:**
|
403 | 439 |
|
|
0 commit comments