aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-26Import RSAEphemeralKey tests from master.chromium-2214David Benjamin4-5/+86
2015-02-26Only allow ephemeral RSA keys in export ciphersuites.Adam Langley1-49/+1
2015-01-06Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.Eric Roman2-0/+56
2014-11-05Rename example_sign to evp_test.David Benjamin3-10/+10
2014-11-05Allow PKCS#8 in d2i_AutoPrivateKey.David Benjamin2-3/+123
2014-11-05Call RtlGenRandom directly in RAND_bytes.David Benjamin1-39/+18
2014-11-04Remove KSSL_DEBUG.Adam Langley4-111/+0
2014-11-04Test renegotiation with BoringSSL as the client.Adam Langley3-3/+82
2014-11-04Make SSL_MODE_AUTO_RETRY the default.Adam Langley3-69/+4
2014-11-04Remove unused EVP_PKEY_ASN1_METHODs and flags.David Benjamin2-9/+1
2014-11-04Remove BN_LONG macro.David Benjamin1-2/+0
2014-11-04Remove remnants of EVP_MD_FLAG_PKEY_METHOD_SIGNATURE.David Benjamin1-11/+0
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin4-84/+1
2014-11-04Remove remnant of MS SGC second ClientHello.David Benjamin1-12/+0
2014-11-03Test server-side renegotiation.Adam Langley9-24/+183
2014-11-03Fix unused variables in bn/generic.cDavid Benjamin1-8/+8
2014-10-31Build with yasm on Win64 as well.David Benjamin2-7/+10
2014-10-31Get bssl tool building on Windows.David Benjamin5-2/+24
2014-10-31Fix standalone Win64 build.David Benjamin2-1/+8
2014-10-31Remove remnant of SRP.David Benjamin1-4/+0
2014-10-31Port ssl3_{get,send}_server_key_exchange to EVP_Digest{Verify,Sign}*.David Benjamin2-18/+15
2014-10-31Remove ERR_LIB_PKCS12.Adam Langley2-3/+0
2014-10-29Build Win32 with Yasm rather than MASM.David Benjamin2-3/+15
2014-10-29Get MASM output working on Win32.David Benjamin4-9/+13
2014-10-29Fix standalone bio_test and v3name_test on Win64.David Benjamin2-2/+5
2014-10-29Add -cipher option to bssl client.Adam Langley1-0/+8
2014-10-29Fix double-frees on malloc failure in ssl3_get_client_key_exchange.David Benjamin1-0/+4
2014-10-29Refactor ssl3_send_client_key_exchange slightly.David Benjamin1-110/+97
2014-10-29Add tests for ECDHE_PSK.David Benjamin3-26/+138
2014-10-29Fix ECDHE_PSK key exchange.David Benjamin1-12/+12
2014-10-29Add tests for PSK cipher suites.David Benjamin9-73/+301
2014-10-28Move the X509_NAME typedef into x509.h.David Benjamin4-26/+19
2014-10-28Make EVP_DigestVerifyFinal return only zero or one.David Benjamin3-40/+30
2014-10-28Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.David Benjamin5-54/+131
2014-10-27Fix build (broken by removal of key_arg from SSL_SESSION parsing).Piotr Sikora1-1/+0
2014-10-27Fix build on Windows.David Benjamin1-1/+1
2014-10-27Add less dangerous versions of SRTP functions.David Benjamin2-33/+53
2014-10-27Don't bother accepting key_arg when parsing SSL_SESSION.David Benjamin2-36/+13
2014-10-24Fix "integer constant is too large for 'long' type" errors.Piotr Sikora1-2/+5
2014-10-24Extended master secret support.Adam Langley30-243/+796
2014-10-24Reimplement i2d_SSL_SESSION using CBB.David Benjamin3-252/+196
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin6-302/+439
2014-10-24The empty contents are not a valid ASN.1 INTEGER.David Benjamin2-1/+8
2014-10-24Add CBB_add_asn1_uint64.David Benjamin3-1/+121
2014-10-24Remove T** parameter to ssl_bytes_to_cipher_list.David Benjamin3-28/+26
2014-10-24Don't condition on another header's #include guard.David Benjamin1-2/+0
2014-10-21Add SSL_SESSION serialization and deserialization tests.David Benjamin1-1/+166
2014-10-21Remove key_arg and key_arg_length from SSL_SESSION.David Benjamin6-33/+2
2014-10-21Move ECC extensions out of SSL_SESSION.David Benjamin5-62/+77
2014-10-20Set the IV length for AES-ECB to zero.Adam Langley1-4/+4