1. 01 Dec, 2013 6 commits
  2. 27 Nov, 2013 1 commit
  3. 18 Nov, 2013 2 commits
  4. 17 Nov, 2013 1 commit
  5. 14 Nov, 2013 2 commits
  6. 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
  7. 12 Nov, 2013 3 commits
  8. 11 Nov, 2013 3 commits
  9. 10 Nov, 2013 1 commit
  10. 09 Nov, 2013 3 commits
  11. 08 Nov, 2013 2 commits
  12. 06 Nov, 2013 2 commits
  13. 03 Nov, 2013 1 commit
  14. 02 Nov, 2013 7 commits
  15. 01 Nov, 2013 2 commits
  16. 30 Oct, 2013 1 commit
    • Robin Seggelmann's avatar
      DTLS/SCTP struct authchunks Bug · f596e3c4
      Robin Seggelmann authored
      PR: 2809
      
      DTLS/SCTP requires DATA and FORWARD-TSN chunks to be protected with
      SCTP-AUTH.  It is checked if this has been activated successfully for
      the local and remote peer. Due to a bug, however, the
      gauth_number_of_chunks field of the authchunks struct is missing on
      FreeBSD, and was therefore not considered in the OpenSSL implementation.
      This patch sets the corresponding pointer for the check correctly
      whether or not this bug is present.
      f596e3c4