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. 10 9月, 2019 1 次提交
  7. 02 7月, 2019 1 次提交
  8. 18 10月, 2017 1 次提交
  9. 17 10月, 2016 1 次提交
  10. 25 7月, 2016 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 03 5月, 2016 1 次提交
    • D
      Fix ASN1_INTEGER handling. · d7ab691b
      Dr. Stephen Henson 提交于
      Only treat an ASN1_ANY type as an integer if it has the V_ASN1_INTEGER
      tag: V_ASN1_NEG_INTEGER is an internal only value which is never used
      for on the wire encoding.
      
      Thanks to David Benjamin <davidben@google.com> for reporting this bug.
      
      This was found using libFuzzer.
      
      RT#4364 (part)CVE-2016-2108.
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      d7ab691b
  13. 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
  14. 14 5月, 2015 1 次提交
  15. 04 5月, 2015 1 次提交
  16. 31 3月, 2015 1 次提交
  17. 26 3月, 2015 1 次提交
  18. 19 3月, 2015 1 次提交
    • D
      Fix ASN1_TYPE_cmp · e677e8d1
      Dr. Stephen Henson 提交于
      Fix segmentation violation when ASN1_TYPE_cmp is passed a boolean type. This
      can be triggered during certificate verification so could be a DoS attack
      against a client or a server enabling client authentication.
      
      CVE-2015-0286
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      e677e8d1
  19. 09 2月, 2015 1 次提交
  20. 06 2月, 2015 1 次提交
  21. 22 1月, 2015 1 次提交
  22. 05 1月, 2015 1 次提交
  23. 17 3月, 2008 1 次提交
  24. 28 2月, 2008 1 次提交
  25. 11 2月, 2008 1 次提交
  26. 15 2月, 2006 1 次提交
  27. 13 2月, 2006 1 次提交
  28. 18 5月, 2005 1 次提交
  29. 27 1月, 2005 1 次提交
  30. 04 12月, 2002 1 次提交
    • D
      · 716b2079
      Dr. Stephen Henson 提交于
      Make ASN1_TYPE_get() work for V_ASN1_NULL type.
      716b2079
  31. 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
  32. 22 9月, 2000 2 次提交
  33. 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
  34. 31 1月, 2000 2 次提交
  35. 10 5月, 1999 1 次提交
  36. 02 5月, 1999 1 次提交
  37. 27 4月, 1999 1 次提交