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
2015-11-17Check for overflow when parsing a CBS with d2i_*.David Benjamin
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-20Unexport SSL_SESSION_ASN1_VERSION.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-15const-correct a few SSL_SESSION functions.David Benjamin
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-29Slightly refactor SSL_SESSION parsing.David Benjamin
2015-08-19Make key exchange strength available.Sigbjorn Vik
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-01Add CBB_zero to set a CBB to the zero state.David Benjamin
2015-06-16Duplicate SSL_SESSIONs when renewing them.David Benjamin
2015-06-16Add SSL_SESSION_from_bytes.David Benjamin
2015-06-02Further tidy up cipher logic.David Benjamin
2015-06-01Reject sessions with the wrong structure version.David Benjamin
2015-06-01Reject unknown fields in d2i_SSL_SESSION.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 5.David Benjamin
2015-04-17(d2i_SSL_SESSION): Fix a memory leak that occurs on error.Matt Braithwaite
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-03-21Clean up error reporting.Håvard Molland
2015-01-15Remove SSL_SESSION::cipher_id.David Benjamin
2014-11-11Remove psk_identity_hint from SSL_SESSION.David Benjamin
2014-10-28Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.David Benjamin
2014-10-28Fix build (broken by removal of key_arg from SSL_SESSION parsing).Piotr Sikora
2014-10-28Don't bother accepting key_arg when parsing SSL_SESSION.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-24Reimplement i2d_SSL_SESSION using CBB.David Benjamin
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin
2014-10-21Remove key_arg and key_arg_length from SSL_SESSION.David Benjamin
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-21Implement client side of TLS signed certificate stamps extension.Håvard Molland
2014-08-14Set SSL_SESSION.cipher when parsing.Adam Langley
2014-07-25unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-08Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-06-21fix coverity issue 966597 - error line is not always initialisedAdam Langley
2014-06-21ChannelID support.Adam Langley
2014-06-21Optionally, retain only SHA-256 of client cert.Adam Langley
2014-06-21Inital import.Adam Langley