Changeset 787dab7 in mod_gnutls for src/gnutls_hooks.c
- Timestamp:
- Feb 20, 2008, 2:50:09 PM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 572096b
- Parents:
- 2cdc264
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (02/20/08 14:50:09)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (02/20/08 14:50:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r2cdc264 r787dab7 132 132 gnutls_credentials_set(session, GNUTLS_CRD_ANON, ctxt->sc->anon_creds); 133 133 134 #ifdef ENABLE_SRP 134 135 if (ctxt->sc->srp_tpasswd_conf_file != NULL 135 136 && ctxt->sc->srp_tpasswd_file != NULL) { … … 137 138 ctxt->sc->srp_creds); 138 139 } 140 #endif 139 141 140 142 /* update the priorities - to avoid negotiating a ciphersuite that is not … … 380 382 cert_retrieve_fn); 381 383 384 #ifdef ENABLE_SRP 382 385 if (sc->srp_tpasswd_conf_file != NULL 383 386 && sc->srp_tpasswd_file != NULL) { … … 396 399 } 397 400 } 401 #endif 398 402 399 403 if (sc->certs_x509[0] == NULL … … 723 727 (ctxt->session))); 724 728 729 #ifdef ENABLE_SRP 725 730 apr_table_setn(env, "SSL_SRP_USER", 726 731 gnutls_srp_server_get_username(ctxt->session)); 732 #endif 727 733 728 734 if (apr_table_get(env, "SSL_CLIENT_VERIFY") == NULL)
Note: See TracChangeset
for help on using the changeset viewer.