1. 13 12月, 2013 3 次提交
  2. 10 12月, 2013 4 次提交
  3. 05 12月, 2013 5 次提交
  4. 04 12月, 2013 3 次提交
  5. 03 12月, 2013 1 次提交
  6. 30 11月, 2013 1 次提交
  7. 29 11月, 2013 1 次提交
  8. 28 11月, 2013 3 次提交
  9. 19 11月, 2013 2 次提交
  10. 18 11月, 2013 1 次提交
  11. 15 11月, 2013 1 次提交
    • D
      Constify. · 0f7fa1b1
      Dr. Stephen Henson 提交于
      (cherry picked from commit 1abfa78a8ba714f7e47bd674db53dbe303cd1ce7)
      0f7fa1b1
  12. 14 11月, 2013 5 次提交
    • P
      Fix compilation with no-nextprotoneg. · 2911575c
      Piotr Sikora 提交于
      PR#3106
      2911575c
    • D
      Flag to disable automatic copying of contexts. · afa23c46
      Dr. Stephen Henson 提交于
      Some functions such as EVP_VerifyFinal only finalise a copy of the passed
      context in case an application wants to digest more data. Doing this when
      it is not needed is inefficient and many applications don't require it.
      
      For compatibility the default is to still finalise a copy unless the
      flag EVP_MD_CTX_FLAG_FINALISE is set in which case the passed
      context is finalised an *no* further data can be digested after
      finalisation.
      afa23c46
    • D
      Allow match selecting of current certificate. · 629b640b
      Dr. Stephen Henson 提交于
      If pointer comparison for current certificate fails check
      to see if a match using X509_cmp succeeds for the current
      certificate: this is useful for cases where the certificate
      pointer is not available.
      629b640b
    • R
      Additional "chain_cert" functions. · 7b6b246f
      Rob Stradling 提交于
      PR#3169
      
      This patch, which currently applies successfully against master and
      1_0_2, adds the following functions:
      
      SSL_[CTX_]select_current_cert() - set the current certificate without
      disturbing the existing structure.
      
      SSL_[CTX_]get0_chain_certs() - get the current certificate's chain.
      
      SSL_[CTX_]clear_chain_certs() - clear the current certificate's chain.
      
      The patch also adds these functions to, and fixes some existing errors
      in, SSL_CTX_add1_chain_cert.pod.
      7b6b246f
    • K
      Delete duplicate entry. · 44314cf6
      Krzysztof Kwiatkowski 提交于
      PR#3172
      44314cf6
  13. 13 11月, 2013 4 次提交
  14. 12 11月, 2013 3 次提交
  15. 11 11月, 2013 2 次提交
  16. 09 11月, 2013 1 次提交