Changeset 2cde026d in mod_gnutls for src/mod_gnutls.c
- Timestamp:
- Apr 21, 2015, 8:09:54 AM (5 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, master, 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
-
src/mod_gnutls.c
r73f6f12 r2cde026d 140 140 RSRC_CONF | OR_AUTHCFG, 141 141 "Enable SSL Proxy Engine"), 142 AP_INIT_RAW_ARGS("GnuTLSPIN", mgs_set_pin, 143 NULL, 144 RSRC_CONF, 145 "The PIN to use in case of encrypted keys or PKCS #11 tokens."), 146 AP_INIT_RAW_ARGS("GnuTLSSRKPIN", mgs_set_srk_pin, 147 NULL, 148 RSRC_CONF, 149 "The SRK PIN to use in case of TPM keys."), 142 150 AP_INIT_TAKE1("GnuTLSClientVerify", mgs_set_client_verify, 143 151 NULL,
Note: See TracChangeset
for help on using the changeset viewer.