@item AES_GCM
This is the AES algorithm in the authenticated encryption GCM mode.
This mode combines message authentication and encryption.
+
+@item CAMELLIA_CBC
+CAMELLIA is an 128-bit block cipher developed by Mitsubish and NTT. It
+is one of the approved ciphers of the European NESSIE and Japanese
+CRYPTREC projects.
+
@end table
+
Supported MAC algorithms:
@table @code
SHA is a cryptographic hash algorithm designed by NSA. Outputs 160
bits of data.
+@item MAC_SHA256
+SHA256 is a cryptographic hash algorithm designed by NSA. Outputs 256
+bits of data.
+
+@item MAC_AEAD
+This indicates that an authenticated encryption algorithm, such as
+GCM, is in use.
+
@end table
@node Compression algorithms used in the record layer
@item DEFLATE
Zlib compression, using the deflate algorithm.
+@item NULL
+No compression.
+
@end table
@node Weaknesses and countermeasures