-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
87 lines (69 loc) · 2.48 KB
/
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
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
Version 1.7.0
==================================
Publishing CocoaPod using XCFramework format with arm64 (M1) support.
Version 1.6.1
==================================
No changes to the Obj-C implementation since 1.6.0.
Version 1.6.0
==================================
Implement serializedKeysetNoSecret method on TINKKeysetHandle.
Version 1.5.0
==================================
Added support for accessGroups to TINKKeysetHandle.
Removed unused C++ dependencies.
Merged https://github.com/google/tink/pull/434: fixing nullability issues.
Version 1.4.0
==================================
Obj-C protobufs removed.
Version 1.4.0-rc2
==================================
No changes to the Obj-C implementation since 1.4.0-rc1.
Version 1.4.0-rc1
==================================
No changes to the Obj-C implementation since 1.3.0.
Version 1.3.0
==================================
No changes to the Obj-C implementation since 1.3.0-rc4.
Version 1.3.0-rc4
=================================
This is a pre-release version.
Version 1.3.0-rc3
=================================
Update CocoaPod so new APIs are actually included.
This is a pre-release version.
Version 1.3.0-rc2
=================================
Added AES CMAC.
This is a pre-release version.
Version 1.3.0-rc1
==================================
Added RSA signatures (RSA-SSA-PKCS1, RSA-PSS), ED25519 signatures,
deterministic AEAD (AES-SIV), and XCHACHA20-POLY1305 AEAD.
This is a pre-release version.
Version 1.2.2
==================================
Staticly linking BoringSSL in the CocoaPod build to prevent namespace clashes
when Tink is used alongside pods that depend on OpenSSL.
Version 1.2.1
==================================
No changes to the Obj-C implementation.
Version 1.2.0
==================================
Added support for IEEE P1363 signature encoding.
Version 1.2.0-rc4
==================================
Added API to retrieve keyset handle with public keys only.
Dropped support for 192-bit keys for AES-GCM, AES-EAX and AES-CTR.
This is a pre-release version.
Version 1.2.0-rc3
==================================
Added Swift-friendly initializers for TinkRegistryConfig.
Support for generating keys for ECIES and ECDSA.
Removed some deprecated APIs.
This is a pre-release version.
Version 1.2.0-rc2
==================================
Small bug fixes and support for the iOS keychain. This is a pre-release version.
Version 1.2.0-rc1
==================================
First Tink release that supports Obj-C. This is a pre-release version.