Skip to content
  1. Oct 13, 2016
  2. Sep 26, 2016
  3. Sep 22, 2016
  4. Sep 14, 2016
  5. Aug 25, 2016
  6. Aug 24, 2016
  7. Aug 13, 2016
  8. Aug 05, 2016
  9. Aug 04, 2016
  10. Jun 20, 2016
  11. Jun 17, 2016
    • Matt Caswell's avatar
      Change default directory for storing the .rnd file on Windows · 13c03c8d
      Matt Caswell authored
      
      
      Previously we would try %RANDFILE%, then %HOME% and finally "C:".
      Unfortunately this often ends up being "C:" which the user may not
      have write permission for.
      
      Now we try %RANDFILE% first, and then the same set of environment vars
      as GetTempFile() uses, i.e. %TMP%, then %TEMP%, %USERPROFILE% and
      %SYSTEMROOT%. If all else fails we fall back to %HOME% and only then "C:".
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      13c03c8d
  12. Jun 16, 2016
  13. Jun 06, 2016
  14. Jun 01, 2016
  15. May 20, 2016
    • Rich Salz's avatar
      Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx · 739a1eb1
      Rich Salz authored
      
      
      Rename sk_xxx to OPENSSL_sk_xxx and _STACK to OPENSSL_STACK
      Rename lh_xxx API to OPENSSL_LH_xxx and LHASH_NODE to OPENSSL_LH_NODE
      Make lhash stuff opaque.
      Use typedefs for function pointers; makes the code simpler.
      Remove CHECKED_xxx macros.
      Add documentation; remove old X509-oriented doc.
      Add API-compat names for entire old API
      
      Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
      739a1eb1
  16. May 16, 2016
  17. May 12, 2016
  18. May 11, 2016
  19. May 10, 2016
  20. May 09, 2016
  21. May 05, 2016
  22. May 03, 2016
  23. May 02, 2016
  24. Apr 15, 2016
  25. Apr 14, 2016
  26. Apr 13, 2016
  27. Apr 09, 2016
  28. Apr 06, 2016
  29. Apr 02, 2016
  30. Mar 29, 2016
  31. Mar 21, 2016