Skip to content

Commit 8079186

Browse files
committed
Add changelog for PR cisco#102
1 parent 8d18b35 commit 8079186

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG-msignia.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
master = 9261231 (cisco/jose)
44

55
merged zmartzone/add-aesgcm128-and-aesgcm192
6+
7+
Encode JWS as compact JSON - https://github.com/cisco/cjose/pull/100
8+
Extract cjose_jwe_encrypt_iv to allow explicit IV https://github.com/cisco/cjose/pull/102

include/cjose/jwe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cjose_jwe_encrypt(const cjose_jwk_t *jwk, cjose_header_t *header, const uint8_t
8686
* \returns a newly generated JWE with the given plaintext as the payload.
8787
*/
8888
cjose_jwe_t *
89-
cjose_jwe_encrypt_iv(const cjose_jwk_t *jwk,
89+
cjose_jwe_encrypt_iv(const cjose_jwk_t *jwk,
9090
cjose_header_t *header,
9191
const uint8_t *iv,
9292
size_t iv_len,

0 commit comments

Comments
 (0)