1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 19 8月, 2016 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 09 2月, 2016 2 次提交
  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. 24 10月, 2015 1 次提交
  11. 14 5月, 2015 1 次提交
  12. 11 5月, 2015 1 次提交
  13. 23 3月, 2015 1 次提交
  14. 22 1月, 2015 1 次提交
  15. 06 11月, 2008 1 次提交
  16. 15 5月, 2006 1 次提交
  17. 30 6月, 2005 1 次提交
  18. 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
  19. 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
  20. 23 2月, 2001 1 次提交
  21. 31 12月, 2000 1 次提交
    • D
      · ecbe0781
      Dr. Stephen Henson 提交于
      Rewrite PKCS#12 code and remove some of the old
      horrible macros.
      
      Fix two evil ASN1 bugs. Attempt to use 'ctx' when
      NULL if input is indefinite length constructed
      in asn1_check_tlen() and invalid pointer to ASN1_TYPE
      when reusing existing structure (this took *ages* to
      find because the new PKCS#12 code triggered it).
      ecbe0781
  22. 17 5月, 2000 1 次提交
  23. 29 12月, 1999 1 次提交
  24. 20 10月, 1999 1 次提交
  25. 17 8月, 1999 1 次提交
  26. 08 6月, 1999 1 次提交
  27. 24 4月, 1999 3 次提交
  28. 23 4月, 1999 1 次提交
  29. 20 4月, 1999 1 次提交
  30. 30 3月, 1999 2 次提交
  31. 29 3月, 1999 1 次提交