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. 18 10月, 2017 1 次提交
  7. 13 10月, 2017 1 次提交
  8. 09 10月, 2017 1 次提交
  9. 20 9月, 2017 1 次提交
  10. 28 5月, 2016 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 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
  13. 22 12月, 2015 1 次提交
  14. 14 5月, 2015 1 次提交
  15. 01 5月, 2015 1 次提交
  16. 29 4月, 2015 2 次提交
  17. 26 3月, 2015 1 次提交
  18. 24 3月, 2015 1 次提交
  19. 23 3月, 2015 1 次提交
  20. 22 1月, 2015 1 次提交
  21. 18 12月, 2014 1 次提交
  22. 18 8月, 2014 1 次提交
  23. 12 11月, 2008 1 次提交
  24. 01 11月, 2008 1 次提交
  25. 13 2月, 2006 1 次提交
  26. 27 7月, 2005 1 次提交
  27. 27 4月, 2005 1 次提交
  28. 12 12月, 2004 1 次提交
  29. 05 12月, 2004 1 次提交
  30. 16 3月, 2004 1 次提交
  31. 13 11月, 2002 1 次提交
  32. 23 8月, 2002 1 次提交
    • D
      · 41ab00be
      Dr. Stephen Henson 提交于
      Reinstate the check for invalid length BIT STRINGS,
      which was effectively bypassed in the ASN1 changed.
      41ab00be
  33. 30 5月, 2002 1 次提交
    • D
      · 08241a58
      Dr. Stephen Henson 提交于
      Make i2c_ASN1_BIT_STRING return the correct length.
      08241a58
  34. 04 2月, 2002 1 次提交
  35. 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
  36. 06 8月, 2000 1 次提交
  37. 11 7月, 2000 1 次提交
    • D
      Fix some typose in the i2d/d2i functions that · 094fe66d
      Dr. Stephen Henson 提交于
      call the i2c/c2i (they were not using the
      content length for the headers).
      
      Fix ASN1 long form tag encoding. This never
      worked but it was never tested since it is
      only used for tags > 30.
      
      New options to smime program to allow the
      PKCS#7 format to be specified and the content
      supplied externally.
      094fe66d
  38. 07 7月, 2000 1 次提交
    • D
      · a338e21b
      Dr. Stephen Henson 提交于
      New ASN1 functions that just deal with
      content octets, not tag+length.
      a338e21b