File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
ruby/ql/lib/codeql/ruby/security Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11/**
22 * Provides classes modeling parts of the Ruby `OpenSSL` library, which wraps
3- * the OpenSSL C library.
3+ * an underlying OpenSSL or LibreSSL C library.
44 */
55
66private import CryptoAlgorithms:: AlgorithmNames
@@ -61,6 +61,11 @@ string getSecureAlgorithmRegex() {
6161 result = algorithmRegex ( secureAlgorithmString ( max ( int i | exists ( rankedSecureAlgorithm ( i ) ) ) ) )
6262}
6363
64+ /**
65+ * Names of known ciphers supported by the Ruby `OpenSSL` library, and
66+ * classification into strong and weak ciphers. Cipher support in practice
67+ * depends on the underlying `OpenSSL`/`LibreSSL` library.
68+ */
6469module Ciphers {
6570 /**
6671 * Holds if `name` is a known `OpenSSL::Cipher`. Supported ciphers depend on the
You can’t perform that action at this time.
0 commit comments