iaik.security.ssl
Class DebugSSL

java.lang.Object
  extended by iaik.security.ssl.DebugSSL

public class DebugSSL
extends java.lang.Object

This class contains a few compile time settings for the iSaSiLk library.


Field Summary
static boolean BUG_NETSCAPE_V2
          SSL server bug workaround (www.amazon.com, Netscape-Commerce/1.12)
static boolean BUG_OPENSSL_VERSION
          bug in openssl up to at least 0.9.4: always selects SSL 3.0
static boolean COMMERCIAL_VERSION
          Commercial or eval version
static boolean EXPORTABLE_ONLY
          Allow only exportable (1024/56) encryption
static boolean mode
          Debug mode switch.
static boolean SSL2
          Whether or not to include support for SSL2
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

public static final boolean mode
Debug mode switch. Always false for public versions.

See Also:
Constant Field Values

COMMERCIAL_VERSION

public static final boolean COMMERCIAL_VERSION
Commercial or eval version

See Also:
Constant Field Values

SSL2

public static final boolean SSL2
Whether or not to include support for SSL2

See Also:
Constant Field Values

BUG_OPENSSL_VERSION

public static final boolean BUG_OPENSSL_VERSION
bug in openssl up to at least 0.9.4: always selects SSL 3.0

See Also:
Constant Field Values

BUG_NETSCAPE_V2

public static final boolean BUG_NETSCAPE_V2
SSL server bug workaround (www.amazon.com, Netscape-Commerce/1.12)

See Also:
Constant Field Values

EXPORTABLE_ONLY

public static final boolean EXPORTABLE_ONLY
Allow only exportable (1024/56) encryption

See Also:
Constant Field Values

This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

iSaSiLk 6.0, (c) 2002 IAIK, (c) 2003 - 2015 SIC