1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 11 9月, 2018 1 次提交
  6. 06 9月, 2018 1 次提交
  7. 19 3月, 2018 1 次提交
  8. 16 3月, 2018 1 次提交
  9. 01 3月, 2018 1 次提交
  10. 18 10月, 2017 1 次提交
  11. 01 3月, 2017 1 次提交
  12. 18 5月, 2016 1 次提交
  13. 21 3月, 2016 1 次提交
  14. 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
  15. 12 1月, 2016 1 次提交
  16. 14 5月, 2015 1 次提交
  17. 25 3月, 2015 1 次提交
  18. 22 1月, 2015 1 次提交
  19. 31 12月, 2014 1 次提交
  20. 24 9月, 2009 1 次提交
  21. 08 4月, 2006 1 次提交
  22. 29 3月, 2004 1 次提交
  23. 12 5月, 2002 1 次提交
    • D
      · e9ba6963
      Dr. Stephen Henson 提交于
      EVP_SealFinal should return a value.
      e9ba6963
  24. 02 12月, 2001 1 次提交
  25. 17 10月, 2001 1 次提交
  26. 28 9月, 2001 1 次提交
  27. 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
  28. 11 6月, 2000 2 次提交
  29. 31 5月, 2000 1 次提交
    • D
      · 49528751
      Dr. Stephen Henson 提交于
      More EVP cipher revision.
      
      Change EVP_SealInit() and EVP_OpenInit() to
      handle cipher parameters.
      
      Make it possible to set RC2 and RC5 params.
      
      Make RC2 ASN1 code use the effective key bits
      and not the key length.
      
      TODO: document how new API works.
      49528751
  30. 21 1月, 2000 1 次提交
  31. 16 1月, 2000 1 次提交
  32. 14 1月, 2000 1 次提交
  33. 27 4月, 1999 1 次提交
  34. 24 4月, 1999 1 次提交
  35. 20 4月, 1999 1 次提交
  36. 21 12月, 1998 2 次提交