Sign in
boringssl
/
boringssl.git
/
71e4aff65474b406d4b00e68e185e050d6f3bf6f
/
ssl
/
d1_srtp.c
5ab4596
Fix ssl_ctx_make_profiles error handling.
by David Benjamin
· 9 years ago
c6cc6e7
Make kSRTPProfiles static.
by David Benjamin
· 9 years ago
d229433
Free any existing SRTP connection profile.
by David Benjamin
· 9 years ago
9819367
Remove some easy obj.h dependencies.
by David Benjamin
· 9 years ago
78f8aab
ssl->ctx cannot be NULL.
by David Benjamin
· 9 years ago
51545ce
Remove a number of unnecessary stdio.h includes.
by David Benjamin
· 9 years ago
afd565f
Add defines for SRTP profiles using GCM ciphers from RFC 7714.
by Joachim Bauch
· 9 years ago
ce51469
Fix a missing initializer that only Clang warns about.
by Adam Langley
· 9 years ago
96c2a28
Fix all sign/unsigned warnings with Clang and GCC.
by Adam Langley
· 10 years ago
9e4e01e
Align the SSL stack on #include style.
by David Benjamin
· 10 years ago
cfd65b6
Fold srtp.h into ssl.h.
by David Benjamin
· 10 years ago
391250d
Convert the SRTP extension to the new system
by Adam Langley
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
60da0cd
Fix STACK_OF pointer style.
by David Benjamin
· 10 years ago
f0ae170
Include-what-you-use ssl/internal.h.
by David Benjamin
· 10 years ago
2ee94aa
Rename ssl_locl.h to internal.h
by David Benjamin
· 10 years ago
bc44c08
Store SRTP_PROTECTION_PROFILES as const.
by David Benjamin
· 10 years ago
2481975
Reformat d1_{srtp|srvr}.c and s3_both.c
by Adam Langley
· 10 years ago
aeb8d00
Add less dangerous versions of SRTP functions.
by David Benjamin
· 10 years ago
fb3ff2c
Don't compare signed vs. unsigned.
by David Benjamin
· 11 years ago
120a674
Fix the return values for most of SRTP.
by David Benjamin
· 11 years ago
6defe17
Fix typo in DTLS-SRTP extension parsing.
by Adam Langley
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
dc72ff7
Port ClientHello extensions parsing to crypto/bytestring.
by David Benjamin
· 11 years ago
8af6639
Fix leak in ssl_parse_clienthello_use_srtp_ext.
by David Benjamin
· 11 years ago
2e5d686
Make ssl_parse_serverhello_use_srtp_ext return 0 on failure.
by David Benjamin
· 11 years ago
0397309
Port ServerHello extension parsing to CBS.
by David Benjamin
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago