Changeset ea470be in mod_gnutls
- Timestamp:
- Dec 2, 2007, 11:17:54 AM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- e239d1a
- Parents:
- af4998e
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/02/07 11:17:54)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/02/07 11:17:54)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
raf4998e rea470be 6 6 - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, 7 7 SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE 8 9 - The compatibility mode can now be enabled explicitely with the 10 %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. -
src/gnutls_hooks.c
raf4998e rea470be 631 631 632 632 gnutls_init(&ctxt->session, GNUTLS_SERVER); 633 634 /* This is not very good as it trades security for compatibility,635 * but it is the only way to be ultra-portable.636 */637 gnutls_session_enable_compatibility_mode(ctxt->session);638 633 639 634 /* because we don't set any default priorities here (we set later at
Note: See TracChangeset
for help on using the changeset viewer.