1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 06 7月, 2017 1 次提交
  6. 05 7月, 2017 1 次提交
  7. 10 4月, 2017 2 次提交
  8. 04 4月, 2017 2 次提交
  9. 21 3月, 2017 1 次提交
    • R
      Fix decoding of ASN.1 LONG and ZLONG items · ca2045dc
      Richard Levitte 提交于
      LONG and ZLONG items (which are OpenSSL private special cases of
      ASN1_INTEGER) are encoded into DER with padding if the leading octet
      has the high bit set, where the padding can be 0x00 (for positive
      numbers) or 0xff (for negative ones).
      
      When decoding DER to LONG or ZLONG, the padding wasn't taken in
      account at all, which means that if the encoded size with padding
      is one byte more than the size of long, decoding fails.  This change
      fixes that issue.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3000)
      ca2045dc
  10. 16 1月, 2017 1 次提交
  11. 21 7月, 2016 1 次提交
  12. 25 6月, 2016 1 次提交
  13. 18 5月, 2016 1 次提交
  14. 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
  15. 14 5月, 2015 1 次提交
  16. 02 3月, 2015 1 次提交
  17. 22 1月, 2015 1 次提交
  18. 06 11月, 2008 1 次提交
  19. 08 2月, 2008 1 次提交
  20. 18 5月, 2004 1 次提交
  21. 16 3月, 2004 1 次提交
  22. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  23. 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
  24. 23 2月, 2001 2 次提交
  25. 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
  26. 04 5月, 2000 1 次提交
  27. 30 6月, 1999 1 次提交
  28. 11 6月, 1999 1 次提交
  29. 08 6月, 1999 2 次提交
  30. 07 6月, 1999 1 次提交
  31. 06 6月, 1999 1 次提交
  32. 05 6月, 1999 1 次提交
  33. 27 4月, 1999 1 次提交
  34. 24 4月, 1999 1 次提交
  35. 23 4月, 1999 1 次提交