1. 07 Mar, 2014 2 commits
  2. 06 Mar, 2014 3 commits
  3. 03 Mar, 2014 2 commits
  4. 02 Mar, 2014 3 commits
  5. 01 Mar, 2014 4 commits
    • Dr. Stephen Henson's avatar
      Add additional FIPS digests. · 813cfd9c
      Dr. Stephen Henson authored
      Add a few special case digests not returned by FIPS_get_digestbynid().
      
      Thanks to Roumen Petrov <openssl@roumenpetrov.info> for reporting this
      issue.
      813cfd9c
    • Dr. Stephen Henson's avatar
      Add function to free compression methods. · 976c5830
      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.
      976c5830
    • Dr. Stephen Henson's avatar
      PKCS#8 support for alternative PRFs. · b60272b0
      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.
      b60272b0
    • Dr. Stephen Henson's avatar
      Fix memory leak. · 124d2188
      Dr. Stephen Henson authored
      124d2188
  6. 28 Feb, 2014 2 commits
  7. 27 Feb, 2014 9 commits
  8. 26 Feb, 2014 6 commits
  9. 25 Feb, 2014 9 commits