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-09-27Fix ssl_ctx_make_profiles error handling.David Benjamin
2016-05-13Make kSRTPProfiles static.David Benjamin
2016-05-09Free any existing SRTP connection profile.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-22ssl->ctx cannot be NULL.David Benjamin
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
2015-12-11Add defines for SRTP profiles using GCM ciphers from RFC 7714.Joachim Bauch
2015-10-31Fix a missing initializer that only Clang warns about.Adam Langley
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-15Fold srtp.h into ssl.h.David Benjamin
2015-07-22Convert the SRTP extension to the new systemAdam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-07Fix STACK_OF pointer style.David Benjamin
2015-04-11Include-what-you-use ssl/internal.h.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-01-15Store SRTP_PROTECTION_PROFILES as const.David Benjamin
2014-12-16Reformat d1_{srtp|srvr}.c and s3_both.cAdam Langley
2014-10-28Add less dangerous versions of SRTP functions.David Benjamin
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-09-03Fix the return values for most of SRTP.David Benjamin
2014-07-18Fix typo in DTLS-SRTP extension parsing.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-07Port ClientHello extensions parsing to crypto/bytestring.David Benjamin
2014-07-03Fix leak in ssl_parse_clienthello_use_srtp_ext.David Benjamin
2014-07-01Make ssl_parse_serverhello_use_srtp_ext return 0 on failure.David Benjamin
2014-06-27Port ServerHello extension parsing to CBS.David Benjamin
2014-06-21Inital import.Adam Langley