SecureBlackbox 2020 iOS Edition

Questions / Feedback?

TLSRenegotiationAttackPreventionMode (property)

Selects renegotiation attack prevention mechanism.

Syntax

@property (nonatomic,readwrite,assign,getter=TLSRenegotiationAttackPreventionMode,setter=setTLSRenegotiationAttackPreventionMode:) int TLSRenegotiationAttackPreventionMode;
- (int)TLSRenegotiationAttackPreventionMode;
- (void)setTLSRenegotiationAttackPreventionMode:(int)newTLSRenegotiationAttackPreventionMode;

/* Possible Values */
CRAPM_COMPATIBLE(0),
CRAPM_STRICT(1),
CRAPM_AUTO(2)
public var TLSRenegotiationAttackPreventionMode: KmipserverTLSRenegotiationAttackPreventionModes {
  get {...}
set {...} }
public enum KmipserverTLSRenegotiationAttackPreventionModes : Int32 { case crapmCompatible = 0 case crapmStrict = 1 case crapmAuto = 2 }

Default Value

0

Remarks

Selects renegotiation attack prevention mechanism.

The following options are available:

crapmCompatible0TLS 1.0 and 1.1 compatibility mode (renegotiation indication extension is disabled).
crapmStrict1Renegotiation attack prevention is enabled and enforced.
crapmAuto2Automatically choose whether to enable or disable renegotiation attack prevention.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]