1. 28 3月, 2014 2 次提交
  2. 27 3月, 2014 1 次提交
    • D
      Update chain building function. · e970f63d
      Dr. Stephen Henson 提交于
      Don't clear verification errors from the error queue unless
      SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR is set.
      
      If errors occur during verification and SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR
      is set return 2 so applications can issue warnings.
      (cherry picked from commit 2dd6976f6d02f98b30c376951ac38f780a86b3b5)
      e970f63d
  3. 24 3月, 2014 1 次提交
  4. 19 3月, 2014 1 次提交
  5. 10 3月, 2014 2 次提交
  6. 06 3月, 2014 1 次提交
  7. 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
  8. 26 2月, 2014 2 次提交
  9. 25 2月, 2014 1 次提交
  10. 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
  11. 22 2月, 2014 1 次提交
  12. 21 2月, 2014 3 次提交
  13. 20 2月, 2014 2 次提交
  14. 19 2月, 2014 1 次提交
  15. 16 2月, 2014 1 次提交
    • D
      Restore SSL_OP_MSIE_SSLV2_RSA_PADDING · 3c6c139a
      Dr. Stephen Henson 提交于
      The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL
      0.9.7h but deleting it will break source compatibility with any software
      that references it. Restore it but #define to zero.
      (cherry picked from commit b17d6b8d1d49fa4732deff17cfd1833616af0d9c)
      3c6c139a
  16. 15 2月, 2014 2 次提交
  17. 13 2月, 2014 1 次提交
  18. 06 2月, 2014 9 次提交
  19. 05 2月, 2014 2 次提交
  20. 03 2月, 2014 1 次提交
    • D
      New ctrl to set current certificate. · 0f78819c
      Dr. Stephen Henson 提交于
      New ctrl sets current certificate based on certain criteria. Currently
      two options: set the first valid certificate as current and set the
      next valid certificate as current. Using these an application can
      iterate over all certificates in an SSL_CTX or SSL structure.
      0f78819c
  21. 28 1月, 2014 1 次提交
  22. 27 1月, 2014 1 次提交
  23. 26 1月, 2014 1 次提交