Class SSL
java.lang.Object
org.apache.tomcat.jni.SSL
JNI bindings for OpenSSL SSL functionality.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDSA algorithm index.static final intECC algorithm index.static final intMaximum algorithm index.static final intRSA algorithm index.static final intAll algorithm types.static final intDSA algorithm type.static final intRSA algorithm type.static final intUnknown algorithm type.static final intConfiguration flag for certificate context.static final intConfiguration flag for client.static final intConfiguration flag for command line.static final intConfiguration flag for file.static final intConfiguration flag for server.static final intConfiguration flag to show errors.static final intDirectory configuration type.static final intFile configuration type.static final intString configuration type.static final intUnknown configuration type.static final intASN.1 certificate format.static final intEngine certificate format.static final intNetscape certificate format.static final intPEM certificate format.static final intPKCS12 certificate format.static final intS/MIME certificate format.static final intText certificate format.static final intUndefined certificate format.static final intNo client certificate verification.static final intOptional client certificate verification.static final intOptional client certificate verification without CA requirement.static final intRequired client certificate verification.static final intClient verification unset.static final intNo SSL error.static final intSSL library error.static final intSSL syscall error.static final intSSL operation wants accept.static final intSSL operation wants connect.static final intSSL operation would block reading.static final intSSL operation would block writing.static final intSSL operation wants X.509 lookup.static final intSSL connection closed cleanly (zero return).static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intClient SSL mode.static final intCombined client and server SSL mode.static final intServer SSL mode.static final longVarious bug workarounds that should be rather harmless.static final longstatic final longstatic final longPermit unsafe legacy renegotiation.static final longEquivalent definition for backwards compatibility:static final longUse Cisco's version identifier of DTLS_BAD_VER (only with deprecated DTLSv1_client_method()).static final longCleanse plaintext copies of data delivered to the application.static final longTurn on Cookie Exchange (on relevant for servers).static final longMake server add server-hello extension from early version of cryptopro draft, when GOST ciphersuite is negotiated.static final longstatic final longDisable TLS 1.0 CBC vulnerability workaround.static final longSet this to tell client to emit greased ECH values.static final longIf set, servers will add GREASEy ECHConfig values to those sent in retry_configs.static final longIf set, clients will ignore the supplied ECH config_id and replace that with a random value.static final longIf this is set then the server side will attempt trial decryption of ECHs even if there is no matching ECH config_id.static final longEnable support for Kernel TLS.static final longEnable KTLS TX zerocopy on Linux.static final longEnable TLSv1.3 Compatibility mode.static final longDeprecated.static final longRFC 8701: Send GREASE values in ClientHello.static final longstatic final longstatic final longAllow initial connection to servers that don't support RI.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longSwitches off automatic TLSv1.3 anti-replay protection for early data.static final longDon't use compression even if supported.static final longstatic final longstatic final longstatic final longstatic final longDisable encrypt-then-mac.static final longDisable Extended master secret.static final longDTLS options.static final longDisallow all renegotiation.static final longDisable RFC8879 certificate compression.static final longAs server, disallow session resumption on renegotiation.static final longstatic final longDeprecated.static final longDisable SSLv3 protocol.static final longDon't use RFC4507 ticket extension.static final longDisable TLSv1.0 protocol.static final longDisable TLSv1.1 protocol.static final longDisable TLSv1.2 protocol.static final longstatic final longDisable RFC8879 certificate compression.static final longstatic final longPrioritize Chacha20Poly1305 when client does.static final longstatic final longSet on servers to choose cipher, curve or group according to server's preferences.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longDeprecated.static final longIf set, a server will allow a client to issue an SSLv3.0 version number as latest version supported in the premaster secret, even when TLSv1.0 (version 3.1) was announced in the client hello.static final longstatic final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intstatic final intNo protocol options.static final intSSLv2 protocol.static final intSSLv3 protocol.static final intTLSv1.0 protocol.static final intTLSv1.1 protocol.static final intTLSv1.2 protocol.static final intTLSv1.3 protocol.static final intShutdown has been received.static final intChoose last protocol on selector failure.static final intDo not advertise protocol on selector failure.static final intShutdown has been sent.static final longSession cache disabled.static final longSession cache enabled for server.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final intDeprecated.Unused.static final int1024-bit temporary DH key.static final int2048-bit temporary DH key.static final int4096-bit temporary DH key.static final int512-bit temporary DH key.static final intMaximum temporary key ID.static final int1024-bit temporary RSA key.static final int2048-bit temporary RSA key.static final int4096-bit temporary RSA key.static final int512-bit temporary RSA key.static final intOnly verify client certificate once per session.static final intFail if no peer certificate is presented.static final intNo peer verification.static final intVerify peer certificate.static final intStrict peer verification including certificate requirement.static final intUnset value. -
Method Summary
Modifier and TypeMethodDescriptionstatic intdoHandshake(long ssl) SSL_do_handshakestatic intGet the status of FIPS Mode.static intfipsModeSet(int mode) Enable/Disable FIPS Mode.static voidfreeBIO(long bio) BIO_freestatic voidfreeSSL(long ssl) SSL_freestatic StringgetAlpnSelected(long ssl) SSL_get0_alpn_selectedstatic StringgetCipherForSSL(long ssl) SSL_get_cipher.static String[]getCiphers(long ssl) Returns all cipher suites that are enabled for negotiation in an SSL handshake.static StringgetErrorString(long errorNumber) Get the error number representing for the givenerrorNumber.static intgetHandshakeCount(long ssl) Return the handshake completed count.static intGet the error number representing the last error OpenSSL encountered on this thread.static intgetOptions(long ssl) Deprecated.static longgetOptionsLong(long ssl) Get OpenSSL Option.static byte[][]getPeerCertChain(long ssl) Get the peer certificate chain ornullif none was sent.static byte[]getPeerCertificate(long ssl) Get the peer certificate ornullif none was sent.static intgetPostHandshakeAuthInProgress(long ssl) Is post handshake authentication in progress on this connection?static byte[]getSessionId(long ssl) Returns the ID of the session as byte array representation.static intgetShutdown(long ssl) SSL_get_shutdownstatic longgetTime(long ssl) SSL_get_timestatic StringgetVersion(long ssl) SSL_get_versionstatic intinitialize(String engine) Initialize OpenSSL support.static intisInInit(long ssl) SSL_in_init.static longmakeNetworkBIO(long ssl) Wire up internal and network BIOs for the given SSL instance.static voidmarkPostHandshakeAuthComplete(long ssl) Marks post handshake authentication complete for the connection.static longnewSSL(long ctx, boolean server) SSL_newstatic intpendingReadableBytesInSSL(long ssl) SSL_pending.static intpendingWrittenBytesInBIO(long bio) BIO_ctrl_pending.static voidSets global random filename.static intreadFromBIO(long bio, long rbuf, int rlen) BIO_read.static intreadFromSSL(long ssl, long rbuf, int rlen) SSL_readstatic intrenegotiate(long ssl) SSL_renegotiatestatic intrenegotiatePending(long ssl) SSL_renegotiate_pendingstatic booleansetCipherSuites(long ssl, String cipherList) Set the TLSv1.2 and below ciphers available for negotiation the in TLS handshake.static booleansetCipherSuitesEx(long ssl, String cipherSuites) Set the TLSv1.3 cipher suites available for negotiation the in TLS handshake.static voidsetOptions(long ssl, int options) Deprecated.static voidsetOptionsLong(long ssl, long options) Set OpenSSL Option.static voidsetVerify(long ssl, int level, int depth) Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.static intshutdownSSL(long ssl) SSL_shutdownstatic intverifyClientPostHandshake(long ssl) SSL_verify_client_post_handshakestatic intversion()Return OpenSSL version number (run time version).static StringReturn OpenSSL version string (run time version).static intwriteToBIO(long bio, long wbuf, int wlen) BIO_write.static intwriteToSSL(long ssl, long wbuf, int wlen) SSL_write.
-
Field Details
-
UNSET
public static final int UNSETUnset value.- See Also:
-
SSL_ALGO_UNKNOWN
public static final int SSL_ALGO_UNKNOWNUnknown algorithm type.- See Also:
-
SSL_ALGO_RSA
public static final int SSL_ALGO_RSARSA algorithm type.- See Also:
-
SSL_ALGO_DSA
public static final int SSL_ALGO_DSADSA algorithm type.- See Also:
-
SSL_ALGO_ALL
public static final int SSL_ALGO_ALLAll algorithm types.- See Also:
-
SSL_AIDX_RSA
public static final int SSL_AIDX_RSARSA algorithm index.- See Also:
-
SSL_AIDX_DSA
public static final int SSL_AIDX_DSADSA algorithm index.- See Also:
-
SSL_AIDX_ECC
public static final int SSL_AIDX_ECCECC algorithm index.- See Also:
-
SSL_AIDX_MAX
public static final int SSL_AIDX_MAXMaximum algorithm index.- See Also:
-
SSL_TMP_KEY_RSA_512
public static final int SSL_TMP_KEY_RSA_512512-bit temporary RSA key.- See Also:
-
SSL_TMP_KEY_RSA_1024
public static final int SSL_TMP_KEY_RSA_10241024-bit temporary RSA key.- See Also:
-
SSL_TMP_KEY_RSA_2048
public static final int SSL_TMP_KEY_RSA_20482048-bit temporary RSA key.- See Also:
-
SSL_TMP_KEY_RSA_4096
public static final int SSL_TMP_KEY_RSA_40964096-bit temporary RSA key.- See Also:
-
SSL_TMP_KEY_DH_512
public static final int SSL_TMP_KEY_DH_512512-bit temporary DH key.- See Also:
-
SSL_TMP_KEY_DH_1024
public static final int SSL_TMP_KEY_DH_10241024-bit temporary DH key.- See Also:
-
SSL_TMP_KEY_DH_2048
public static final int SSL_TMP_KEY_DH_20482048-bit temporary DH key.- See Also:
-
SSL_TMP_KEY_DH_4096
public static final int SSL_TMP_KEY_DH_40964096-bit temporary DH key.- See Also:
-
SSL_TMP_KEY_MAX
public static final int SSL_TMP_KEY_MAXMaximum temporary key ID.- See Also:
-
SSL_OPT_NONE
Deprecated.Unused. Will be removed in Tomcat 12 onwards.No SSL options.- See Also:
-
SSL_OPT_RELSET
Deprecated.Unused. Will be removed in Tomcat 12 onwards.SSL option for relative settings.- See Also:
-
SSL_OPT_STDENVVARS
Deprecated.Unused. Will be removed in Tomcat 12 onwards.SSL option for standard environment variables.- See Also:
-
SSL_OPT_EXPORTCERTDATA
Deprecated.Unused. Will be removed in Tomcat 12 onwards.SSL option for exporting certificate data.- See Also:
-
SSL_OPT_FAKEBASICAUTH
Deprecated.Unused. Will be removed in Tomcat 12 onwards.SSL option for fake basic authentication.- See Also:
-
SSL_OPT_STRICTREQUIRE
Deprecated.Unused. Will be removed in Tomcat 12 onwards.SSL option for strict require.- See Also:
-
SSL_OPT_OPTRENEGOTIATE
Deprecated.Unused. Will be removed in Tomcat 12 onwards.SSL option for optional renegotiation.- See Also:
-
SSL_OPT_ALL
Deprecated.Unused. Will be removed in Tomcat 12 onwards.All SSL options combined.- See Also:
-
SSL_PROTOCOL_NONE
public static final int SSL_PROTOCOL_NONENo protocol options.- See Also:
-
SSL_PROTOCOL_SSLV2
public static final int SSL_PROTOCOL_SSLV2SSLv2 protocol.- See Also:
-
SSL_PROTOCOL_SSLV3
public static final int SSL_PROTOCOL_SSLV3SSLv3 protocol.- See Also:
-
SSL_PROTOCOL_TLSV1
public static final int SSL_PROTOCOL_TLSV1TLSv1.0 protocol.- See Also:
-
SSL_PROTOCOL_TLSV1_1
public static final int SSL_PROTOCOL_TLSV1_1TLSv1.1 protocol.- See Also:
-
SSL_PROTOCOL_TLSV1_2
public static final int SSL_PROTOCOL_TLSV1_2TLSv1.2 protocol.- See Also:
-
SSL_PROTOCOL_TLSV1_3
public static final int SSL_PROTOCOL_TLSV1_3TLSv1.3 protocol.- See Also:
-
SSL_PROTOCOL_ALL
public static final int SSL_PROTOCOL_ALL -
SSL_CVERIFY_UNSET
public static final int SSL_CVERIFY_UNSETClient verification unset.- See Also:
-
SSL_CVERIFY_NONE
public static final int SSL_CVERIFY_NONENo client certificate verification.- See Also:
-
SSL_CVERIFY_OPTIONAL
public static final int SSL_CVERIFY_OPTIONALOptional client certificate verification.- See Also:
-
SSL_CVERIFY_REQUIRE
public static final int SSL_CVERIFY_REQUIRERequired client certificate verification.- See Also:
-
SSL_CVERIFY_OPTIONAL_NO_CA
public static final int SSL_CVERIFY_OPTIONAL_NO_CAOptional client certificate verification without CA requirement.- See Also:
-
SSL_VERIFY_NONE
public static final int SSL_VERIFY_NONENo peer verification.- See Also:
-
SSL_VERIFY_PEER
public static final int SSL_VERIFY_PEERVerify peer certificate.- See Also:
-
SSL_VERIFY_FAIL_IF_NO_PEER_CERT
public static final int SSL_VERIFY_FAIL_IF_NO_PEER_CERTFail if no peer certificate is presented.- See Also:
-
SSL_VERIFY_CLIENT_ONCE
public static final int SSL_VERIFY_CLIENT_ONCEOnly verify client certificate once per session.- See Also:
-
SSL_VERIFY_PEER_STRICT
public static final int SSL_VERIFY_PEER_STRICTStrict peer verification including certificate requirement.- See Also:
-
SSL_OP_NO_EXTENDED_MASTER_SECRET
public static final long SSL_OP_NO_EXTENDED_MASTER_SECRETDisable Extended master secret.- See Also:
-
SSL_OP_CLEANSE_PLAINTEXT
public static final long SSL_OP_CLEANSE_PLAINTEXTCleanse plaintext copies of data delivered to the application.- See Also:
-
SSL_OP_LEGACY_SERVER_CONNECT
public static final long SSL_OP_LEGACY_SERVER_CONNECTAllow initial connection to servers that don't support RI.- See Also:
-
SSL_OP_ENABLE_KTLS
public static final long SSL_OP_ENABLE_KTLSEnable support for Kernel TLS.- See Also:
-
SSL_OP_TLSEXT_PADDING
public static final long SSL_OP_TLSEXT_PADDING- See Also:
-
SSL_OP_SAFARI_ECDHE_ECDSA_BUG
public static final long SSL_OP_SAFARI_ECDHE_ECDSA_BUG- See Also:
-
SSL_OP_IGNORE_UNEXPECTED_EOF
public static final long SSL_OP_IGNORE_UNEXPECTED_EOF- See Also:
-
SSL_OP_ALLOW_CLIENT_RENEGOTIATION
public static final long SSL_OP_ALLOW_CLIENT_RENEGOTIATION- See Also:
-
SSL_OP_DISABLE_TLSEXT_CA_NAMES
public static final long SSL_OP_DISABLE_TLSEXT_CA_NAMES- See Also:
-
SSL_OP_ALLOW_NO_DHE_KEX
public static final long SSL_OP_ALLOW_NO_DHE_KEX- See Also:
-
SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
public static final long SSL_OP_DONT_INSERT_EMPTY_FRAGMENTSDisable TLS 1.0 CBC vulnerability workaround. Usually (depending on the application protocol) the workaround is not needed. Unfortunately some broken SSL/TLS implementations cannot handle it at all, which is why we include it in SSL_OP_ALL.- See Also:
-
SSL_OP_NO_QUERY_MTU
public static final long SSL_OP_NO_QUERY_MTUDTLS options.- See Also:
-
SSL_OP_COOKIE_EXCHANGE
public static final long SSL_OP_COOKIE_EXCHANGETurn on Cookie Exchange (on relevant for servers).- See Also:
-
SSL_OP_NO_TICKET
public static final long SSL_OP_NO_TICKETDon't use RFC4507 ticket extension.- See Also:
-
SSL_OP_CISCO_ANYCONNECT
public static final long SSL_OP_CISCO_ANYCONNECTUse Cisco's version identifier of DTLS_BAD_VER (only with deprecated DTLSv1_client_method()).- See Also:
-
SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
public static final long SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATIONAs server, disallow session resumption on renegotiation.- See Also:
-
SSL_OP_NO_COMPRESSION
public static final long SSL_OP_NO_COMPRESSIONDon't use compression even if supported.- See Also:
-
SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION
public static final long SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATIONPermit unsafe legacy renegotiation.- See Also:
-
SSL_OP_NO_ENCRYPT_THEN_MAC
public static final long SSL_OP_NO_ENCRYPT_THEN_MACDisable encrypt-then-mac.- See Also:
-
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
public static final long SSL_OP_ENABLE_MIDDLEBOX_COMPATEnable TLSv1.3 Compatibility mode. This is on by default. A future version of OpenSSL may have this disabled by default.- See Also:
-
SSL_OP_PRIORITIZE_CHACHA
public static final long SSL_OP_PRIORITIZE_CHACHAPrioritize Chacha20Poly1305 when client does. Modifies SSL_OP_SERVER_PREFERENCE.- See Also:
-
SSL_OP_SERVER_PREFERENCE
public static final long SSL_OP_SERVER_PREFERENCESet on servers to choose cipher, curve or group according to server's preferences.- See Also:
-
SSL_OP_CIPHER_SERVER_PREFERENCE
public static final long SSL_OP_CIPHER_SERVER_PREFERENCEEquivalent definition for backwards compatibility:- See Also:
-
SSL_OP_TLS_ROLLBACK_BUG
public static final long SSL_OP_TLS_ROLLBACK_BUGIf set, a server will allow a client to issue an SSLv3.0 version number as latest version supported in the premaster secret, even when TLSv1.0 (version 3.1) was announced in the client hello. Normally this is forbidden to prevent version rollback attacks.- See Also:
-
SSL_OP_NO_ANTI_REPLAY
public static final long SSL_OP_NO_ANTI_REPLAYSwitches off automatic TLSv1.3 anti-replay protection for early data. This is a server-side option only (no effect on the client).- See Also:
-
SSL_OP_NO_SSLv3
public static final long SSL_OP_NO_SSLv3Disable SSLv3 protocol.- See Also:
-
SSL_OP_NO_TLSv1
public static final long SSL_OP_NO_TLSv1Disable TLSv1.0 protocol.- See Also:
-
SSL_OP_NO_TLSv1_2
public static final long SSL_OP_NO_TLSv1_2Disable TLSv1.2 protocol.- See Also:
-
SSL_OP_NO_TLSv1_1
public static final long SSL_OP_NO_TLSv1_1Disable TLSv1.1 protocol.- See Also:
-
SSL_OP_NO_TLSv1_3
public static final long SSL_OP_NO_TLSv1_3- See Also:
-
SSL_OP_NO_DTLSv1
public static final long SSL_OP_NO_DTLSv1- See Also:
-
SSL_OP_NO_DTLSv1_2
public static final long SSL_OP_NO_DTLSv1_2- See Also:
-
SSL_OP_NO_DTLSv1_3
public static final long SSL_OP_NO_DTLSv1_3- See Also:
-
SSL_OP_NO_RENEGOTIATION
public static final long SSL_OP_NO_RENEGOTIATIONDisallow all renegotiation.- See Also:
-
SSL_OP_CRYPTOPRO_TLSEXT_BUG
public static final long SSL_OP_CRYPTOPRO_TLSEXT_BUGMake server add server-hello extension from early version of cryptopro draft, when GOST ciphersuite is negotiated. Required for interoperability with CryptoPro CSP 3.x- See Also:
-
SSL_OP_NO_TX_CERTIFICATE_COMPRESSION
public static final long SSL_OP_NO_TX_CERTIFICATE_COMPRESSIONDisable RFC8879 certificate compression. Don't send compressed certificates, and ignore the extension when received.- See Also:
-
SSL_OP_NO_RX_CERTIFICATE_COMPRESSION
public static final long SSL_OP_NO_RX_CERTIFICATE_COMPRESSIONDisable RFC8879 certificate compression. Don't send the extension, and subsequently indicating that receiving is not supported.- See Also:
-
SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE
public static final long SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILEEnable KTLS TX zerocopy on Linux.- See Also:
-
SSL_OP_PREFER_NO_DHE_KEX
public static final long SSL_OP_PREFER_NO_DHE_KEX- See Also:
-
SSL_OP_LEGACY_EC_POINT_FORMATS
public static final long SSL_OP_LEGACY_EC_POINT_FORMATS- See Also:
-
SSL_OP_ECH_GREASE
public static final long SSL_OP_ECH_GREASESet this to tell client to emit greased ECH values.- See Also:
-
SSL_OP_ECH_TRIALDECRYPT
public static final long SSL_OP_ECH_TRIALDECRYPTIf this is set then the server side will attempt trial decryption of ECHs even if there is no matching ECH config_id. That's a bit inefficient, but more privacy friendly.- See Also:
-
SSL_OP_ECH_IGNORE_CID
public static final long SSL_OP_ECH_IGNORE_CIDIf set, clients will ignore the supplied ECH config_id and replace that with a random value.- See Also:
-
SSL_OP_ECH_GREASE_RETRY_CONFIG
public static final long SSL_OP_ECH_GREASE_RETRY_CONFIGIf set, servers will add GREASEy ECHConfig values to those sent in retry_configs.- See Also:
-
SSL_OP_GREASE
public static final long SSL_OP_GREASERFC 8701: Send GREASE values in ClientHello.- See Also:
-
SSL_OP_NO_SSL_MASK
public static final long SSL_OP_NO_SSL_MASK- See Also:
-
SSL_OP_NO_DTLS_MASK
public static final long SSL_OP_NO_DTLS_MASK- See Also:
-
SSL_OP_ALL
public static final long SSL_OP_ALLVarious bug workarounds that should be rather harmless.- See Also:
-
SSL_OP_MICROSOFT_SESS_ID_BUG
-
SSL_OP_NETSCAPE_CHALLENGE_BUG
-
SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG
-
SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG
-
SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER
-
SSL_OP_MSIE_SSLV2_RSA_PADDING
-
SSL_OP_SSLEAY_080_CLIENT_DH_BUG
-
SSL_OP_TLS_D5_BUG
-
SSL_OP_TLS_BLOCK_PADDING_BUG
-
SSL_OP_SINGLE_ECDH_USE
-
SSL_OP_SINGLE_DH_USE
-
SSL_OP_EPHEMERAL_RSA
-
SSL_OP_NO_SSLv2
-
SSL_OP_NETSCAPE_CA_DN_BUG
-
SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG
-
SSL_CRT_FORMAT_UNDEF
public static final int SSL_CRT_FORMAT_UNDEFUndefined certificate format.- See Also:
-
SSL_CRT_FORMAT_ASN1
public static final int SSL_CRT_FORMAT_ASN1ASN.1 certificate format.- See Also:
-
SSL_CRT_FORMAT_TEXT
public static final int SSL_CRT_FORMAT_TEXTText certificate format.- See Also:
-
SSL_CRT_FORMAT_PEM
public static final int SSL_CRT_FORMAT_PEMPEM certificate format.- See Also:
-
SSL_CRT_FORMAT_NETSCAPE
public static final int SSL_CRT_FORMAT_NETSCAPENetscape certificate format.- See Also:
-
SSL_CRT_FORMAT_PKCS12
public static final int SSL_CRT_FORMAT_PKCS12PKCS12 certificate format.- See Also:
-
SSL_CRT_FORMAT_SMIME
public static final int SSL_CRT_FORMAT_SMIMES/MIME certificate format.- See Also:
-
SSL_CRT_FORMAT_ENGINE
public static final int SSL_CRT_FORMAT_ENGINEEngine certificate format.- See Also:
-
SSL_MODE_CLIENT
public static final int SSL_MODE_CLIENTClient SSL mode.- See Also:
-
SSL_MODE_SERVER
public static final int SSL_MODE_SERVERServer SSL mode.- See Also:
-
SSL_MODE_COMBINED
public static final int SSL_MODE_COMBINEDCombined client and server SSL mode.- See Also:
-
SSL_CONF_FLAG_CMDLINE
public static final int SSL_CONF_FLAG_CMDLINEConfiguration flag for command line.- See Also:
-
SSL_CONF_FLAG_FILE
public static final int SSL_CONF_FLAG_FILEConfiguration flag for file.- See Also:
-
SSL_CONF_FLAG_CLIENT
public static final int SSL_CONF_FLAG_CLIENTConfiguration flag for client.- See Also:
-
SSL_CONF_FLAG_SERVER
public static final int SSL_CONF_FLAG_SERVERConfiguration flag for server.- See Also:
-
SSL_CONF_FLAG_SHOW_ERRORS
public static final int SSL_CONF_FLAG_SHOW_ERRORSConfiguration flag to show errors.- See Also:
-
SSL_CONF_FLAG_CERTIFICATE
public static final int SSL_CONF_FLAG_CERTIFICATEConfiguration flag for certificate context.- See Also:
-
SSL_CONF_TYPE_UNKNOWN
public static final int SSL_CONF_TYPE_UNKNOWNUnknown configuration type.- See Also:
-
SSL_CONF_TYPE_STRING
public static final int SSL_CONF_TYPE_STRINGString configuration type.- See Also:
-
SSL_CONF_TYPE_FILE
public static final int SSL_CONF_TYPE_FILEFile configuration type.- See Also:
-
SSL_CONF_TYPE_DIR
public static final int SSL_CONF_TYPE_DIRDirectory configuration type.- See Also:
-
SSL_SHUTDOWN_TYPE_UNSET
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Shutdown type unset.- See Also:
-
SSL_SHUTDOWN_TYPE_STANDARD
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Standard shutdown type.- See Also:
-
SSL_SHUTDOWN_TYPE_UNCLEAN
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Unclean shutdown type.- See Also:
-
SSL_SHUTDOWN_TYPE_ACCURATE
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Accurate shutdown type.- See Also:
-
SSL_INFO_SESSION_ID
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for session ID.- See Also:
-
SSL_INFO_CIPHER
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for cipher name.- See Also:
-
SSL_INFO_CIPHER_USEKEYSIZE
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for cipher effective key size.- See Also:
-
SSL_INFO_CIPHER_ALGKEYSIZE
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for cipher algorithm key size.- See Also:
-
SSL_INFO_CIPHER_VERSION
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for cipher version.- See Also:
-
SSL_INFO_CIPHER_DESCRIPTION
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for cipher description.- See Also:
-
SSL_INFO_PROTOCOL
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for protocol version.- See Also:
-
SSL_INFO_CLIENT_S_DN
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client subject distinguished name.- See Also:
-
SSL_INFO_CLIENT_I_DN
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client issuer distinguished name.- See Also:
-
SSL_INFO_SERVER_S_DN
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server subject distinguished name.- See Also:
-
SSL_INFO_SERVER_I_DN
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server issuer distinguished name.- See Also:
-
SSL_INFO_DN_COUNTRYNAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for country name.- See Also:
-
SSL_INFO_DN_STATEORPROVINCENAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for state or province name.- See Also:
-
SSL_INFO_DN_LOCALITYNAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for locality name.- See Also:
-
SSL_INFO_DN_ORGANIZATIONNAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for organization name.- See Also:
-
SSL_INFO_DN_ORGANIZATIONALUNITNAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for organizational unit name.- See Also:
-
SSL_INFO_DN_COMMONNAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for common name.- See Also:
-
SSL_INFO_DN_TITLE
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for title.- See Also:
-
SSL_INFO_DN_INITIALS
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for initials.- See Also:
-
SSL_INFO_DN_GIVENNAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for given name.- See Also:
-
SSL_INFO_DN_SURNAME
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for surname.- See Also:
-
SSL_INFO_DN_DESCRIPTION
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for description.- See Also:
-
SSL_INFO_DN_UNIQUEIDENTIFIER
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for unique identifier.- See Also:
-
SSL_INFO_DN_EMAILADDRESS
Deprecated.Unused. Will be removed in Tomcat 12 onwards.DN field for email address.- See Also:
-
SSL_INFO_CLIENT_M_VERSION
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate version.- See Also:
-
SSL_INFO_CLIENT_M_SERIAL
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate serial number.- See Also:
-
SSL_INFO_CLIENT_V_START
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate validity start.- See Also:
-
SSL_INFO_CLIENT_V_END
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate validity end.- See Also:
-
SSL_INFO_CLIENT_A_SIG
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate signature algorithm.- See Also:
-
SSL_INFO_CLIENT_A_KEY
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate public key algorithm.- See Also:
-
SSL_INFO_CLIENT_CERT
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate data.- See Also:
-
SSL_INFO_CLIENT_V_REMAIN
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate validity remaining.- See Also:
-
SSL_INFO_SERVER_M_VERSION
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server certificate version.- See Also:
-
SSL_INFO_SERVER_M_SERIAL
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server certificate serial number.- See Also:
-
SSL_INFO_SERVER_V_START
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server certificate validity start.- See Also:
-
SSL_INFO_SERVER_V_END
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server certificate validity end.- See Also:
-
SSL_INFO_SERVER_A_SIG
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server certificate signature algorithm.- See Also:
-
SSL_INFO_SERVER_A_KEY
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server certificate public key algorithm.- See Also:
-
SSL_INFO_SERVER_CERT
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for server certificate data.- See Also:
-
SSL_INFO_CLIENT_CERT_CHAIN
Deprecated.Unused. Will be removed in Tomcat 12 onwards.Info flag for client certificate chain.- See Also:
-
SSL_SESS_CACHE_OFF
public static final long SSL_SESS_CACHE_OFFSession cache disabled.- See Also:
-
SSL_SESS_CACHE_SERVER
public static final long SSL_SESS_CACHE_SERVERSession cache enabled for server.- See Also:
-
SSL_SELECTOR_FAILURE_NO_ADVERTISE
public static final int SSL_SELECTOR_FAILURE_NO_ADVERTISEDo not advertise protocol on selector failure.- See Also:
-
SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL
public static final int SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOLChoose last protocol on selector failure.- See Also:
-
SSL_SENT_SHUTDOWN
public static final int SSL_SENT_SHUTDOWNShutdown has been sent.- See Also:
-
SSL_RECEIVED_SHUTDOWN
public static final int SSL_RECEIVED_SHUTDOWNShutdown has been received.- See Also:
-
SSL_ERROR_NONE
public static final int SSL_ERROR_NONENo SSL error.- See Also:
-
SSL_ERROR_SSL
public static final int SSL_ERROR_SSLSSL library error.- See Also:
-
SSL_ERROR_WANT_READ
public static final int SSL_ERROR_WANT_READSSL operation would block reading.- See Also:
-
SSL_ERROR_WANT_WRITE
public static final int SSL_ERROR_WANT_WRITESSL operation would block writing.- See Also:
-
SSL_ERROR_WANT_X509_LOOKUP
public static final int SSL_ERROR_WANT_X509_LOOKUPSSL operation wants X.509 lookup.- See Also:
-
SSL_ERROR_SYSCALL
public static final int SSL_ERROR_SYSCALLSSL syscall error.- See Also:
-
SSL_ERROR_ZERO_RETURN
public static final int SSL_ERROR_ZERO_RETURNSSL connection closed cleanly (zero return).- See Also:
-
SSL_ERROR_WANT_CONNECT
public static final int SSL_ERROR_WANT_CONNECTSSL operation wants connect.- See Also:
-
SSL_ERROR_WANT_ACCEPT
public static final int SSL_ERROR_WANT_ACCEPTSSL operation wants accept.- See Also:
-
-
Method Details
-
version
public static int version()Return OpenSSL version number (run time version).- Returns:
- OpenSSL version number
-
versionString
Return OpenSSL version string (run time version).- Returns:
- OpenSSL version string
-
initialize
Initialize OpenSSL support. This function needs to be called once for the lifetime of JVM. Library.init() has to be called before.- Parameters:
engine- Support for external a Crypto Device ("engine"), usually a hardware accelerator card for crypto operations.- Returns:
- APR status code
-
fipsModeGet
-
fipsModeSet
-
randSet
Sets global random filename.- Parameters:
filename- Filename to use. If set it will be used for SSL initialization and all contexts where explicitly not set.
-
getHandshakeCount
public static int getHandshakeCount(long ssl) Return the handshake completed count.- Parameters:
ssl- SSL pointer- Returns:
- the count
-
newSSL
public static long newSSL(long ctx, boolean server) SSL_new- Parameters:
ctx- Server or Client context to use.server- if true configure SSL instance to use accept handshake routines if false configure SSL instance to use connect handshake routines- Returns:
- pointer to SSL instance (SSL *)
-
pendingWrittenBytesInBIO
public static int pendingWrittenBytesInBIO(long bio) BIO_ctrl_pending.- Parameters:
bio- BIO pointer (BIO *)- Returns:
- the pending bytes count
-
pendingReadableBytesInSSL
public static int pendingReadableBytesInSSL(long ssl) SSL_pending.- Parameters:
ssl- SSL pointer (SSL *)- Returns:
- the pending bytes count
-
writeToBIO
public static int writeToBIO(long bio, long wbuf, int wlen) BIO_write.- Parameters:
bio- BIO pointerwbuf- Buffer pointerwlen- Write length- Returns:
- the bytes count written
-
readFromBIO
public static int readFromBIO(long bio, long rbuf, int rlen) BIO_read.- Parameters:
bio- BIO pointerrbuf- Buffer pointerrlen- Read length- Returns:
- the bytes count read
-
writeToSSL
public static int writeToSSL(long ssl, long wbuf, int wlen) SSL_write.- Parameters:
ssl- the SSL instance (SSL *)wbuf- Buffer pointerwlen- Write length- Returns:
- the bytes count written
-
readFromSSL
public static int readFromSSL(long ssl, long rbuf, int rlen) SSL_read- Parameters:
ssl- the SSL instance (SSL *)rbuf- Buffer pointerrlen- Read length- Returns:
- the bytes count read
-
getShutdown
public static int getShutdown(long ssl) SSL_get_shutdown- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the operation status
-
freeSSL
public static void freeSSL(long ssl) SSL_free- Parameters:
ssl- the SSL instance (SSL *)
-
makeNetworkBIO
public static long makeNetworkBIO(long ssl) Wire up internal and network BIOs for the given SSL instance.Warning: you must explicitly free this resource by calling freeBIO
While the SSL's internal/application data BIO will be freed when freeSSL is called on the provided SSL instance, you must call freeBIO on the returned network BIO.
- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- pointer to the Network BIO (BIO *)
-
freeBIO
public static void freeBIO(long bio) BIO_free- Parameters:
bio- BIO pointer
-
shutdownSSL
public static int shutdownSSL(long ssl) SSL_shutdown- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the operation status
-
getLastErrorNumber
public static int getLastErrorNumber()Get the error number representing the last error OpenSSL encountered on this thread.- Returns:
- the last error number
-
getCipherForSSL
SSL_get_cipher.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the cipher name
-
getVersion
SSL_get_version- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the SSL version in use
-
doHandshake
public static int doHandshake(long ssl) SSL_do_handshake- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the handshake status
-
renegotiate
public static int renegotiate(long ssl) SSL_renegotiate- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the operation status
-
renegotiatePending
public static int renegotiatePending(long ssl) SSL_renegotiate_pending- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the operation status
-
verifyClientPostHandshake
public static int verifyClientPostHandshake(long ssl) SSL_verify_client_post_handshake- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the operation status
-
getPostHandshakeAuthInProgress
public static int getPostHandshakeAuthInProgress(long ssl) Is post handshake authentication in progress on this connection?- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the operation status
-
markPostHandshakeAuthComplete
public static void markPostHandshakeAuthComplete(long ssl) Marks post handshake authentication complete for the connection. Used when JSSE is performing certificate verification for OpenSSL.- Parameters:
ssl- the SSL instance (SSL *)
-
isInInit
public static int isInInit(long ssl) SSL_in_init.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the status
-
getAlpnSelected
SSL_get0_alpn_selected- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the ALPN protocol negotiated
-
getPeerCertChain
public static byte[][] getPeerCertChain(long ssl) Get the peer certificate chain ornullif none was sent.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the certificate chain bytes
-
getPeerCertificate
public static byte[] getPeerCertificate(long ssl) Get the peer certificate ornullif none was sent.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the certificate bytes
-
getErrorString
Get the error number representing for the givenerrorNumber.- Parameters:
errorNumber- The error code- Returns:
- an error message
-
getTime
public static long getTime(long ssl) SSL_get_time- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- returns the time at which the session ssl was established. The time is given in seconds since the Epoch
-
setVerify
public static void setVerify(long ssl, int level, int depth) Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
This directive sets the Certificate verification level for the Client Authentication. Notice that this directive can be used both in per-server and per-directory context. In per-server context it applies to the client authentication process used in the standard SSL handshake when a connection is established. In per-directory context it forces an SSL renegotiation with the reconfigured client verification level after the HTTP request was read but before the HTTP response is sent.
The following levels are available for level:SSL_CVERIFY_NONE - No client Certificate is required at all SSL_CVERIFY_OPTIONAL - The client may present a valid Certificate SSL_CVERIFY_REQUIRE - The client has to present a valid Certificate SSL_CVERIFY_OPTIONAL_NO_CA - The client may present a valid Certificate but it need not to be (successfully) verifiable
The depth actually is the maximum number of intermediate certificate issuers, i.e. the number of CA certificates which are max allowed to be followed while verifying the client certificate. A depth of 0 means that self-signed client certificates are accepted only, the default depth of 1 means the client certificate can be self-signed or has to be signed by a CA which is directly known to the server (i.e. the CA's certificate is undersetCACertificatePath, etc).- Parameters:
ssl- the SSL instance (SSL *)level- Type of Client Certificate verification.depth- Maximum depth of CA Certificates in Client Certificate verification.
-
setOptions
Deprecated.Set OpenSSL Option.- Parameters:
ssl- the SSL instance (SSL *)options- See SSL.SSL_OP_* for option flags.
-
getOptions
Deprecated.Get OpenSSL Option.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- options See SSL.SSL_OP_* for option flags.
-
setOptionsLong
public static void setOptionsLong(long ssl, long options) Set OpenSSL Option.- Parameters:
ssl- the SSL instance (SSL *)options- See SSL.SSL_OP_* for option flags.
-
getOptionsLong
public static long getOptionsLong(long ssl) Get OpenSSL Option.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- options See SSL.SSL_OP_* for option flags.
-
getCiphers
Returns all cipher suites that are enabled for negotiation in an SSL handshake.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- ciphers
-
setCipherSuites
Set the TLSv1.2 and below ciphers available for negotiation the in TLS handshake.This complex directive uses a colon-separated cipher-spec string consisting of OpenSSL cipher specifications to configure the ciphers the client is permitted to negotiate in the TLS handshake phase.
- Parameters:
ssl- The SSL instance (SSL *)cipherList- An OpenSSL cipher specification.- Returns:
trueif the operation was successful- Throws:
Exception- An error occurred
-
setCipherSuitesEx
Set the TLSv1.3 cipher suites available for negotiation the in TLS handshake.This uses a colon-separated list of TLSv1.3 cipher suite names in preference order.
- Parameters:
ssl- The SSL instance (SSL *)cipherSuites- An OpenSSL cipher suite list.- Returns:
trueif the operation was successful- Throws:
Exception- An error occurred
-
getSessionId
public static byte[] getSessionId(long ssl) Returns the ID of the session as byte array representation.- Parameters:
ssl- the SSL instance (SSL *)- Returns:
- the session as byte array representation obtained via SSL_SESSION_get_id.
-