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
2014-12-14Implement the V2ClientHello sniff in version-locked methods.David Benjamin
2014-12-02Don't assign handshake_func in the handshake functions.David Benjamin
2014-11-14Remove support for processing fragmented alertsAlex Chernyakhovsky
2014-10-28Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.David Benjamin
2014-10-24Reimplement i2d_SSL_SESSION using CBB.David Benjamin
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin
2014-09-17Add missing errors codes for alerts.David Benjamin
2014-09-04Add SSL_CTX_set_keylog_bio.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-27Rename some message functions for consistency.David Benjamin
2014-08-13Add mode to disallow session creation.Adam Langley
2014-08-13Clean up s23_srvr.c.David Benjamin
2014-07-25Change CCS_OK to EXPECT_CCS.David Benjamin
2014-07-16Fix magic SSL reason codes.David Benjamin
2014-07-15Rename ssl3_get_key_exchange to ssl3_get_server_key_exchange.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-09Check duplicate extensions before processing.David Benjamin
2014-07-08Port Certificate Request parsing to crypto/bytestringAlex Chernyakhovsky
2014-06-27Remove serverinfo and custom extensions support.David Benjamin
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-21Early callback support.Adam Langley
2014-06-21Fallback SCSV.Adam Langley
2014-06-21Equal preference cipher groups.Adam Langley
2014-06-21SSL AEAD support.Adam Langley
2014-06-21tls1_change_cipher_state rewriteAdam Langley
2014-06-21TLS 1.1 ciphers.Adam Langley
2014-06-21Empty record limit.Adam Langley
2014-06-21ChannelID support.Adam Langley
2014-06-21Inital import.Adam Langley