From e351124a47d2a8ad0bb171fec204df1991de94d6 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 11 Nov 2010 21:25:59 +0000 Subject: Add SSL favorite constants and use them in the connection controller. --- Source/SPConstants.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 6e20a5b3..0b51fb17 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -411,4 +411,12 @@ extern NSString *SPFavoriteSocketKey; extern NSString *SPFavoriteSSHHostKey; extern NSString *SPFavoriteSSHPortKey; extern NSString *SPFavoriteSSHUserKey; +extern NSString *SPFavoriteSSHKeyLocationEnabledKey; extern NSString *SPFavoriteSSHKeyLocationKey; +extern NSString *SPFavoriteUseSSLKey; +extern NSString *SPFavoriteSSLKeyFileLocationEnabledKey; +extern NSString *SPFavoriteSSLKeyFileLocationKey; +extern NSString *SPFavoriteSSLCertificateFileLocationEnabledKey; +extern NSString *SPFavoriteSSLCertificateFileLocationKey; +extern NSString *SPFavoriteSSLCACertFileLocationEnabledKey; +extern NSString *SPFavoriteSSLCACertFileLocationKey; -- cgit v1.2.3