summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorMartin Kaiser <lists@kaiser.cx>2014-05-24 00:02:24 +0100
committerMatt Caswell <matt@openssl.org>2014-05-24 00:02:24 +0100
commit189ae368d91d2c9de5ed1fa21e993f5c83fc4445 (patch)
tree63daed6505f8df3c1baef63a7c92e0d96fa3a9f2 /apps/apps.h
parentdd36fce023a64d90058b8fefbd95dadaca98f9ca (diff)
Add an NSS output format to sess_id to export to export the session id and the master key in NSS keylog format. PR#3352
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 5f083d4097..b4a9b49ce7 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -363,6 +363,7 @@ void store_setup_crl_download(X509_STORE *st);
#define FORMAT_MSBLOB 11 /* MS Key blob format */
#define FORMAT_PVK 12 /* MS PVK file format */
#define FORMAT_HTTP 13 /* Download using HTTP */
+#define FORMAT_NSS 14 /* NSS keylog format */
#define EXT_COPY_NONE 0
#define EXT_COPY_ADD 1