1. 13 Dec, 2013 5 commits
  2. 10 Dec, 2013 3 commits
  3. 09 Dec, 2013 6 commits
  4. 08 Dec, 2013 2 commits
  5. 03 Dec, 2013 4 commits
  6. 01 Dec, 2013 7 commits
  7. 27 Nov, 2013 1 commit
  8. 18 Nov, 2013 2 commits
  9. 17 Nov, 2013 1 commit
  10. 14 Nov, 2013 2 commits
  11. 13 Nov, 2013 3 commits
    • Dr. Stephen Henson's avatar
      Allow match selecting of current certificate. · ff0bdbed
      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.
      (cherry picked from commit 6856b288a6e66edd23907b7fa264f42e05ac9fc7)
      ff0bdbed
    • Rob Stradling's avatar
      Additional "chain_cert" functions. · dc4bdf59
      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.
      (cherry picked from commit 2f56c9c015dbca45379c9a725915b3b8e765a119)
      dc4bdf59
    • Krzysztof Kwiatkowski's avatar
      Delete duplicate entry. · b03d0513
      Krzysztof Kwiatkowski authored
      PR#3172
      (cherry picked from commit 4f055e34c3598cad00fca097d812fa3e6436d967)
      b03d0513
  12. 12 Nov, 2013 3 commits
  13. 11 Nov, 2013 1 commit