1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 13 4月, 2017 1 次提交
  6. 10 4月, 2017 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 10 2月, 2016 1 次提交
  9. 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
  10. 11 9月, 2015 1 次提交
  11. 16 7月, 2015 1 次提交
  12. 14 5月, 2015 1 次提交
  13. 29 4月, 2015 1 次提交
  14. 31 3月, 2015 1 次提交
  15. 22 1月, 2015 1 次提交
  16. 12 6月, 2010 1 次提交
  17. 24 9月, 2009 1 次提交
  18. 09 5月, 2005 1 次提交
  19. 20 4月, 2005 1 次提交
  20. 31 3月, 2005 1 次提交
  21. 21 3月, 2003 1 次提交
  22. 28 11月, 2002 1 次提交
  23. 15 6月, 2002 1 次提交
    • L
      Some more prototype fixes. · 65ee74fb
      Lutz Jänicke 提交于
      Use DECLARE macros in asn1* instead of direct declaration.
      Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by:
      PR: 89
      65ee74fb
  24. 14 6月, 2002 1 次提交
  25. 17 10月, 2001 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. 23 2月, 2001 1 次提交
  28. 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
  29. 02 2月, 2001 1 次提交
  30. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  31. 07 11月, 2000 1 次提交
  32. 16 6月, 2000 1 次提交
  33. 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
  34. 24 5月, 2000 1 次提交
  35. 31 1月, 2000 1 次提交
  36. 09 1月, 2000 1 次提交
  37. 20 10月, 1999 1 次提交
  38. 27 4月, 1999 2 次提交