This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNEWS
87 lines (66 loc) · 3.13 KB
/
NEWS
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
jose-c NEWS -- history of user-visible changes
Copyright (C) 2014-2015 Cryptotronix, LLC.
Noteworthy changes in version 0.15.0 (Wednesday, 16 Dec 2015)
----------------------------------------------------
* Fixes small memory leaks.
Noteworthy changes in version 0.13.0 (Friday, 30 Oct 2015)
----------------------------------------------------
* Adds --enable-tools target that builds binaries, for now: builds
jwt-decode to easily decode JWTs on the command line.
Noteworthy changes in version 0.12.0 (Monday, 19 Oct 2015)
----------------------------------------------------
* Makes available pub2jwk
* No longer have compile switch in main header
Noteworthy changes in version 0.11.0 (Friday, 16 Oct 2015)
----------------------------------------------------
* Fixes realloc bug in jwe_encrypt
* Fixes pkg-config template for missing directory
Noteworthy changes in version 0.10.0 (Thursday, 8 Oct 2015)
----------------------------------------------------
* Adds JWE support for alg=A256KW, enc=A256GCM if compiled
--with-openssl.
* Adds jwt_check_allowed_char function to scan encoded JWTs to see
if they match the regexp.
* Adds jwk_build_symmetric_key to return proper JWK of kty oct.
Noteworthy changes in version 0.9.0 (Wednesday, 30 Sep 2015)
----------------------------------------------------
* Adds ECDH function.
Noteworthy changes in version 0.8.0 (Wednesday, 23 Sep 2015)
----------------------------------------------------
* Adds more ES256 support with default software sign/verify
functions.
Noteworthy changes in version 0.7.0 (Tuesday, 15 Sep 2015)
----------------------------------------------------
* Adds b64url decode helper function
Noteworthy changes in version 0.6.0 (Monday, 14 Sep 2015)
----------------------------------------------------
* Adds p-256 key pair creation functions
Noteworthy changes in version 0.5.0 (Monday, 14 Sep 2015)
----------------------------------------------------
* Adds p-256 signing/verification with JWKs and B64URL sigs
Noteworthy changes in version 0.4.0 (Wednesday, 2 Sep 2015)
----------------------------------------------------
* Removes dependency on libgcrypt
* Adds dependency on yacl
* Refactoring to account for library change.
* Adds new key to jwk function
Noteworthy changes in version 0.3.5
----------------------------------------------------
* Fixes constant time compare function.
* Fixes memory leak in encoding JWTs.
--------------------------------------------------------------------
This file is part of jose-c.
Jose-C is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
Jose-C is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Jose-C. If not, see <http://www.gnu.org/licenses/>.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
end: