1. 09 5月, 2005 1 次提交
  2. 23 4月, 2005 1 次提交
  3. 11 8月, 2004 1 次提交
  4. 18 5月, 2004 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. 04 11月, 2002 1 次提交
  8. 11 6月, 2002 1 次提交
  9. 31 5月, 2002 1 次提交
  10. 19 1月, 2001 1 次提交
  11. 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
  12. 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
  13. 23 8月, 2000 1 次提交
    • D
      · cae0ae2e
      Dr. Stephen Henson 提交于
      Fix ASN1_INTEGER_to_BN properly this time...
      cae0ae2e
  14. 22 8月, 2000 1 次提交
    • D
      · 469938cb
      Dr. Stephen Henson 提交于
      Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
      469938cb
  15. 27 7月, 2000 1 次提交
  16. 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
  17. 07 7月, 2000 1 次提交
    • D
      · a338e21b
      Dr. Stephen Henson 提交于
      New ASN1 functions that just deal with
      content octets, not tag+length.
      a338e21b
  18. 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
  19. 17 5月, 2000 1 次提交
  20. 31 1月, 2000 1 次提交
  21. 10 12月, 1999 1 次提交
  22. 23 10月, 1999 1 次提交
  23. 20 10月, 1999 1 次提交
  24. 24 6月, 1999 1 次提交
  25. 15 5月, 1999 1 次提交
  26. 27 4月, 1999 1 次提交
  27. 24 4月, 1999 1 次提交
  28. 20 4月, 1999 1 次提交
  29. 21 12月, 1998 3 次提交