Skip to content
  1. Jan 07, 2016
  2. Jan 06, 2016
  3. Jan 03, 2016
  4. Jan 02, 2016
  5. Jan 01, 2016
  6. Dec 31, 2015
  7. Dec 30, 2015
  8. Dec 29, 2015
  9. Dec 28, 2015
  10. Dec 27, 2015
    • 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