1. 07 Jan, 2016 10 commits
  2. 06 Jan, 2016 5 commits
  3. 03 Jan, 2016 4 commits
  4. 02 Jan, 2016 5 commits
  5. 01 Jan, 2016 2 commits
  6. 31 Dec, 2015 1 commit
  7. 30 Dec, 2015 7 commits
  8. 29 Dec, 2015 3 commits
  9. 28 Dec, 2015 2 commits
  10. 27 Dec, 2015 1 commit
    • Matt Caswell's avatar
      Increase the max size limit for a CertificateRequest message · 057b6f79
      Matt Caswell authored
      
      
      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: default avatarViktor Dukhovni <viktor@openssl.org>
      057b6f79