Module OpenSSL
Provides classes modeling parts of the Ruby OpenSSL
library, which wraps
an underlying OpenSSL or LibreSSL C library.
Import path
import codeql.ruby.security.OpenSSL
Predicates
getSecureAlgorithmRegex | Gets a regular expression for matching strings that look like they contain an algorithm that is known to be secure. |
Classes
OpenSslCipher | A known OpenSSL cipher. This may include information about the block encryption mode, which can affect if the cipher is marked as being weak. |
Modules
Ciphers | Names of known ciphers supported by the Ruby |