Changeset 2cde026d in mod_gnutls for docs/mod_gnutls_manual.mdwn
- Timestamp:
- Apr 21, 2015, 8:09:54 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 4133f2d
- Parents:
- 73f6f12 (diff), d04f7da (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Thomas Klute <thomas2.klute@…> (04/21/15 06:25:30)
- git-committer:
- Thomas Klute <thomas2.klute@…> (04/21/15 08:09:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/mod_gnutls_manual.mdwn
r73f6f12 r2cde026d 367 367 as protection against statistical attacks to ciphertext data in order to 368 368 achieve maximum compatibility (some broken mobile clients need this). 369 370 `GnuTLSPIN` 371 ------------------ 372 373 Set the PIN to be used to access encrypted key files or PKCS #11 objects. 374 375 GnuTLSPIN XXXXXX 376 377 Default: *none*\ 378 Context: server config, virtual host 379 380 Takes a string to be used as a PIN for the protected objects in 381 a security module, or as a key to be used to decrypt PKCS #8, PKCS #12, 382 or openssl encrypted keys. 383 384 `GnuTLSSRKPIN` 385 ------------------ 386 387 Set the SRK PIN to be used to unlaccess the TPM. 388 389 GnuTLSSRKPIN XXXXXX 390 391 Default: *none*\ 392 Context: server config, virtual host 393 394 Takes a string to be used as a PIN for the protected objects in 395 the TPM module. 369 396 370 397 `GnuTLSExportCertificates`
Note: See TracChangeset
for help on using the changeset viewer.