1. 03 4月, 2016 18 次提交
  2. 02 4月, 2016 2 次提交
  3. 01 4月, 2016 6 次提交
  4. 31 3月, 2016 13 次提交
  5. 30 3月, 2016 1 次提交
    • D
      Remove X509_PUBKEY lock. · d2ec189f
      Dr. Stephen Henson 提交于
      Cache the decoded public key when an X509_PUBKEY structure is initially
      parsed so no locking is required. Ignore any decode errors.
      
      When an application calls X509_PUBKEY_get0() subsequently it will either
      get the cached key or the decode operation will be repeated which will
      return an appropriate error.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d2ec189f