Skip to content
  1. Jun 25, 2014
  2. Jun 24, 2014
  3. Jun 23, 2014
  4. Jun 22, 2014
  5. Jun 19, 2014
  6. Jun 17, 2014
  7. Jun 16, 2014
  8. Jun 14, 2014
  9. Jun 13, 2014
  10. Jun 12, 2014
    • Viktor Dukhovni's avatar
      Client-side namecheck wildcards. · a09e4d24
      Viktor Dukhovni authored
      A client reference identity of ".example.com" matches a server
      certificate presented identity that is any sub-domain of "example.com"
      (e.g. "www.sub.example.com).
      
      With the X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS flag, it matches
      only direct child sub-domains (e.g. "www.sub.example.com").
      a09e4d24
    • Kurt Cancemi's avatar
      Fix off-by-one errors in ssl_cipher_get_evp() · abfb989f
      Kurt Cancemi authored
      In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays.
      
      PR#3375
      abfb989f