summaryrefslogtreecommitdiff
path: root/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst/legacy/tls_cipher_suite_discovery/index.rst')
-rw-r--r--doc/rst/legacy/tls_cipher_suite_discovery/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/rst/legacy/tls_cipher_suite_discovery/index.rst b/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
index a31f9b1ab..f9a3fc851 100644
--- a/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
+++ b/doc/rst/legacy/tls_cipher_suite_discovery/index.rst
@@ -23,7 +23,7 @@ TLS Cipher Suite Discovery
Each Cipher Suite is represented by a 16-bit number. The number of well-defined cipher suites
grows with time, and no TLS implementation offers all known cipher suites at all times. An
implementation that claimed to offer all defined Cipher Suites would only be able to make that
- claim for a short time until another new Cipher Suite was defined. At any time, any real
+ claim for a short time until another new Cipher Suite was defined. At any time, any real
implementation implements some subset of the complete set of well-defined cipher suites.
Each new release of a TLS implementation may contain support for new Cipher Suites not supported
@@ -104,10 +104,10 @@ TLS Cipher Suite Discovery
SSLMACAlgorithm macAlgorithm;
PRUint16 macBits;
- PRUintn isFIPS  : 1;
- PRUintn isExportable : 1;
- PRUintn nonStandard  : 1;
- PRUintn reservedBits :29;
+ PRUintn isFIPS : 1;
+ PRUintn isExportable : 1;
+ PRUintn nonStandard : 1;
+ PRUintn reservedBits :29;
} SSLCipherSuiteInfo;