aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/rec_wri.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-29 01:21:34 +0000
committerlloyd <[email protected]>2011-12-29 01:21:34 +0000
commit06b1b21cc81922690846ae879f79753107d2d043 (patch)
tree524fc1fbc2f1625324b5e8e02e6ac9347fa7ab39 /src/tls/rec_wri.cpp
parentf0e1aea7930133531d33572b1957945c911d2a20 (diff)
Ref mozilla bug also
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.
*/