summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-27Merge third_party/boringssl/src from https://boringssl.googlesource.com/borin...HEADwebview-m40_r4webview-m40_r3webview-m40_r2android-m-preview-2android-m-preview-1ub-webview-m40-releasemastermainTorne (Richard Coles)
2015-02-26Import RSAEphemeralKey tests from master.David Benjamin
2015-02-26Only allow ephemeral RSA keys in export ciphersuites.Adam Langley
2015-01-16Merge from Chromium at DEPS revision 40.0.2214.87webview-m40_r1Ben Murdoch
2015-01-16Merge third_party/boringssl/src from https://boringssl.googlesource.com/borin...Ben Murdoch
2015-01-06Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.Eric Roman
2014-11-06Merge from Chromium at DEPS revision db3f05efe0f9android-m-previewmaster-soongTorne (Richard Coles)
2014-11-06Merge third_party/boringssl/src from https://boringssl.googlesource.com/borin...Android Chromium Automerger
2014-11-05Rename example_sign to evp_test.David Benjamin
2014-11-05Allow PKCS#8 in d2i_AutoPrivateKey.David Benjamin
2014-11-05Call RtlGenRandom directly in RAND_bytes.David Benjamin
2014-11-04Remove KSSL_DEBUG.Adam Langley
2014-11-04Test renegotiation with BoringSSL as the client.Adam Langley
2014-11-04Make SSL_MODE_AUTO_RETRY the default.Adam Langley
2014-11-04Remove unused EVP_PKEY_ASN1_METHODs and flags.David Benjamin
2014-11-04Remove BN_LONG macro.David Benjamin
2014-11-04Remove remnants of EVP_MD_FLAG_PKEY_METHOD_SIGNATURE.David Benjamin
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin
2014-11-04Remove remnant of MS SGC second ClientHello.David Benjamin
2014-11-03Test server-side renegotiation.Adam Langley
2014-11-03Fix unused variables in bn/generic.cDavid Benjamin
2014-10-31Build with yasm on Win64 as well.David Benjamin
2014-10-31Get bssl tool building on Windows.David Benjamin
2014-10-31Fix standalone Win64 build.David Benjamin
2014-10-31Remove remnant of SRP.David Benjamin
2014-10-31Port ssl3_{get,send}_server_key_exchange to EVP_Digest{Verify,Sign}*.David Benjamin
2014-10-31Remove ERR_LIB_PKCS12.Adam Langley
2014-10-30Merge third_party/boringssl/src from https://boringssl.googlesource.com/borin...Android Chromium Automerger
2014-10-29Build Win32 with Yasm rather than MASM.David Benjamin
2014-10-29Get MASM output working on Win32.David Benjamin
2014-10-29Fix standalone bio_test and v3name_test on Win64.David Benjamin
2014-10-29Add -cipher option to bssl client.Adam Langley
2014-10-29Fix double-frees on malloc failure in ssl3_get_client_key_exchange.David Benjamin
2014-10-29Refactor ssl3_send_client_key_exchange slightly.David Benjamin
2014-10-29Add tests for ECDHE_PSK.David Benjamin
2014-10-29Fix ECDHE_PSK key exchange.David Benjamin
2014-10-29Add tests for PSK cipher suites.David Benjamin
2014-10-28Move the X509_NAME typedef into x509.h.David Benjamin
2014-10-28Make EVP_DigestVerifyFinal return only zero or one.David Benjamin
2014-10-28Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.David Benjamin
2014-10-27Fix build (broken by removal of key_arg from SSL_SESSION parsing).Piotr Sikora
2014-10-27Fix build on Windows.David Benjamin
2014-10-27Add less dangerous versions of SRTP functions.David Benjamin
2014-10-27Don't bother accepting key_arg when parsing SSL_SESSION.David Benjamin
2014-10-27Merge from Chromium at DEPS revision 614f7b807940Torne (Richard Coles)
2014-10-24Fix "integer constant is too large for 'long' type" errors.Piotr Sikora
2014-10-24Extended master secret support.Adam Langley
2014-10-24Reimplement i2d_SSL_SESSION using CBB.David Benjamin
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin
2014-10-24The empty contents are not a valid ASN.1 INTEGER.David Benjamin