diff --git a/TrustKit/TSKTrustKitConfig.h b/TrustKit/TSKTrustKitConfig.h index a78324af..680b73d9 100644 --- a/TrustKit/TSKTrustKitConfig.h +++ b/TrustKit/TSKTrustKitConfig.h @@ -107,6 +107,8 @@ FOUNDATION_EXPORT const TSKDomainConfigurationKey kTSKPublicKeyHashes; /** + DEPRECATED since 1.6.0: this configuration key is no longer needed. + An array of `TSKSupportedAlgorithm` constants to specify the public key algorithms for the keys to be pinned. @@ -206,10 +208,12 @@ FOUNDATION_EXPORT const TSKDomainConfigurationKey kTSKDisableDefaultReportUri; FOUNDATION_EXPORT const TSKDomainConfigurationKey kTSKExpirationDate; -#pragma mark Supported Public Key Algorithm Keys +#pragma mark DEPRECATED - Supported Public Key Algorithm Keys /** + DEPRECATED since 1.6.0: this configuration key is no longer needed. + A public key algorithm supported by TrustKit for generating the SSL pin for a certificate. */ typedef NSString *TSKSupportedAlgorithm __deprecated_msg("Starting with TrustKit 1.6.0, key algorithms no longer need to be specified; remove TSKSupportedAlgorithm from your configuration."); diff --git a/docs/documentation/Other Constants.html b/docs/documentation/Other Constants.html index d25df79f..26e7b413 100644 --- a/docs/documentation/Other Constants.html +++ b/docs/documentation/Other Constants.html @@ -235,7 +235,9 @@

Domain-Specific Configuration Keys - Required

-

An array of TSKSupportedAlgorithm constants to specify the public key algorithms for the +

DEPRECATED since 1.6.0: this configuration key is no longer needed.

+ +

An array of TSKSupportedAlgorithm constants to specify the public key algorithms for the keys to be pinned.

TrustKit requires this information in order to compute SSL pins when validating a server’s @@ -264,10 +266,10 @@

Declaration