We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e45bf3 commit 0cd8152Copy full SHA for 0cd8152
1 file changed
TrustKitTests/TSKEndToEndSwizzlingTests.m
@@ -167,7 +167,7 @@ - (void)test
167
// Valid pinning configuration
168
@"www.datatheorem.com" : @{
169
kTSKEnforcePinning : @YES,
170
- kTSKPublicKeyHashes : @[@"a4FoHyEnsFhauIx0w/gB7ywslD6tWGk83J2F6Pv1phA=", // CA key
+ kTSKPublicKeyHashes : @[@"F6jTih9VkkYZS8yuYqeU/4DUGehJ+niBGkkQ1yg8H3U=", // CA key
171
@"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" // Fake key
172
]},
173
// Invalid pinning configuration
0 commit comments