1. 10 Dec, 2013 1 commit
  2. 09 Dec, 2013 2 commits
  3. 04 Dec, 2013 5 commits
  4. 03 Dec, 2013 4 commits
  5. 30 Nov, 2013 1 commit
  6. 29 Nov, 2013 1 commit
  7. 27 Nov, 2013 3 commits
  8. 18 Nov, 2013 2 commits
  9. 17 Nov, 2013 1 commit
  10. 14 Nov, 2013 2 commits
  11. 13 Nov, 2013 4 commits
    • Dr. Stephen Henson's avatar
      Flag to disable automatic copying of contexts. · afa23c46
      Dr. Stephen Henson authored
      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
    • Dr. Stephen Henson's avatar
      Allow match selecting of current certificate. · 629b640b
      Dr. Stephen Henson authored
      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
    • Rob Stradling's avatar
      Additional "chain_cert" functions. · 7b6b246f
      Rob Stradling authored
      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
    • Krzysztof Kwiatkowski's avatar
      Delete duplicate entry. · 44314cf6
      Krzysztof Kwiatkowski authored
      PR#3172
      44314cf6
  12. 12 Nov, 2013 4 commits
  13. 11 Nov, 2013 3 commits
  14. 10 Nov, 2013 2 commits
  15. 09 Nov, 2013 5 commits