[Midnightbsd-cvs] [MidnightBSD/src] 200440: Correctly compare EdiPartyName in GENERAL_NAME_cmp()

Lucas Holt noreply at github.com
Fri Dec 11 13:45:18 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 20044063cae043c693d146905961678b0ae59bf6
      https://github.com/MidnightBSD/src/commit/20044063cae043c693d146905961678b0ae59bf6
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

  Changed paths:
    M crypto/openssl/crypto/x509v3/v3_genn.c

  Log Message:
  -----------
  Correctly compare EdiPartyName in GENERAL_NAME_cmp()

If a GENERAL_NAME field contained EdiPartyName data then it was
incorrectly being handled as type "other". This could lead to a
segmentation fault.

Partial fix for CVE-2020-1971


  Commit: f2b2c882749094941e63cdb95c1e2e3ce4fd4628
      https://github.com/MidnightBSD/src/commit/f2b2c882749094941e63cdb95c1e2e3ce4fd4628
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-12-11 (Fri, 11 Dec 2020)

  Changed paths:
    M etc/devfs.conf

  Log Message:
  -----------
  Merge branch 'master' of github.com:MidnightBSD/src into master


Compare: https://github.com/MidnightBSD/src/compare/082691a562c6...f2b2c8827490


More information about the Midnightbsd-cvs mailing list