2015-07-08 | davidben | Don't initialize NSS in Cast renderers for the chimera... |
commitcommitdifftree |
2015-07-08 | davidben | Don't initialize NSS in Chrome renderers for the chimera... |
commitcommitdifftree |
2015-07-06 | davidben | Use EVP_has_aes_hardware to check AES-GCM hardware... |
commitcommitdifftree |
2015-07-02 | davidben | Add missing EnsureNSSInit to MockOwnerKeyUtil. |
commitcommitdifftree |
2015-07-02 | davidben | Condition NaCl NSS initialization on USE_OPENSSL. |
commitcommitdifftree |
2015-07-01 | davidben | Implement client certificates for NSS chimera builds. |
commitcommitdifftree |
2015-07-01 | davidben | Fix various build failures in the chimera build. |
commitcommitdifftree |
2015-07-01 | davidben | Sign CertificateVerify messages on a background thread. |
commitcommitdifftree |
2015-07-01 | davidben | Fix x509_certificate_model_unittest test expectations. |
commitcommitdifftree |
2015-06-30 | davidben | Fix RAND_bytes inside the sandbox for the chimera build. |
commitcommitdifftree |
2015-06-30 | davidben | Roll src/third_party/boringssl/src/ to de24aadc5bc01130b6a9d... 2015-06-30 davidben Add RAND_set_urandom_fd. 2015-06-25 davidben Move the session ticket functions... 2015-06-16 davidben Promote SSL_CTX_[gs]et_tlsext_ticket_ke... 2015-06-16 davidben Sort the preprocessor compatibility... 2015-06-16 davidben Increment the reference count... 2015-06-16 davidben Add a test for the ticket callback. 2015-06-15 davidben Remove EVP_PKEY_HMAC. 2015-06-22 davidben AEADs don't go through ENGINE. |
commitcommitdifftree |
2015-06-30 | davidben | Fix accounting and logging of HttpStream request and... |
commitcommitdifftree |
2015-06-29 | davidben | Track all jobs associated with an HttpStreamRequest. |
commitcommitdifftree |
2015-06-29 | davidben | Properly synchronize reload functions in X509Util. |
commitcommitdifftree |
2015-06-25 | davidben | Output hex dumps in net-internals as two columns of 8. |
commitcommitdifftree |
2015-06-24 | davidben | Fix OpenSSLPrivateKeyStore::StoreKeyPair on Android. |
commitcommitdifftree |
2015-06-24 | davidben | Cache sessions on new_session_cb. |
commitcommitdifftree |
2015-06-19 | davidben | Roll src/third_party/boringssl/src/ to 7e8f2baeb7f4987539396... 2015-06-18 davidben Don't put sessions from renegotiations... 2015-06-18 davidben Move all the bssl_shim handshake... 2015-06-10 davidben Expose ECDSA_SIG_max_len to size... 2015-05-29 davidben Implement asynchronous private... 2015-06-18 davidben Preserve session->sess_cert on... 2015-06-17 davidben Add SSL_initial_handshake_complete. 2015-05-28 davidben Export pkcs1_prefixed_msg as RSA_add_pk... 2015-06-16 davidben Fix length checks in X509_cmp_time... 2015-06-12 davidben Raise SIGTRAP rather than abort... 2015-06-16 davidben DTLS fragments may not be split... 2015-06-15 davidben Duplicate SSL_SESSIONs when renewing... 2015-06-15 davidben Add SSL_SESSION_from_bytes. 2015-06-12 davidben Set errno to ENOMEM when simulating... 2015-06-11 davidben Check for BN_copy failures. 2015-06-08 davidben Remove EVP_PKEY_missing_parameters... 2015-06-07 davidben Prune ssl3_check_cert_and_algorithm. 2015-06-07 davidben Explicitly check for empty certificate... 2015-06-06 davidben Limit the number of warning alerts... 2015-06-07 davidben Slightly simplify ServerKeyExchange... 2015-06-07 davidben Get rid of CERT_PKEY slots in... 2015-06-07 davidben Convert rsa_test to C++. 2015-06-06 davidben Add tests for empty record limit... 2015-06-07 davidben Make constants in bssl tool actually... 2015-06-05 davidben Fix build. 2015-06-04 davidben Add a flag to bssl client to enable... |
commitcommitdifftree |
2015-06-17 | davidben | Revert of Roll src/third_party/boringssl/src/ to b0acb7743f6... > 2015-05-28 davidben Export pkcs1_prefixed_msg as RSA_add_pk... > 2015-06-16 davidben Fix length checks in X509_cmp_time... > 2015-06-12 davidben Raise SIGTRAP rather than abort... > 2015-06-16 davidben DTLS fragments may not be split... > 2015-06-15 davidben Duplicate SSL_SESSIONs when renewing... > 2015-06-15 davidben Add SSL_SESSION_from_bytes. > 2015-06-12 davidben Set errno to ENOMEM when simulating... > 2015-06-11 davidben Check for BN_copy failures. > 2015-06-08 davidben Remove EVP_PKEY_missing_parameters... > 2015-06-07 davidben Prune ssl3_check_cert_and_algorithm. > 2015-06-07 davidben Explicitly check for empty certificate... > 2015-06-06 davidben Limit the number of warning alerts... > 2015-06-07 davidben Slightly simplify ServerKeyExchange... > 2015-06-07 davidben Get rid of CERT_PKEY slots in... > 2015-06-07 davidben Convert rsa_test to C++. > 2015-06-06 davidben Add tests for empty record limit... > 2015-06-07 davidben Make constants in bssl tool actually... > 2015-06-05 davidben Fix build. > 2015-06-04 davidben Add a flag to bssl client to enable... |
commitcommitdifftree |
2015-06-16 | davidben | Fix fallback tests on old-NSS bots. |
commitcommitdifftree |
2015-06-16 | davidben | Roll src/third_party/boringssl/src/ to b0acb7743f6c1e4b8307b... 2015-05-28 davidben Export pkcs1_prefixed_msg as RSA_add_pk... 2015-06-16 davidben Fix length checks in X509_cmp_time... 2015-06-12 davidben Raise SIGTRAP rather than abort... 2015-06-16 davidben DTLS fragments may not be split... 2015-06-15 davidben Duplicate SSL_SESSIONs when renewing... 2015-06-15 davidben Add SSL_SESSION_from_bytes. 2015-06-12 davidben Set errno to ENOMEM when simulating... 2015-06-11 davidben Check for BN_copy failures. 2015-06-08 davidben Remove EVP_PKEY_missing_parameters... 2015-06-07 davidben Prune ssl3_check_cert_and_algorithm. 2015-06-07 davidben Explicitly check for empty certificate... 2015-06-06 davidben Limit the number of warning alerts... 2015-06-07 davidben Slightly simplify ServerKeyExchange... 2015-06-07 davidben Get rid of CERT_PKEY slots in... 2015-06-07 davidben Convert rsa_test to C++. 2015-06-06 davidben Add tests for empty record limit... 2015-06-07 davidben Make constants in bssl tool actually... 2015-06-05 davidben Fix build. 2015-06-04 davidben Add a flag to bssl client to enable... |
commitcommitdifftree |
2015-06-16 | davidben | Prune OpenSSLInitSingleton. |
commitcommitdifftree |
2015-06-16 | davidben | Don't put IP addresses in SNI in SSLClientSocketOpenSSL. |
commitcommitdifftree |
2015-06-15 | davidben | Disable the TLS 1.0 version fallback. |
commitcommitdifftree |
2015-06-09 | davidben | Remove ICS and remnants of DSA support for Android... |
commitcommitdifftree |
2015-06-09 | davidben | Put SSLVersionMin back in policy_test_cases.json |
commitcommitdifftree |
2015-06-09 | davidben | Remove unnecessary ExpectLogContainsEventSomewhere... |
commitcommitdifftree |
2015-06-08 | davidben | Consistently use BYTE* instead of PBYTE in openssl_platform_... |
commitcommitdifftree |
2015-06-08 | davidben | Update cached certificates on revalidations. |
commitcommitdifftree |
2015-06-05 | davidben | Remove likely stale drmemory suppressions. |
commitcommitdifftree |
2015-06-05 | davidben | Call GetSSLConfig on the IO thread. |
commitcommitdifftree |
2015-06-05 | davidben | Roll src/third_party/boringssl/src/ to af0e32cb84f0c9cc65b92... 2015-06-02 davidben Sync vs_toolschain.py up with... 2015-06-02 davidben Empty commit to kick the bots. 2015-06-01 davidben Unexport and prune EVP_MD_CTX... 2015-06-01 davidben Remove HMAC_CTX_set_flags. 2015-06-01 davidben Add additional HMAC tests. 2015-05-30 davidben Further tidy up cipher logic. 2015-05-30 davidben Add a test that DTLS does not... 2015-05-27 davidben Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* 2015-05-27 davidben Remove SSL_CIPHER_ALGORITHM2_AEAD. 2015-05-30 davidben Fold away SSL_PROTOCOL_METHOD... 2015-05-30 davidben Split ssl_read_bytes hook into... 2015-05-30 davidben Switch the ssl_write_bytes hook... 2015-05-27 davidben EVP_Digest*Update, EVP_DigestFinal... 2015-05-27 davidben Low-level hash 'final' functions... 2015-05-27 davidben Fix integer types in low-level... 2015-05-28 davidben Reject sessions with the wrong... 2015-05-28 davidben Reject unknown fields in d2i_SSL_SESSION. |
commitcommitdifftree |
2015-06-04 | davidben | Remove unused suppression. |
commitcommitdifftree |
2015-06-04 | davidben | Remove unused suppression. |
commitcommitdifftree |
2015-06-04 | davidben | Switch prefetch_browsertest to the embedded test server. |
commitcommitdifftree |
2015-06-03 | davidben | Refresh CNNIC whitelist. |
commitcommitdifftree |
2015-06-03 | davidben | Fix leak in CAPI client certificate codepath. |
commitcommitdifftree |
2015-06-03 | davidben | Speculatively remove SSLClientSocketTest.VerifyReturnChainPr... |
commitcommitdifftree |
2015-06-03 | davidben | Update some comments for origin-bounds certs -> channel ID |
commitcommitdifftree |
2015-06-03 | davidben | Remove URLRequestStatus mutators and introduce FromError. |
commitcommitdifftree |
2015-06-02 | davidben | Remove LogContainsSSLConnectEndEvent. |
commitcommitdifftree |
2015-06-01 | davidben | Roll src/third_party/boringssl/src/ to 8a228f5bfe82e8178fc42... 2015-06-01 davidben Disable the malloc interceptor... 2015-05-29 davidben Fix DTLS handling of multiple... 2015-05-27 davidben Fix bn_test's bc output and shut... 2015-05-26 davidben Tidy up overflows in obj_cmp. 2015-05-27 davidben Fix signed/unsigned warning in... 2015-05-26 davidben Fix off-by-one in BN_rand 2015-05-26 davidben Reject negative shifts for BN_rshift... 2015-05-26 davidben aes/asm/bsaes-armv7.pl: fix compilation... 2015-05-26 davidben Add OPENSSL_PUT_ERROR line to... 2015-05-26 davidben Fix typo in valid_star. 2015-05-26 davidben Release handshake buffer when... 2015-05-26 davidben Release the handshake buffer on... 2015-05-26 davidben Decide whether or not to request... 2015-05-26 davidben Remove server-side renego session... 2015-05-26 davidben Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 2015-05-26 davidben Remove fake RLE compression OID. 2015-05-26 davidben Fix typo in objects.txt 2015-05-21 davidben Add some comments and tweak assertions... 2015-05-21 davidben Don't make SSL_MODE_*HELLO_TIME... 2015-05-26 davidben Have consumers supply OPENSSL_C11_ATOMIC. 2015-05-27 davidben Revert "tool: we don't need -lrt." 2015-05-15 davidben Deprecate and no-op SSL_set_state. 2015-05-15 davidben Remove compatibility s->version... 2015-05-15 davidben Remove SSL_in_before and SSL_ST_BEFORE. 2015-05-21 davidben Remove renegotiation deferral... 2015-05-21 davidben Forbid caller-initiated renegotiations... 2015-05-15 davidben Remove s->renegotiate check in... 2015-05-15 davidben Switch three more renegotiate... 2015-05-15 davidben Remove remnants of DTLS renegotiate. 2015-05-16 davidben Deprecate SSL_*_read_ahead and... 2015-05-21 davidben Fix Windows mode. 2015-05-15 davidben Fix some malloc test crashs. 2015-05-15 davidben Add malloc test support to unit... 2015-04-05 davidben Pass a dtls1_use_epoch enum down... 2015-03-03 davidben Factor SSL_AEAD_CTX into a dedicated... 2015-05-16 davidben Pull version, option, and mode... 2015-05-16 davidben Prune version constants. 2015-05-16 davidben Remove ssl_ok. 2015-05-16 davidben Unexport ssl_get_new_session and... 2015-05-16 davidben Fix some documentation typos. 2015-05-16 davidben Also skip #elif lines. 2015-05-16 davidben Parse macros in getNameFromDecl. 2015-05-16 davidben Document some core SSL_CTX and... 2015-05-16 davidben Don't use struct names in ssl.h. 2015-05-15 davidben Tidy up state machine coverage... 2015-05-15 davidben Add client peer-initiated renego... 2015-05-15 davidben Add client-side tests for renegotiation... |
commitcommitdifftree |
2015-05-30 | davidben | Remove ERR_SSL_UNSAFE_NEGOTIATION error code. |
commitcommitdifftree |
2015-05-30 | davidben | Roll src/third_party/boringssl/src/ to bd15a8e74894616ca8ad0... 2015-05-29 davidben Fix DTLS handling of multiple... 2015-05-27 davidben Fix bn_test's bc output and shut... 2015-05-26 davidben Tidy up overflows in obj_cmp. 2015-05-27 davidben Fix signed/unsigned warning in... 2015-05-26 davidben Fix off-by-one in BN_rand 2015-05-26 davidben Reject negative shifts for BN_rshift... 2015-05-26 davidben aes/asm/bsaes-armv7.pl: fix compilation... 2015-05-26 davidben Add OPENSSL_PUT_ERROR line to... 2015-05-26 davidben Fix typo in valid_star. 2015-05-26 davidben Release handshake buffer when... 2015-05-26 davidben Release the handshake buffer on... 2015-05-26 davidben Decide whether or not to request... 2015-05-26 davidben Remove server-side renego session... 2015-05-26 davidben Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 2015-05-26 davidben Remove fake RLE compression OID. 2015-05-26 davidben Fix typo in objects.txt 2015-05-21 davidben Add some comments and tweak assertions... 2015-05-21 davidben Don't make SSL_MODE_*HELLO_TIME... 2015-05-26 davidben Have consumers supply OPENSSL_C11_ATOMIC. 2015-05-27 davidben Revert "tool: we don't need -lrt." 2015-05-15 davidben Deprecate and no-op SSL_set_state. 2015-05-15 davidben Remove compatibility s->version... 2015-05-15 davidben Remove SSL_in_before and SSL_ST_BEFORE. 2015-05-21 davidben Remove renegotiation deferral... 2015-05-21 davidben Forbid caller-initiated renegotiations... 2015-05-15 davidben Remove s->renegotiate check in... 2015-05-15 davidben Switch three more renegotiate... 2015-05-15 davidben Remove remnants of DTLS renegotiate. 2015-05-16 davidben Deprecate SSL_*_read_ahead and... 2015-05-21 davidben Fix Windows mode. 2015-05-15 davidben Fix some malloc test crashs. 2015-05-15 davidben Add malloc test support to unit... 2015-04-05 davidben Pass a dtls1_use_epoch enum down... 2015-03-03 davidben Factor SSL_AEAD_CTX into a dedicated... 2015-05-16 davidben Pull version, option, and mode... 2015-05-16 davidben Prune version constants. 2015-05-16 davidben Remove ssl_ok. 2015-05-16 davidben Unexport ssl_get_new_session and... 2015-05-16 davidben Fix some documentation typos. 2015-05-16 davidben Also skip #elif lines. 2015-05-16 davidben Parse macros in getNameFromDecl. 2015-05-16 davidben Document some core SSL_CTX and... 2015-05-16 davidben Don't use struct names in ssl.h. 2015-05-15 davidben Tidy up state machine coverage... 2015-05-15 davidben Add client peer-initiated renego... 2015-05-15 davidben Add client-side tests for renegotiation... |
commitcommitdifftree |
2015-05-29 | davidben | Remove policy glue for SSLVersionMin. |
commitcommitdifftree |
2015-05-26 | davidben | Make components/ownership transit SECKEYPrivateKey... |
commitcommitdifftree |
2015-05-26 | davidben | Remove third_party/undoview from the checkout. |
commitcommitdifftree |
2015-05-18 | davidben | Measure inappropriate_fallback alerts from Google. |
commitcommitdifftree |
2015-05-18 | davidben | Replace GetAllErrorCodesForUma calls with UMA_HISTOGRAM_SPAR... |
commitcommitdifftree |
2015-05-16 | davidben | Build BoringSSL without assembly if using MSan. |
commitcommitdifftree |
2015-05-15 | davidben | Gather metrics classifying the cause of the TLS fallback. |
commitcommitdifftree |
2015-05-15 | davidben | Roll src/third_party/boringssl/src 771a138:a07c0fc |
commitcommitdifftree |
2015-05-14 | davidben | Completely remove SSLv3 support. |
commitcommitdifftree |
2015-05-13 | davidben | Replace EVP_PKEY_dup calls with EVP_PKEY_up_ref. |
commitcommitdifftree |
2015-05-13 | davidben | Prune some remnants of DSA client certificate support. |
commitcommitdifftree |
2015-05-13 | davidben | Roll src/third_party/boringssl/src 68de407:771a138 |
commitcommitdifftree |
2015-05-12 | davidben | Split DoHandshake into DoHandshake and DoHandshakeComplete. |
commitcommitdifftree |
2015-05-12 | davidben | Revert of Roll src/third_party/boringssl/src 68de407... |
commitcommitdifftree |
2015-05-12 | davidben | Roll src/third_party/boringssl/src 68de407:de12d6c |
commitcommitdifftree |
2015-05-12 | davidben | Use FindNSSKeyFromPublicKeyInfoInSlot when a slot is... |
commitcommitdifftree |
2015-05-12 | davidben | Remove SpdyStream::GetSSLCertRequestInfo. |
commitcommitdifftree |
2015-05-12 | davidben | Remove client_auth_cert_needed_ from SSLClientSocketOpenSSL. |
commitcommitdifftree |
2015-05-12 | davidben | Reject renegotiations in SSLClientSocket by default. |
commitcommitdifftree |
2015-05-12 | davidben | Add components/ownership/OWNERS to ownership.gypi per... |
commitcommitdifftree |
2015-05-11 | davidben | Reland "Don't use RSAPrivateKey in NSS integration... |
commitcommitdifftree |
2015-05-09 | davidben | Revert of Roll src/third_party/boringssl/src 68de407... |
commitcommitdifftree |
2015-05-09 | davidben | Roll src/third_party/boringssl/src 68de407:65a7e94 |
commitcommitdifftree |
2015-05-08 | davidben | Use a GrowableIOBuffer in CertificateResourceHandler. |
commitcommitdifftree |
2015-05-07 | davidben | Fix NSS locking bug when sending no_renegotiate. |
commitcommitdifftree |
2015-05-06 | davidben | Check IsConnected in SSLClientSocketOpenSSL::ExportKeyingMat... |
commitcommitdifftree |
2015-05-05 | davidben | Use Mac assembly for x86 iOS simulator targets. |
commitcommitdifftree |
2015-05-04 | davidben | Bound the size of user certificate that may be imported. |
commitcommitdifftree |
2015-05-04 | davidben | Only record fallback metrics on successful requests. |
commitcommitdifftree |
2015-05-04 | davidben | Check for both TLS 1.2 and AES-GCM support in SSLServerSocke... |
commitcommitdifftree |
2015-05-02 | davidben | Test that SSLServerSocket defaults to modern ciphers. |
commitcommitdifftree |
2015-05-01 | davidben | Don't use RSAPrivateKey in NSS integration code. |
commitcommitdifftree |
2015-05-01 | davidben | Roll src/third_party/boringssl/src ef4962f:68de407 |
commitcommitdifftree |
2015-05-01 | davidben | Undisable SSLServerSocketTest.Handshake on Android. |
commitcommitdifftree |
2015-04-27 | davidben | Unvirtual and inline SSLClientSocket setters. |
commitcommitdifftree |
2015-04-27 | davidben | Remove WasChannelIDSent and friends from SSLClientSocket. |
commitcommitdifftree |
2015-04-27 | davidben | Route OCSP stapling through CertVerifier. |
commitcommitdifftree |
2015-04-27 | davidben | Clean up NPN/ALPN-related SSLClientSocket bits. |
commitcommitdifftree |
2015-04-25 | davidben | Make CL_extractCSSMKeyNSS leak suppression more specific. |
commitcommitdifftree |
2015-04-24 | davidben | Pass in a non-null CertVerifier into SSLClientSocket. |
commitcommitdifftree |
2015-04-23 | davidben | Account for the OS returning an empty certificate chain. |
commitcommitdifftree |
2015-04-23 | davidben | Slightly tidy up CertVerifyProcTest.IsIssuedByKnownRootIgnor... |
commitcommitdifftree |
2015-04-23 | davidben | Remove PrerenderLocalPredictor, part 4. |
commitcommitdifftree |
2015-04-22 | davidben | Initial support for using BoringSSL with NSS certificates. |
commitcommitdifftree |
2015-04-21 | davidben | Unwind the URL-based experiment IDs. |
commitcommitdifftree |
2015-04-20 | davidben | Remove the deprecated use_nss and USE_NSS flags. |
commitcommitdifftree |
2015-04-20 | davidben | Prune chrome/browser/prerender/OWNERS. |
commitcommitdifftree |
2015-04-18 | davidben | Remove PrerenderLocalPredictor, part 2. |
commitcommitdifftree |
2015-04-17 | davidben | Remove PrerenderLocalPredictor, part 3. |
commitcommitdifftree |
2015-04-17 | davidben | Remove PrerenderLocalPredictor, part 5. |
commitcommitdifftree |
2015-04-17 | davidben | Rename USE_NSS to USE_NSS_CERTS. |
commitcommitdifftree |
2015-04-17 | davidben | Remove PrerenderLocalPredictor, part 1. |
commitcommitdifftree |
2015-04-16 | davidben | Rename use_nss to use_nss_certs in gyp and grit. |
commitcommitdifftree |
2015-04-16 | davidben | Make SSLClientSessionCacheOpenSSL thread-safe. |
commitcommitdifftree |
2015-04-15 | davidben | Don't check for unflushed bytes in SSLClientSocketOpenSSL... |
commitcommitdifftree |
2015-04-13 | davidben | Roll src/third_party/nss d1edb68:9506806 (svn 294684... |
commitcommitdifftree |
next |