aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_cipher.c
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-13 17:29:15 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-13 17:42:50 +1200
commitb24b19687aebaea5788d921863c67b61d501ff4c (patch)
treebdfbd7612be604ba55c9d1d94e0d8e243c9fb37f /ext/openssl/ossl_cipher.c
parent9a0d2cb145a205094579c7defc9acddde11c7ba6 (diff)
downloadruby-openssl-b24b19687aebaea5788d921863c67b61d501ff4c.tar.gz
Use stronger ciphers in documentation
This will help users pick stronger ciphers if they aren't educated about encryption gotchas.
Diffstat (limited to 'ext/openssl/ossl_cipher.c')
-rw-r--r--ext/openssl/ossl_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c
index aa336f35..93cb0ed2 100644
--- a/ext/openssl/ossl_cipher.c
+++ b/ext/openssl/ossl_cipher.c
@@ -104,7 +104,7 @@ ossl_cipher_alloc(VALUE klass)
* call-seq:
* Cipher.new(string) -> cipher
*
- * The string must be a valid cipher name like "AES-128-CBC" or "3DES".
+ * The string must contain a valid cipher name like "AES-256-CBC".
*
* A list of cipher names is available by calling OpenSSL::Cipher.ciphers.
*/