aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsegfault <toni@impl.cc>2020-05-22 19:17:11 +0200
committersegfault <toni@impl.cc>2020-05-22 19:17:11 +0200
commit6897809bf1958d0ad8117605138cab68b7bb782b (patch)
tree8803afbc7b5fb0f699595669821197ddf64488b3
parentbb7aa982af521a79459b48f9a6c702b0e6af3cb8 (diff)
parent3c870a179a94cc4d9b53a23dfcfe3254011cb51e (diff)
Merge branch 'master' of https://git.impl.cc/toni/PastDSE
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d856459..8fb0c07 100644
--- a/README.md
+++ b/README.md
@@ -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