aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/rec_wri.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/rec_wri.cpp')
-rw-r--r--src/tls/rec_wri.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/rec_wri.cpp b/src/tls/rec_wri.cpp
index d372475d6..3f6f9b7f1 100644
--- a/src/tls/rec_wri.cpp
+++ b/src/tls/rec_wri.cpp
@@ -135,13 +135,13 @@ void Record_Writer::send(byte type, const byte input[], size_t length)
return;
/*
- * If using CBC mode in SSLv3/TLS1.0, send a single byte of
+ * If using CBC mode in SSLv3/TLS v1.0, send a single byte of
* plaintext to randomize the (implicit) IV of the following main
* block. If using a stream cipher, or TLS v1.1, this isn't
* necessary.
*
* An empty record also works but apparently some implementations do
- * not like this.
+ * not like this (https://bugzilla.mozilla.org/show_bug.cgi?id=665814)
*
* See http://www.openssl.org/~bodo/tls-cbc.txt for background.
*/