1. 08 1月, 2016 10 次提交
  2. 07 1月, 2016 4 次提交
  3. 06 1月, 2016 1 次提交
  4. 04 1月, 2016 4 次提交
  5. 03 1月, 2016 2 次提交
  6. 02 1月, 2016 3 次提交
  7. 01 1月, 2016 3 次提交
  8. 31 12月, 2015 1 次提交
  9. 30 12月, 2015 8 次提交
  10. 29 12月, 2015 3 次提交
  11. 28 12月, 2015 1 次提交
    • M
      Increase the max size limit for a CertificateRequest message · 057b6f79
      Matt Caswell 提交于
      Previous versions of OpenSSL had the max size limit for a CertificateRequest
      message as |s->max_cert_list|. Previously master had it to be
      SSL3_RT_MAX_PLAIN_LENGTH. However these messages can get quite long if a
      server is configured with a long list of acceptable CA names. Therefore
      the size limit has been increased to be consistent with previous versions.
      
      RT#4198
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      057b6f79