Changeset 70d014b in mod_gnutls for src/gnutls_config.c
- Timestamp:
- Jun 16, 2016, 3:37:30 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 4d4a406
- Parents:
- b8700b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_config.c
rb8700b0 r70d014b 1181 1181 gnutls_srvconf_merge(ocsp_grace_time, apr_time_from_sec(MGS_GRACE_TIME)); 1182 1182 1183 /* FIXME: the following items are pre-allocated, and should be1184 * properly disposed of before assigning in order to avoid leaks;1185 * so at the moment, we can't actually have them in the config.1186 * what happens during de-allocation? */1187 /* TODO: mgs_load_files takes care of most of these now, verify1188 * and clean up the following lines */1189 1183 gnutls_srvconf_assign(ca_list); 1190 1184 gnutls_srvconf_assign(ca_list_size);
Note: See TracChangeset
for help on using the changeset viewer.