1. 18 11月, 2010 1 次提交
    • D
      PR: 2372 · 70a5f5f9
      Dr. Stephen Henson 提交于
      Submitted by: "W.C.A. Wijngaards" <wouter@nlnetlabs.nl>
      Reviewed by: steve
      
      Fix OpenBSD compilation failure.
      70a5f5f9
  2. 12 6月, 2010 1 次提交
  3. 27 1月, 2010 1 次提交
    • D
      PR: 2138 · 1bfdbd8e
      Dr. Stephen Henson 提交于
      Submitted by: Kevin Regan <k.regan@f5.com>
      
      Clear stat structure if -DPURIFY is set to avoid problems on some
      platforms which include unitialised fields.
      1bfdbd8e
  4. 14 6月, 2009 1 次提交
    • D
      PR: 1952 · 21b25ed4
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve@openssl.org
      
      ECDH negotiation bug.
      21b25ed4
  5. 22 12月, 2008 1 次提交
  6. 12 11月, 2008 1 次提交
  7. 02 11月, 2008 1 次提交
  8. 29 10月, 2008 1 次提交
  9. 20 5月, 2008 1 次提交
  10. 16 5月, 2008 1 次提交
  11. 03 3月, 2007 1 次提交
  12. 04 11月, 2005 1 次提交
  13. 22 5月, 2005 1 次提交
  14. 26 3月, 2004 2 次提交
  15. 29 1月, 2004 1 次提交
  16. 27 1月, 2004 1 次提交
  17. 28 12月, 2003 1 次提交
  18. 28 11月, 2002 1 次提交
  19. 13 11月, 2002 1 次提交
  20. 03 5月, 2001 1 次提交
    • R
      Some platforms (most notably Windows) do not have a $HOME by default. · f0b54fef
      Richard Levitte 提交于
      For those, unless the environment variables RANDFILE or HOME are
      defined (the default case!), RAND_file_name() will return NULL.
      This change adds a default HOME for those platforms.
      
      To add a default HOME for any platform, just define DEFAULT_HOME in
      the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
      f0b54fef
  21. 22 2月, 2001 3 次提交
  22. 20 2月, 2001 2 次提交
  23. 14 2月, 2001 1 次提交
  24. 09 2月, 2001 2 次提交
  25. 12 9月, 2000 1 次提交
  26. 16 6月, 2000 1 次提交
  27. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  28. 12 5月, 2000 1 次提交
  29. 20 3月, 2000 2 次提交
  30. 11 3月, 2000 1 次提交
  31. 26 2月, 2000 2 次提交
  32. 31 1月, 2000 1 次提交
  33. 24 1月, 2000 1 次提交