1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 28 9月, 2019 1 次提交
  5. 16 11月, 2016 2 次提交
  6. 24 8月, 2016 3 次提交
  7. 11 6月, 2016 1 次提交
  8. 18 5月, 2016 1 次提交
  9. 23 3月, 2016 1 次提交
  10. 21 3月, 2016 2 次提交
  11. 11 3月, 2016 1 次提交
  12. 10 3月, 2016 4 次提交
  13. 02 3月, 2016 3 次提交
  14. 27 2月, 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. 19 1月, 2016 1 次提交
  17. 20 9月, 2015 1 次提交
  18. 11 9月, 2015 1 次提交
  19. 01 4月, 2015 1 次提交
  20. 22 1月, 2015 1 次提交
  21. 08 2月, 2010 2 次提交
  22. 06 11月, 2008 1 次提交
  23. 07 11月, 2006 1 次提交
  24. 27 7月, 2001 1 次提交
    • D
      · 19da1300
      Dr. Stephen Henson 提交于
      First of several reorganisations to
      reduce linker bloat. For example the
      single line:
      
      PEM_read_X509()
      
      results in a binary of around 400K in Linux!
      
      This first step separates some of the PEM functions and
      avoids linking in some PKCS#7 and PKCS#12 code.
      19da1300
  25. 23 2月, 2001 1 次提交
  26. 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
  27. 18 1月, 2000 1 次提交
  28. 20 10月, 1999 1 次提交
  29. 22 6月, 1999 1 次提交