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-07-23Do not allow a Finished message when NewSessionTicket is expected.David Benjamin
2014-07-16Fix another flipped condition.David Benjamin
2014-07-15Port tls12_check_peer_sigalg to CBS.David Benjamin
2014-07-15Port ssl3_get_key_exchange to CBS.David Benjamin
2014-07-09Separate client and server certificate_types.David Benjamin
2014-07-09Port early callback support to CBS.David Benjamin
2014-07-09Check duplicate extensions before processing.David Benjamin
2014-07-08Fix some OPENSSL_PUT_ERROR calls.David Benjamin
2014-07-08Remove is_probably_safari logic.David Benjamin
2014-07-08Remove OPENSSL_FIPS blocks.David Benjamin
2014-07-08Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-07-08Port Certificate Request parsing to crypto/bytestringAlex Chernyakhovsky
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-07Port ClientHello extensions parsing to crypto/bytestring.David Benjamin
2014-07-02Remove authz extension (RFC5878)David Benjamin
2014-07-01Remove opaque_prf_input extension.David Benjamin
2014-06-27Remove serverinfo and custom extensions support.David Benjamin
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-27Port ServerHello extension parsing to CBS.David Benjamin
2014-06-23Remove GOST support code from ssl/Adam Langley
2014-06-21Reduce elliptic curves and formats in ClientHello.Adam Langley
2014-06-21Check there is enough room for extension.Adam Langley
2014-06-21Add heartbeat extension bounds check.Adam Langley
2014-06-21Fix memory leak with client auth.Adam Langley
2014-06-21Move ECC extensions to end.Adam Langley
2014-06-21Early callback support.Adam Langley
2014-06-21TLS extension limit check fixes.Adam Langley
2014-06-21ChannelID support.Adam Langley
2014-06-21Inital import.Adam Langley