Changeset ef107fd in mod_gnutls
- Timestamp:
- Oct 29, 2016, 1:40:03 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- 444e6ed
- Parents:
- 0a02378
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_ocsp.c
r0a02378 ref107fd 616 616 { 617 617 gnutls_datum_t req; 618 /* mod_ssl offers an option to enable/disable nonces for 619 * broken responders. If needed at some point, we could do the 620 * same by passing NULL instead of &nonce. */ 618 621 int ret = mgs_create_ocsp_request(s, &req, &nonce); 619 622 if (ret == GNUTLS_E_SUCCESS) … … 642 645 } 643 646 } 644 645 /* TODO: separate option to enable/disable nonce */646 647 647 648 apr_time_t expiry;
Note: See TracChangeset
for help on using the changeset viewer.