Skip to content
Snippets Groups Projects
Commit c41c69d9 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Wrap some comments.

parent 8f60d8ed
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,8 @@ Cipher.CipherSpec cipher_spec;
//! deriving the actual keys.
string(8bit) master_secret;
//! information about the certificate in use by the peer, such as issuing authority, and verification status.
//! Information about the certificate in use by the peer, such as
//! issuing authority, and verification status.
mapping cert_data;
//! Negotiated protocol version.
......@@ -267,7 +268,8 @@ int select_cipher_suite(array(CertificatePair) certs,
SSL3_DEBUG_MSG("Candidate certificates: %O\n", certs);
// Find the set of key exchange and hash algorithms supported by the client.
// Find the set of key exchange and hash algorithms supported by the
// client.
int ke_mask = 0;
int h_max = 0;
foreach(cipher_suites, int suite) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment