All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.jruby-openssl-0.7.5.lib.shared.openssl.dummyssl.rb Maven / Gradle / Ivy

The newest version!
warn "Warning: OpenSSL SSL implementation unavailable"
warn "You must run on JDK 1.5 (Java 5) or higher to use SSL"
module OpenSSL
  module SSL
    class SSLError < OpenSSLError; end
    class SSLContext; end
    class SSLSocket; end
    VERIFY_NONE = 0
    VERIFY_PEER = 1
    VERIFY_FAIL_IF_NO_PEER_CERT = 2
    VERIFY_CLIENT_ONCE = 4
    OP_ALL = 0x00000FFF
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy