Skip to content

Commit 3e83535

Browse files
committedNov 11, 2022
Internal change
COPYBARA_INTEGRATE_REVIEW=tink-crypto/tink#434 from gfontenot:master abd2419b2255975b0eb18e8d10107329eaf0c976 PiperOrigin-RevId: 487787290 Change-Id: If832509188cc5e48c19f7965d491acebeb54f377
1 parent 213b049 commit 3e83535

File tree

174 files changed

+12952
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+12952
-0
lines changed
 

‎BUILD.bazel

Whitespace-only changes.

‎CHANGELOG

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
Version 1.7.0
2+
==================================
3+
Publishing CocoaPod using XCFramework format with arm64 (M1) support.
4+
5+
Version 1.6.1
6+
==================================
7+
No changes to the Obj-C implementation since 1.6.0.
8+
9+
Version 1.6.0
10+
==================================
11+
Implement serializedKeysetNoSecret method on TINKKeysetHandle.
12+
13+
Version 1.5.0
14+
==================================
15+
Added support for accessGroups to TINKKeysetHandle.
16+
Removed unused C++ dependencies.
17+
Merged https://github.com/google/tink/pull/434: fixing nullability issues.
18+
19+
Version 1.4.0
20+
==================================
21+
Obj-C protobufs removed.
22+
23+
Version 1.4.0-rc2
24+
==================================
25+
No changes to the Obj-C implementation since 1.4.0-rc1.
26+
27+
Version 1.4.0-rc1
28+
==================================
29+
No changes to the Obj-C implementation since 1.3.0.
30+
31+
Version 1.3.0
32+
==================================
33+
No changes to the Obj-C implementation since 1.3.0-rc4.
34+
35+
Version 1.3.0-rc4
36+
=================================
37+
This is a pre-release version.
38+
39+
Version 1.3.0-rc3
40+
=================================
41+
Update CocoaPod so new APIs are actually included.
42+
This is a pre-release version.
43+
44+
Version 1.3.0-rc2
45+
=================================
46+
Added AES CMAC.
47+
This is a pre-release version.
48+
49+
Version 1.3.0-rc1
50+
==================================
51+
Added RSA signatures (RSA-SSA-PKCS1, RSA-PSS), ED25519 signatures,
52+
deterministic AEAD (AES-SIV), and XCHACHA20-POLY1305 AEAD.
53+
This is a pre-release version.
54+
55+
Version 1.2.2
56+
==================================
57+
Staticly linking BoringSSL in the CocoaPod build to prevent namespace clashes
58+
when Tink is used alongside pods that depend on OpenSSL.
59+
60+
Version 1.2.1
61+
==================================
62+
No changes to the Obj-C implementation.
63+
64+
Version 1.2.0
65+
==================================
66+
Added support for IEEE P1363 signature encoding.
67+
68+
Version 1.2.0-rc4
69+
==================================
70+
Added API to retrieve keyset handle with public keys only.
71+
Dropped support for 192-bit keys for AES-GCM, AES-EAX and AES-CTR.
72+
This is a pre-release version.
73+
74+
Version 1.2.0-rc3
75+
==================================
76+
Added Swift-friendly initializers for TinkRegistryConfig.
77+
Support for generating keys for ECIES and ECDSA.
78+
Removed some deprecated APIs.
79+
This is a pre-release version.
80+
81+
Version 1.2.0-rc2
82+
==================================
83+
Small bug fixes and support for the iOS keychain. This is a pre-release version.
84+
85+
Version 1.2.0-rc1
86+
==================================
87+
First Tink release that supports Obj-C. This is a pre-release version.

0 commit comments

Comments
 (0)