Skip to content
  1. Dec 18, 2013
  2. Dec 13, 2013
  3. Dec 10, 2013
  4. Dec 09, 2013
  5. Dec 08, 2013
  6. Dec 03, 2013
  7. Dec 01, 2013
  8. Nov 27, 2013
  9. Nov 18, 2013
  10. Nov 17, 2013
  11. Nov 14, 2013
  12. Nov 13, 2013
    • 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
  13. Nov 12, 2013