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