1. 24 3月, 2015 1 次提交
  2. 23 3月, 2015 1 次提交
  3. 09 2月, 2015 1 次提交
  4. 06 2月, 2015 1 次提交
  5. 22 1月, 2015 2 次提交
  6. 15 8月, 2014 1 次提交
  7. 18 3月, 2013 1 次提交
    • D
      Encode INTEGER correctly. · 5de18d5d
      Dr. Stephen Henson 提交于
      If an ASN1_INTEGER structure is allocated but not explicitly set encode
      it as zero: don't generate an invalid zero length INTEGER.
      (cherry picked from commit 1643edc63c3e15b6db5a15a728bc288f2cc2bbc7)
      5de18d5d
  8. 12 1月, 2012 1 次提交
  9. 12 6月, 2010 1 次提交
  10. 12 11月, 2008 1 次提交
  11. 01 11月, 2008 1 次提交
  12. 04 3月, 2006 1 次提交
  13. 09 5月, 2005 1 次提交
  14. 23 4月, 2005 1 次提交
  15. 11 8月, 2004 1 次提交
  16. 18 5月, 2004 1 次提交
  17. 16 3月, 2004 1 次提交
  18. 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
  19. 04 11月, 2002 1 次提交
  20. 11 6月, 2002 1 次提交
  21. 31 5月, 2002 1 次提交
  22. 19 1月, 2001 1 次提交
  23. 05 1月, 2001 1 次提交
    • D
      Fix typo in OCSP nonce extension. · a8312c0e
      Dr. Stephen Henson 提交于
      Set correct type in ASN1_STRING for
      INTEGER and ENUMERATED types.
      
      Make ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
      return -1 for invalid type rather than 0 (which is
      often valid). -1 may also be valid but this is less
      likely.
      
      Load OCSP error strings in ERR_load_crypto_strings().
      a8312c0e
  24. 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
  25. 23 8月, 2000 1 次提交
    • D
      · cae0ae2e
      Dr. Stephen Henson 提交于
      Fix ASN1_INTEGER_to_BN properly this time...
      cae0ae2e
  26. 22 8月, 2000 1 次提交
    • D
      · 469938cb
      Dr. Stephen Henson 提交于
      Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
      469938cb
  27. 27 7月, 2000 1 次提交
  28. 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
  29. 07 7月, 2000 1 次提交
    • D
      · a338e21b
      Dr. Stephen Henson 提交于
      New ASN1 functions that just deal with
      content octets, not tag+length.
      a338e21b
  30. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  31. 17 5月, 2000 1 次提交
  32. 31 1月, 2000 1 次提交
  33. 10 12月, 1999 1 次提交
  34. 23 10月, 1999 1 次提交
  35. 20 10月, 1999 1 次提交
  36. 24 6月, 1999 1 次提交
  37. 15 5月, 1999 1 次提交
  38. 27 4月, 1999 1 次提交
  39. 24 4月, 1999 1 次提交