1. 07 5月, 2016 2 次提交
  2. 12 3月, 2016 1 次提交
  3. 09 2月, 2016 2 次提交
  4. 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
  5. 11 5月, 2015 1 次提交
  6. 31 3月, 2015 1 次提交
  7. 22 1月, 2015 1 次提交
  8. 28 3月, 2010 1 次提交
  9. 06 11月, 2008 1 次提交
  10. 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
  11. 16 3月, 2004 1 次提交
  12. 20 3月, 2003 1 次提交
  13. 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
  14. 18 9月, 2000 1 次提交
  15. 17 5月, 2000 2 次提交
  16. 16 5月, 2000 1 次提交
  17. 03 12月, 1999 1 次提交