1. 14 1月, 2006 1 次提交
  2. 09 5月, 2005 1 次提交
  3. 23 4月, 2005 1 次提交
  4. 31 3月, 2005 1 次提交
  5. 16 3月, 2004 1 次提交
  6. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  7. 21 2月, 2003 1 次提交
  8. 18 2月, 2003 1 次提交
  9. 11 2月, 2003 1 次提交
  10. 15 11月, 2002 1 次提交
  11. 13 11月, 2002 2 次提交
  12. 12 11月, 2002 1 次提交
    • D
      · 9ea1b878
      Dr. Stephen Henson 提交于
      Initial ASN1 generation code. This can construct
      arbitrary encodings from strings and config files.
      
      Documentation to follow...
      9ea1b878