Changeset ea470be in mod_gnutls


Ignore:
Timestamp:
Dec 2, 2007, 11:17:54 AM (15 years ago)
Author:
Nokis Mavrogiannopoulos <nmav@…>
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)
Message:

The compatibility mode can now be enabled only using the GnuTLSPriorities string.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEWS

    raf4998e rea470be  
    66- New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%,
    77SSL_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  
    631631
    632632    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);
    638633
    639634    /* because we don't set any default priorities here (we set later at
Note: See TracChangeset for help on using the changeset viewer.