summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.pdfbin300041 -> 300085 bytes
-rw-r--r--doc/luaossl.tex4
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/luaossl.pdf b/doc/luaossl.pdf
index 81142cb..81112d9 100644
--- a/doc/luaossl.pdf
+++ b/doc/luaossl.pdf
Binary files differ
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 7bb85df..5ac7761 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -284,7 +284,9 @@ field & type:default & description\\\hline
284 284
285.bits & number:1024 & private key size \\ 285.bits & number:1024 & private key size \\
286 286
287.exp & number:65537 & RSA or Diffie-Hellman exponent \\ 287.exp & number:65537 & RSA exponent \\
288
289.generator & number:2 & Diffie-Hellman generator \\
288 290
289.dhparam & string & PEM encoded string with precomputed DH parameters \\ 291.dhparam & string & PEM encoded string with precomputed DH parameters \\
290 292