Skip to content
  1. Mar 06, 2014
  2. Mar 03, 2014
  3. Mar 01, 2014
    • Dr. Stephen Henson's avatar
      PKCS#8 support for alternative PRFs. · 5693a308
      Dr. Stephen Henson authored
      Add option to set an alternative to the default hmacWithSHA1 PRF
      for PKCS#8 private key encryptions. This is used automatically
      by PKCS8_encrypt if the nid specified is a PRF.
      
      Add option to pkcs8 utility.
      
      Update docs.
      (cherry picked from commit b60272b0)
      5693a308
    • Dr. Stephen Henson's avatar
      Fix memory leak. · 01757858
      Dr. Stephen Henson authored
      (cherry picked from commit 124d218889dfca33d277404612f1319afe04107e)
      01757858
    • Dr. Stephen Henson's avatar
      Add function to free compression methods. · db7b5e0d
      Dr. Stephen Henson authored
      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 976c5830)
      db7b5e0d
  4. Feb 28, 2014
  5. Feb 27, 2014
  6. Feb 26, 2014
  7. Feb 25, 2014
  8. Feb 24, 2014
  9. Feb 23, 2014
    • Dr. Stephen Henson's avatar
      Only set current certificate to valid values. · 358d352a
      Dr. Stephen Henson authored
      When setting the current certificate check that it has a corresponding
      private key.
      358d352a
    • Dr. Stephen Henson's avatar
      New chain building flags. · 13dc3ce9
      Dr. Stephen Henson authored
      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
  10. Feb 21, 2014
  11. Feb 20, 2014
  12. Feb 19, 2014