aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-09Switch an assert back to a check.chromium-2272Adam Langley1-1/+4
2015-02-02Use SSL_CLIENT_USE_TLS1_2_CIPHERS instead of ssl3_version_from_wire.David Benjamin1-1/+1
2015-01-26Only send sigalgs extension in 1.2-capable ClientHellos.David Benjamin2-1/+6
2015-01-09Fix various certificate fingerprint issues.Adam Langley9-7/+51
2015-01-09Fix DTLS memory leak.Adam Langley1-14/+28
2015-01-09Fix for CVE-2014-3570.Adam Langley3-244/+265
2015-01-08Add declarations for Android compatibility funcs.Adam Langley4-0/+41
2015-01-06Fix a compile error on Windows.Eric Roman1-0/+6
2015-01-06s/comparision/comparison/.Adam Langley4-9/+9
2015-01-06Condition the use of UI64 on _MSC_VER.Adam Langley1-2/+2
2015-01-06Treat handshake_failure in response to ClientHello special.David Benjamin4-0/+22
2015-01-06Test which direction ERR_get_error reads from the error queue.David Benjamin1-2/+6
2015-01-06Cast ca_list to (void *) to silence msvc warning 4090Nick Harper1-1/+1
2015-01-06Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.Eric Roman2-0/+56
2015-01-06Fix a couple of minor compiler warnings.Adam Langley2-2/+2
2015-01-06Add void in place of empty function arguments.Adam Langley3-4/+4
2015-01-06Rename hexdump to hexdump_write.Adam Langley1-3/+4
2014-12-19Properly handle key_len=0 for HMACNick Harper2-0/+21
2014-12-18Reformat the rest of ssl/.Adam Langley14-15678/+15386
2014-12-18Implement HKDF.Nick Harper9-0/+415
2014-12-18Reformat s3_{enc|lib}.c.Adam Langley2-2624/+2190
2014-12-18Update EVP_Cipher documentation some more.David Benjamin1-3/+6
2014-12-17Reformatting of s3_{cbc|clnt}.cAdam Langley2-2800/+2657
2014-12-17Touch up ssl3_get_message.Adam Langley2-58/+55
2014-12-16Tidy up DSA paramgen stylistically.David Benjamin1-64/+88
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin14-34/+32
2014-12-16Remove X509 parameter from ssl_cert_type.David Benjamin4-26/+12
2014-12-16Consistently order ECDHE_ECDSA over ECDHE_RSA.David Benjamin1-1/+3
2014-12-15Reformat d1_{srtp|srvr}.c and s3_both.cAdam Langley4-1406/+1304
2014-12-16Fix EVP_Cipher error-handling.David Benjamin3-10/+17
2014-12-16Don't change s->version after have_version is set.David Benjamin2-7/+0
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin10-101/+36
2014-12-16Use EVP_MAX_MD_SIZE to size the Finished message.David Benjamin1-1/+1
2014-12-16Add comments explaining what NETSCAPE_HANG_BUG does.David Benjamin1-0/+4
2014-12-16Consistently use ssl_handshake_start and ssl_set_handshake_header.David Benjamin2-31/+22
2014-12-16Fold dtls1_set_message_header into dtls1_set_handshake_header.David Benjamin3-33/+15
2014-12-13Reformatting of several DTLS source files.Adam Langley5-3474/+3117
2014-12-13Address code-review comments from prev changes.Adam Langley3-23/+29
2014-12-13Add tests for version negotiation failure alerts.David Benjamin2-20/+29
2014-12-13Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin22-1634/+330
2014-12-13Implement the V2ClientHello sniff in version-locked methods.David Benjamin6-41/+346
2014-12-13Fix memory leak on failure.David Benjamin3-4/+12
2014-12-13Use have_version in clamping TLS record-layer version to 1.0.David Benjamin1-9/+11
2014-12-13Add min_version tests.David Benjamin3-2/+91
2014-12-13Add min_version and max_version APIs.David Benjamin6-63/+194
2014-12-13Remove method swap in DTLS_ANY_VERSION.David Benjamin3-41/+34
2014-12-13Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin15-65/+105
2014-12-13Factor out remaining version-related functions.David Benjamin6-155/+178
2014-12-13Remove SSL_CTX_set_ssl_version.David Benjamin2-23/+0
2014-12-13Remove redundant SSL_ST_BEFORE-related checks.David Benjamin4-9/+14