Skip to content
  1. Feb 13, 2017
  2. Feb 11, 2017
  3. Feb 10, 2017
  4. Feb 09, 2017
  5. Feb 08, 2017
  6. Feb 07, 2017
  7. Feb 06, 2017
  8. Feb 05, 2017
  9. Feb 03, 2017
  10. Feb 01, 2017
  11. Jan 29, 2017
    • Richard Levitte's avatar
      Fix faulty free · d85d3c99
      Richard Levitte authored
      
      
      On error, i2o_SCT_signature() and i2o_SCT() free a pointer that may
      have wandered off from the start of the allocated block (not currently
      true for i2o_SCT_signature(), but has that potential as the code may
      change.  To avoid this, save away the start of the allocated block and
      free that instead.
      
      Thanks to Guido Vranken for reporting this issue.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/2323)
      d85d3c99
  12. Jan 28, 2017
  13. Jan 26, 2017