ssl.sysread(length) => stringssl.sysread(length, buffer) => buffer Instance Public methods Reads length bytes from the SSL connection. If a pre-allocated buffer is provided the data will be written into it.
ssl.syswrite(string) => Integer Instance Public methods Writes string to the SSL connection.
ssl.verify_result => Integer Instance Public methods Returns the result of the peer certificates verification. See verify(1) for error values and descriptions. If no peer certificate was presented X509_V_OK is returned.
verify_certificate_identity(cert, hostname) Class Public methods
Attribute.new(oid [, value]) => attr Class Public methods
attr.oid => string Instance Public methods
attr.oid = string => string Instance Public methods
attr.to_der => string Instance Public methods
attr.value => asn1 Instance Public methods
attr.value = asn1 => asn1 Instance Public methods
Page 748 of 11844