1. 02 3月, 2014 1 次提交
    • D
      Add function to free compression methods. · db7b5e0d
      Dr. Stephen Henson 提交于
      Although the memory allocated by compression methods is fixed and
      cannot grow over time it can cause warnings in some leak checking
      tools. The function SSL_COMP_free_compression_methods() will free
      and zero the list of supported compression methods. This should
      *only* be called in a single threaded context when an application
      is shutting down to avoid interfering with existing contexts
      attempting to look up compression methods.
      (cherry picked from commit 976c58302b13d085edb3ab822f5eac4b2f1bff95)
      db7b5e0d
  2. 01 3月, 2014 1 次提交
  3. 27 2月, 2014 5 次提交
  4. 26 2月, 2014 7 次提交
  5. 25 2月, 2014 6 次提交
  6. 24 2月, 2014 3 次提交
  7. 23 2月, 2014 2 次提交
    • D
      Only set current certificate to valid values. · 358d352a
      Dr. Stephen Henson 提交于
      When setting the current certificate check that it has a corresponding
      private key.
      358d352a
    • D
      New chain building flags. · 13dc3ce9
      Dr. Stephen Henson 提交于
      New flags to build certificate chains. The can be used to rearrange
      the chain so all an application needs to do is add all certificates
      in arbitrary order and then build the chain to check and correct them.
      
      Add verify error code when building chain.
      
      Update docs.
      13dc3ce9
  8. 22 2月, 2014 1 次提交
  9. 21 2月, 2014 4 次提交
  10. 20 2月, 2014 6 次提交
  11. 19 2月, 2014 2 次提交
  12. 16 2月, 2014 2 次提交