Changeset af4998e in mod_gnutls for README.ENV
- Timestamp:
- Dec 2, 2007, 4:44:33 AM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- ea470be
- Parents:
- 36736d4
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/02/07 04:44:33)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/02/07 04:44:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.ENV
r36736d4 raf4998e 20 20 SSL_CLIENT_S_DN: The distinguished name of client's certificate in RFC2253 format. 21 21 SSL_CLIENT_I_DN: The distinguished name of client's issuer certificate in RFC2253 format. 22 SSL_CLIENT_S AN%: These will contain the alternative names of the client certificate22 SSL_CLIENT_S_SAN%: These will contain the alternative names of the client certificate 23 23 (% is a number starting from zero). The values will be prepended by "DNSNAME:", 24 24 "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value … … 37 37 SSL_SERVER_S_DN: The distinguished name of the server's certificate in RFC2253 format. 38 38 SSL_SERVER_I_DN: The distinguished name of the server's issuer certificate in RFC2253 format. 39 SSL_SERVER_S AN%: These will contain the alternative names of the server certificate39 SSL_SERVER_S_SAN%: These will contain the alternative names of the server certificate 40 40 (% is a number starting from zero). The values will be prepended by "DNSNAME:", 41 41 "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value
Note: See TracChangeset
for help on using the changeset viewer.