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-01Group 1.3 extension constants together and remove ticket_age.David Benjamin
2016-07-01Adding new TLS 1.3 alert/extension IDs.Steven Valdez
2016-06-30Cleaning up internal use of Signature Algorithms.Steven Valdez
2016-06-28Take out a bunch of unused constants.David Benjamin
2016-06-28Changing representation of signature/hash to use SignatureScheme.Steven Valdez
2016-06-23Update references to RFC 7905.David Benjamin
2016-06-03Adding ECDHE-PSK GCM Ciphersuites.Steven Valdez
2016-05-26CECPQ1: change from named curve to ciphersuite.Matt Braithwaite
2016-05-20Generalizing curves to groups in preparation for TLS 1.3.Steven Valdez
2016-02-02Update references to the extended master secret draft.David Benjamin
2015-12-17Implement draft-ietf-tls-chacha20-poly1305-04.David Benjamin
2015-10-29Fix even more ChaCha20 rename deadlocks.David Benjamin
2015-10-28Resolve another ChaCha20-Poly1305 rename deadlock.David Benjamin
2015-10-27Refactor ChaCha20-Poly1305 AEAD nonce handling.Brian Smith
2015-10-26Move remaining functions out of tls1.h.David Benjamin
2015-10-22Update references to the padding draft.Adam Langley
2015-10-20Ditch remaining filename comments from public headers and ssl/David Benjamin
2015-08-25Remove DHE_RSA_WITH_CHACHA20_POLY1305.David Benjamin
2015-07-22Convert the SRTP extension to the new systemAdam Langley
2015-07-22Convert the Channel ID extension to the new system.Adam Langley
2015-07-07Remove SSL_get_(shared_)sigalgs.David Benjamin
2015-06-26Move the session ticket functions to ssl.h.David Benjamin
2015-06-26Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions.David Benjamin
2015-06-09Add ECDHE-PSK-AES{128,256}-SHA cipher suites.Adam Langley
2015-06-09Drop ECDHE-PSK-AES-128-GCM.Adam Langley
2015-05-08Opaquify DTLS structs.David Benjamin
2015-05-07Promote SNI macros to functions.David Benjamin
2015-05-07Promote all SSL callback ctrl hooks to proper functions.David Benjamin
2015-05-05Remove remnants of old OCSP stapling API.David Benjamin
2015-05-05Remove SSL_set_tlsext_debug_callback.David Benjamin
2015-05-05Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions.Adam Langley
2015-04-06Clean up SSL_export_keying_material implementation.David Benjamin
2015-03-10Remove finish_mac_length from SSL3_ENC_METHOD.David Benjamin
2015-01-26Reformat SSL/TLS headers.Adam Langley
2015-01-15remove duplicate definesDavid Benjamin
2014-12-05Update references to RFCs.David Benjamin
2014-11-22Remove SSL_set_session_secret_cb (EAP-FAST)David Benjamin
2014-11-19Remove SSL_check_chain and unexport CERT_PKEY flags.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-21Implement client side of TLS signed certificate stamps extension.HÃ¥vard Molland
2014-08-01Add visibility rules.Adam Langley
2014-07-25Remove last remnants of GOST support.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley