Module: OpenSSL

Defined in:
lib/extensions/openssl/openssl/bn.rb,
lib/extensions/net-http/net/http.rb,
lib/extensions/net-http/net/https.rb,
lib/framework/autocomplete/OpenSSL.rb,
lib/extensions/openssl/openssl/cipher.rb,
lib/extensions/openssl/openssl/digest.rb,
lib/extensions/openssl/openssl/buffering.rb,
lib/extensions/openssl/openssl/ssl-internal.rb,
lib/extensions/openssl/openssl/x509-internal.rb

Overview

$RCSfile$ – Ruby-space definitions that completes C-space funcs for X509 and subclasses

Info

'OpenSSL for Ruby 2' project
Copyright (C) 2002  Michal Rokos <[email protected]>
All rights reserved.

Licence

This program is licenced under the same licence as Ruby.
(See the file 'LICENCE'.)

Version

$Id: x509-internal.rb 27967 2010-05-23 08:48:44Z nobu $

Defined Under Namespace

Modules: ASN1, Buffering, Netscape, OCSP, PKCS5, PKey, SSL, X509 Classes: BN, BNError, Cipher, ConfigError, Digest, Engine, HMAC, HMACError, OpenSSLError, PKCS12, PKCS7

Constant Summary collapse

VERSION =
"1.1.0"
OPENSSL_VERSION =
"OpenSSL 1.0.1c 10 May 2012"
OPENSSL_VERSION_NUMBER =
268439615

Class Method Summary collapse

Class Method Details

.debugObject



433
434
# File 'lib/framework/autocomplete/OpenSSL.rb', line 433

def self.debug
end

.debug=(req) ⇒ Object



435
436
# File 'lib/framework/autocomplete/OpenSSL.rb', line 435

def self.debug=(req)
end

.errorsObject



437
438
# File 'lib/framework/autocomplete/OpenSSL.rb', line 437

def self.errors
end