1. 22 9月, 2016 3 次提交
  2. 23 6月, 2016 1 次提交
  3. 20 6月, 2016 2 次提交
  4. 18 6月, 2016 1 次提交
    • M
      Change default directory for storing the .rnd file on Windows · 13c03c8d
      Matt Caswell 提交于
      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: NRich Salz <rsalz@openssl.org>
      13c03c8d
  5. 20 5月, 2016 3 次提交
  6. 18 5月, 2016 1 次提交
  7. 11 4月, 2016 1 次提交
  8. 09 3月, 2016 1 次提交
  9. 29 1月, 2016 1 次提交
  10. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  11. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  12. 24 1月, 2015 1 次提交
  13. 23 1月, 2015 1 次提交
  14. 22 1月, 2015 3 次提交
  15. 09 6月, 2014 1 次提交
    • J
      Create ~/.rnd with mode 0600 instead of 0666 · 7be1d876
      Jakub Wilk 提交于
      Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
      the file with open() using mode 0600 but fall back to using fopen() with the
      default umask followed by a chmod().
      
      Problem found by Jakub Wilk <jwilk@debian.org>.
      7be1d876
  16. 15 1月, 2012 1 次提交
  17. 15 10月, 2011 1 次提交
  18. 19 3月, 2011 1 次提交
  19. 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
  20. 12 6月, 2010 1 次提交
  21. 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
  22. 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
  23. 22 12月, 2008 1 次提交
  24. 12 11月, 2008 1 次提交
  25. 02 11月, 2008 1 次提交
  26. 29 10月, 2008 1 次提交
  27. 20 5月, 2008 1 次提交
  28. 16 5月, 2008 1 次提交
  29. 03 3月, 2007 1 次提交
  30. 04 11月, 2005 1 次提交
  31. 22 5月, 2005 1 次提交
  32. 26 3月, 2004 2 次提交