diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-05-21 18:47:30 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-05-21 18:47:30 +0200 |
commit | 3c870a179a94cc4d9b53a23dfcfe3254011cb51e (patch) | |
tree | 4a841bd5a5ee8d3c85e6f0dfbc7dfcba2eab3bec | |
parent | cd76323e681de15f8391ce900142e965ad3b689c (diff) |
fixed inaccurate description
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # What? -*PastDSE* is a **Driver Sign Enforcement** "bypass" using a leaked certificate. -It is actually not a real bypass since it does only change the date to 01-01-2014 before signing the driver and restores it afterwards. -The Kernel driver loader will accept all driver images as long as the code was signed by a *Certificate Authority* which was not revoked. +*PastDSE* is a **Driver Sign Enforcement** "bypass" using a leaked EV code signing certificate. +It is actually not a real bypass since it does only change the date to 01-01-2014 before signing the driver and restores it afterwards. +The Kernel driver loader will accept all driver images as long as the code was signed by a *extended validation code signing certificate* which was not revoked. # Dependencies |