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
path: root/ssl
AgeCommit message (Expand)Author
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-12Don't decompose sigalgs in key preferences.David Benjamin
2016-07-12Don't call tls12_get_hash in the server handshake.David Benjamin
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Add a missing flushHandshake call to the TLS 1.3 handshake.David Benjamin
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-07-12Simplify ssl_get_message somewhat.David Benjamin
2016-07-12Don't use init_buf in DTLS.David Benjamin
2016-07-12Allow CECPQ1 cipher suites to do False Start.Adam Langley
2016-07-11Remove SSL_get_server_key_exchange_hash.David Benjamin
2016-07-11Forbid renegotiation in TLS 1.3.David Benjamin
2016-07-11Test that stray HelloRequests during the handshake are ignored.David Benjamin
2016-07-11Move references to init_buf into SSL_PROTOCOL_METHOD.David Benjamin
2016-07-11Rename (s3,d1)_meth.c.David Benjamin
2016-07-08Implement downgrade signaling in Go.Nick Harper
2016-07-08Push V2ClientHello handling into ssl3_get_message.David Benjamin
2016-07-08Split readClientHello in two.David Benjamin
2016-07-08Pull Go TLS server extension logic into its own function.David Benjamin
2016-07-08Implement OCSP stapling and SCT in Go TLS 1.3.David Benjamin
2016-07-08Improve CCS/Handshake synchronization tests.David Benjamin
2016-07-08Implement basic TLS 1.3 client handshake in Go.Nick Harper
2016-07-08Add tests for packed handshake records in TLS.David Benjamin
2016-07-08Move Go server extension logic to a separate function.David Benjamin
2016-07-08Add parsing logic for the three new TLS 1.3 extensions.Nick Harper
2016-07-08Simplify TLS reuse_message implementation.David Benjamin
2016-07-07Fix c.in.decrypt error handling in runner.David Benjamin
2016-07-07Add version tolerance tests for DTLS.David Benjamin
2016-07-07Extract certificate message processing in Go.David Benjamin
2016-07-07Extract Go CertificateRequest logic into a helper.David Benjamin
2016-07-07Rewrite Go Certificate and CertificateRequest serialization.Nick Harper
2016-07-07Add Go HKDF implementation with test.Nick Harper
2016-07-07Split ServerHello extensions into a separate struct.Nick Harper
2016-07-07Reimplement serverHelloMsg with byteBuilder in Go.Nick Harper
2016-07-07Add a Go version of CBB and convert ClientHello marshaling to it.Nick Harper
2016-07-06Rename Channel ID's EncryptedExtensions to just ChannelID in C.David Benjamin
2016-07-06Add TLS 1.3 constants from draft 13 to Go.David Benjamin
2016-07-06Rename EncryptedExtensions in Go in preparation for TLS 1.3.David Benjamin
2016-07-06Fix the Go code to be aware of DTLS version bounds.David Benjamin
2016-07-06Explicitly mark nearly every test at TLS 1.2.David Benjamin
2016-07-06Change SignatureAndHashAlgorithm to SignatureScheme in Go.Nick Harper
2016-07-02Add SSL_CTX_up_ref.Adam Langley
2016-07-01Move the Digest/Sign split for SignatureAlgorithms to a lower level.Steven Valdez
2016-07-01Add SSL_get_curve_id and SSL_get_dhe_group_size.David Benjamin
2016-07-01Don't allocate a group/curve ID for CECPQ1.David Benjamin
2016-07-01Remove key_exchange_info for plain RSA.David Benjamin
2016-07-01Don't send legacy ciphers if min_version >= TLS 1.3.David Benjamin
2016-07-01Simplify version configuration.David Benjamin
2016-06-30Cleaning up internal use of Signature Algorithms.Steven Valdez