1. 25 Jun, 2014 2 commits
  2. 24 Jun, 2014 4 commits
  3. 23 Jun, 2014 6 commits
  4. 22 Jun, 2014 5 commits
  5. 19 Jun, 2014 6 commits
  6. 17 Jun, 2014 6 commits
  7. 16 Jun, 2014 2 commits
  8. 14 Jun, 2014 5 commits
  9. 13 Jun, 2014 2 commits
  10. 12 Jun, 2014 2 commits
    • 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