6 次代码提交 (9c3b120b618f3678a807d693b2e6f331aaa54605)

作者 SHA1 备注 提交日期
  David Benjamin 32524c93b3 Run the comment conversion script on decrepit/ 7 年前
  David Benjamin a78e6a5ab5 Switch from readdir_r back to readdir. 8 年前
  David Benjamin e3118b8dc4 Fix Windows build. 8 年前
  David Benjamin 3baee2a495 Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8 年前
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 年前
  David Benjamin 78f8aabe44 ssl->ctx cannot be NULL. 8 年前
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8 年前
  Joachim Bauch afd565ff9c Add defines for SRTP profiles using GCM ciphers from RFC 7714. 8 年前
  Adam Langley ce514698f5 Fix a missing initializer that only Clang warns about. 9 年前
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9 年前
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 年前
  David Benjamin cfd65b60a6 Fold srtp.h into ssl.h. 9 年前
  Adam Langley 391250d255 Convert the SRTP extension to the new system 9 年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 年前
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9 年前
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 年前
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 年前
  David Benjamin bc44c089fb Store SRTP_PROTECTION_PROFILES as const. 9 年前
  Adam Langley 2481975857 Reformat d1_{srtp|srvr}.c and s3_both.c 9 年前
  David Benjamin aeb8d00e76 Add less dangerous versions of SRTP functions. 10 年前
  David Benjamin fb3ff2c66c Don't compare signed vs. unsigned. 10 年前
  David Benjamin 120a674c00 Fix the return values for most of SRTP. 10 年前
  Adam Langley 6defe177fe Fix typo in DTLS-SRTP extension parsing. 10 年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 年前
  David Benjamin dc72ff75bd Port ClientHello extensions parsing to crypto/bytestring. 10 年前
  David Benjamin 8af6639565 Fix leak in ssl_parse_clienthello_use_srtp_ext. 10 年前
  David Benjamin 2e5d686e5a Make ssl_parse_serverhello_use_srtp_ext return 0 on failure. 10 年前
  David Benjamin 03973096f4 Port ServerHello extension parsing to CBS. 10 年前
  Adam Langley 95c29f3cd1 Inital import. 10 年前