Skip to content
  1. Feb 07, 2017
  2. Feb 06, 2017
  3. Feb 05, 2017
  4. Feb 03, 2017
  5. Feb 01, 2017
  6. 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
  7. Jan 28, 2017
  8. Jan 26, 2017
  9. Jan 25, 2017
  10. Jan 24, 2017
  11. Jan 21, 2017
  12. Jan 20, 2017
  13. Jan 18, 2017