aboutsummaryrefslogtreecommitdiff
path: root/src/Program.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-24 13:44:03 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-24 13:44:03 -0400
commitb618510054429744bff11bb7c02bbc430cf949ce (patch)
tree71b6e6c9332f9070092e5187a93e17066e035160 /src/Program.cs
parent46ee376438f142640ff96b6da0c4eafa8b53a084 (diff)
package updates & arm build support
Diffstat (limited to 'src/Program.cs')
-rw-r--r--src/Program.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Program.cs b/src/Program.cs
index 8895f8e..09bb867 100644
--- a/src/Program.cs
+++ b/src/Program.cs
@@ -21,6 +21,7 @@
using System;
using VNLib.Utils.Logging;
+using VNLib.Utils.Memory;
using static PkiAuthenticator.Statics;
@@ -115,6 +116,10 @@ namespace PkiAuthenticator
{SOFTWARE_PASSWORD_VAR_NAME} The password used to decrypt the PEM encoded private key file in software mode
{YUBIKEY_PIN_ENV_VAR_NAME} Your secret pin used for protected yubikey operations
+
+ {MemoryUtil.SHARED_HEAP_GLOBAL_ZERO} Force all unmanaged heap allocations to be zero filled
+
+ {MemoryUtil.SHARED_HEAP_FILE_PATH} Specify a custom unmanaged heap allocator DLL file path
This tool was created to quickly generate short lived One-Time-Passwords (OTP) or signed