1. 30 3月, 2023 1 次提交
  2. 27 2月, 2020 1 次提交
  3. 28 9月, 2019 1 次提交
  4. 01 5月, 2018 1 次提交
  5. 24 4月, 2018 1 次提交
  6. 27 10月, 2017 1 次提交
  7. 03 10月, 2017 1 次提交
  8. 21 4月, 2017 1 次提交
  9. 16 3月, 2017 1 次提交
  10. 05 2月, 2017 1 次提交
  11. 16 6月, 2016 1 次提交
  12. 02 6月, 2016 1 次提交
  13. 18 5月, 2016 1 次提交
  14. 28 4月, 2016 1 次提交
  15. 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
  16. 10 11月, 2015 1 次提交
  17. 11 9月, 2015 1 次提交
  18. 14 5月, 2015 1 次提交
  19. 11 5月, 2015 1 次提交
  20. 07 5月, 2015 1 次提交
  21. 17 4月, 2015 1 次提交
  22. 23 3月, 2015 1 次提交
  23. 12 3月, 2015 1 次提交
  24. 06 2月, 2015 1 次提交
  25. 22 1月, 2015 1 次提交
  26. 15 4月, 2009 1 次提交
  27. 14 3月, 2009 1 次提交
    • D
      PR: 1864 · e39acc1c
      Dr. Stephen Henson 提交于
      Submitted by: Ger Hobbelt <ger@hobbelt.com>
      Reviewed by: steve@openssl.org
      
      Check return value.
      e39acc1c
  28. 06 11月, 2008 1 次提交
  29. 12 8月, 2008 1 次提交
  30. 21 1月, 2007 1 次提交
  31. 05 8月, 2005 1 次提交
  32. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  33. 31 3月, 2004 1 次提交
  34. 29 5月, 2003 1 次提交
    • D
      PR: 627 · 60790aff
      Dr. Stephen Henson 提交于
      Allocate certificatePolicies correctly if CPS field is absent.
      
      Fix various memory leaks in certificatePolicies.
      60790aff
  35. 23 2月, 2001 2 次提交
  36. 13 12月, 2000 1 次提交
    • D
      · 2aff7727
      Dr. Stephen Henson 提交于
      Rewrite the extension code to use an ASN1_ITEM structure
      for its ASN1 operations as well as the old style function
      pointers (i2d, d2i, new, free). Change standard extensions
      to support this.
      
      Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
      2aff7727
  37. 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
  38. 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
  39. 17 5月, 2000 1 次提交