Changeset 3725f2d in mod_gnutls
- Timestamp:
- Jun 18, 2016, 5:30:05 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 4c529de
- Parents:
- f1147b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rf1147b6 r3725f2d 94 94 # openssl is needed as the responder for OCSP tests 95 95 AC_PATH_PROG([OPENSSL], [openssl], [no]) 96 # OCSP checks with gnutls-cli from GnuTLS versions before 3.3.23 or 97 # 3.4.12 fail if intermediate CAs cannot be status checked, even if 98 # there are no intermediate CAs like in the mod_gnutls test suite 99 # where end entity certificates are directly issued by a root 100 # CA. Release 3.5.0 does not contain the fix, but git commit 101 # cf09cd11fb7416f2bc8e64876d81bbeaf468fd20 which adds the fix still 102 # uses the same version number, so I'm not blocking 0x030500 for the 103 # sake of anyone who might be experimenting with the git version. 96 # OCSP checks with gnutls-cli from GnuTLS versions before 3.3.23, 97 # 3.4.12, or 3.5.1 (on the respective 3.x branch) fail if intermediate 98 # CAs cannot be status checked, even if there are no intermediate CAs 99 # like in the mod_gnutls test suite where end entity certificates are 100 # directly issued by a root CA. 104 101 AC_MSG_CHECKING([for gnutls-cli version supporting OCSP for EE under root CA]) 105 102 AC_PREPROC_IFELSE( … … 108 105 #error 109 106 #elif GNUTLS_VERSION_NUMBER >= 0x030400 && GNUTLS_VERSION_NUMBER < 0x03040c 107 #error 108 #elif GNUTLS_VERSION_NUMBER == 0x030500 110 109 #error 111 110 #endif
Note: See TracChangeset
for help on using the changeset viewer.