Wrap peer info property and refactor getters/setters for min tbs version and tbs cert profile

This commit is contained in:
Sergey Abramchuk
2017-04-24 14:44:54 +03:00
parent 2fc3e13911
commit 92b4a2ee49
5 changed files with 183 additions and 33 deletions
+22
View File
@@ -0,0 +1,22 @@
//
// ConfigurationValues.h
// OpenVPN Adapter
//
// Created by Sergey Abramchuk on 24.04.17.
//
//
#import <Foundation/Foundation.h>
extern NSString * __nonnull const OpenVPNMinTLSVersionDisabledValue;
extern NSString * __nonnull const OpenVPNMinTLSVersion10Value;
extern NSString * __nonnull const OpenVPNMinTLSVersion11Value;
extern NSString * __nonnull const OpenVPNMinTLSVersion12Value;
extern NSString * __nonnull const OpenVPNMinTLSVersionDefaultValue;
extern NSString * __nonnull const OpenVPNTLSCertProfileLegacyValue;
extern NSString * __nonnull const OpenVPNTLSCertProfilePreferredValue;
extern NSString * __nonnull const OpenVPNTLSCertProfileSuiteBValue;
extern NSString * __nonnull const OpenVPNTLSCertProfileLegacyDefaultValue;
extern NSString * __nonnull const OpenVPNTLSCertProfilePreferredDefaultValue;
extern NSString * __nonnull const OpenVPNTLSCertProfileDefaultValue;