Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-15Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.David Benjamin
2016-07-15Add SSL_set_signing_algorithm_prefs.David Benjamin
2016-07-15Fixing TLS 1.3 Go Handshake Bugs.Steven Valdez
2016-07-15Moving ssl_check_leaf_certificate to ssl_cert.Steven Valdez
2016-07-15Switch application traffic keys at the right time in Go TLS 1.3.David Benjamin
2016-07-14Reformat some macros.David Benjamin
2016-07-14Fix ssl3_get_cert_verify key type checks.David Benjamin
2016-07-14Factor out certificate list parsing.David Benjamin
2016-07-14Factor out CA list parsing.David Benjamin
2016-07-14Generalize invalid signature tests and run at all versions.David Benjamin
2016-07-14Tidy up a few certificate-related utility functions.David Benjamin
2016-07-14Test SSL_get_peer_certificate and SSL_get_peer_cert_chain behavior.David Benjamin
2016-07-14Add a unit test for SSL_CTX_set_retain_only_sha256_of_client_certs.David Benjamin
2016-07-14Fix Go TLS 1.3 sigalg handling.David Benjamin
2016-07-14Rename all the signature algorithm tests.David Benjamin
2016-07-14Use SSL_get_extms_support in bssl_shim.David Benjamin
2016-07-14Enforce that EMS is not advertised in TLS 1.3.David Benjamin
2016-07-14Temporarily skip resume tests in TLS 1.3.David Benjamin
2016-07-14Test NULL client CA lists.David Benjamin
2016-07-14Always include the CA list in CertificateRequest.David Benjamin
2016-07-14Implement exporters for TLS 1.3 in Go.David Benjamin
2016-07-14Fix up TLS 1.3 PSK placeholder logic in the Go code.David Benjamin
2016-07-14Don't crash on EnableAllCiphers in deriveTrafficAEAD.David Benjamin
2016-07-14Temporarily skip resumption in 1.3 cipher suite tests.David Benjamin
2016-07-14Make WrongCertificateMessageType work in both 1.3 and 1.2.David Benjamin
2016-07-13Set m.raw in encryptedExtensionsMsg.David Benjamin
2016-07-13Use new APIs in bssl tool for connection info.David Benjamin
2016-07-13Forbid PSK ciphers in TLS 1.3 for now.David Benjamin
2016-07-13Account for key size when selecting RSA-PSS.David Benjamin
2016-07-13RSA_marshal_private_key: add missing CBB_flush()Matt Braithwaite
2016-07-12Implement client certificates for TLS 1.3 in Go.David Benjamin
2016-07-12Add OCSP stapling and SCT list support to 1.3 servers in Go.David Benjamin
2016-07-12Implement basic TLS 1.3 server handshake in Go.Nick Harper
2016-07-12Implement TLS 1.3's downgrade signal.David Benjamin
2016-07-12Remove ourSigAlgs parameter to selectSignatureAlgorithm.David Benjamin
2016-07-12Move isSupportedSignatureAlgorithm calls to verifyMessage in Go.David Benjamin
2016-07-12Configure verify/sign signature algorithms in Go separately.David Benjamin
2016-07-12Adding RSA-PSS signature algorithms.Steven Valdez
2016-07-12Update run_android_tests.go for test cert changes.David Benjamin
2016-07-12Add support for RSA-PSS to the TLS 1.3 Go code.David Benjamin
2016-07-12Enforce ECDSA curve matching in TLS 1.3.David Benjamin
2016-07-12Don't check certificates against the curve list in TLS 1.3.David Benjamin
2016-07-12Match ECDSA curve with hash in tests.David Benjamin
2016-07-12Move the key type check from tls12_check_peer_sigalg to ssl_verify_*.David Benjamin
2016-07-12Test that signature verification checks the key type.David Benjamin
2016-07-12Don't fall back to SHA-1 in TLS 1.3, only TLS 1.2.David Benjamin
2016-07-12Don't decompose signature algorithms in ssl_rsa.c.David Benjamin
2016-07-12Add default handlers for extension parsing.Steven Valdez
2016-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley
2016-07-12Add no-op function ENGINE_register_all_complete.Adam Langley