1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 18 10月, 2017 1 次提交
  6. 05 7月, 2017 1 次提交
  7. 03 7月, 2017 1 次提交
  8. 18 5月, 2016 1 次提交
  9. 08 3月, 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. 12 1月, 2016 1 次提交
  12. 08 12月, 2015 2 次提交
  13. 10 11月, 2015 1 次提交
  14. 24 10月, 2015 1 次提交
  15. 14 5月, 2015 1 次提交
  16. 22 1月, 2015 1 次提交
  17. 28 3月, 2010 1 次提交
    • D
      PR: 1904 · 08df4127
      Dr. Stephen Henson 提交于
      Submitted by: David Woodhouse <dwmw2@infradead.org>
      
      Pass passphrase minimum length down to UI.
      08df4127
  18. 24 9月, 2009 1 次提交
  19. 12 11月, 2008 1 次提交
  20. 02 11月, 2008 1 次提交
  21. 02 3月, 2006 1 次提交
  22. 16 3月, 2004 1 次提交
  23. 28 11月, 2002 1 次提交
  24. 13 11月, 2002 1 次提交
  25. 28 2月, 2002 1 次提交
  26. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  27. 31 7月, 2001 1 次提交
  28. 07 5月, 2001 1 次提交
  29. 14 4月, 2001 1 次提交
  30. 09 3月, 2001 1 次提交
    • D
      · 13588350
      Dr. Stephen Henson 提交于
      Change the EVP_somecipher() and EVP_somedigest()
      functions to return constant EVP_MD and EVP_CIPHER
      pointers.
      
      Update docs.
      13588350
  31. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  32. 16 6月, 2000 2 次提交
  33. 07 1月, 2000 1 次提交
  34. 27 4月, 1999 1 次提交
  35. 24 4月, 1999 1 次提交
  36. 20 4月, 1999 1 次提交
  37. 18 4月, 1999 1 次提交