Module Ciphers
Names of known ciphers supported by the Ruby OpenSSL
library, and
classification into strong and weak ciphers. Cipher support in practice
depends on the underlying OpenSSL
/LibreSSL
library.
Import path
import codeql.ruby.security.OpenSSL
Predicates
getCanonicalCipherName | Gets the canonical version of |
isOpenSslCipher | Holds if |
isStrongOpenSslCipher | Holds if |
isWeakOpenSslCipher | Holds if |