Re: TLS Feature Extension ocsp must staple demonstration

Hubert Kario <[email protected]> Tue, 02 Feb 2016 12:39:59 +0100
Newsgroups gmane.comp.mozilla.security
Message-ID <[email protected]>
On Monday 01 February 2016 07:47:44 Dan Bryan wrote:
> Thanks for the info, I was successfully able to create a certificate
> with status_request assertion built in.  My understanding is that
> mozilla will support both enforcement of the status_request assertion
> in the X509 certificate, as well as must staple assertion in HTTP
> response. Are you able to provide any references on how to configure
> a web server (IIS or apache) to provide this? I don't even see a
> mention of staple on the list of http headers
> https://en.wikipedia.org/wiki/List_of_HTTP_header_fields

OCSP Stapling is implemented on lower level, not as a HTTP header but as 
a TLS extension, see Certificate Status Request[1].

Feature you're looking for are enabled by SSLUseStapling directive in 
mod_ssl[2] and NSSOCSP in mod_nss[3].

 1 - https://tools.ietf.org/html/rfc6066#section-8
 2 - https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslusestapling
 3 - 
https://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html
-- 
Regards,
Hubert Kario
Senior Quality Engineer, QE BaseOS Security team
Web: www.cz.redhat.com
Red Hat Czech s.r.o., Purkyňova 99/71, 612 45, Brno, Czech Republic

_______________________________________________
dev-security mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-security
signature.asc (application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJWsJWPAAoJEJKo0bgB0vX1KvMP/37+zGNRLQspyGTMzrrcio9G
II5L21WnthHrJNekSASBfVIt5M6ZVie+ESPmnIq6Iwem40Ps7Jua4cq2bqvTzj9h
D0an00/7z1TLUBU7Ie2Qb098l3I3o3iLHXSEueRXfTknmPfC9Hs51PjOs8N4EUQy
ok7DhsIosFHuvZ0EdLgiVTrYkLw9MdwKJTVw+7ri74JSJEJfxOvP1OeTc4yPUHcQ
XBo4f22V8UYj3oJgMcLhluYYE6Hg0HfQZp8EMi+CxPH9js9MGvYC+AvQCTdyibkr
hzXxYcH4lywsFf9j4viomKDeUZ+jUmieELymUYNWvZ3fk8mtjh/Tv5dCSB7N4XtV
Vg841RNzk3jVEtcgP0vV57MIiUhYsuZkZB09Uq8rDlRn8jB9SY1919SeI6/cnqJP
tZb3t3EH/wqejxuxdlxe2apMr9TCMLg4CxzgTBDN/Per6i5R7M7mPjCb9w7yz5oQ
3ckc3s9C++4GwoxPmORAS5p/OMdFGuhzw5yQQsIJ8gTAzWtyghTs8i+VZrZq2S08
9R86wH/CCcOqKWBwRMnYWlqtjn7rvBqTrHQaczd7KGg1qMDjyTQPHUT1yYWwMZtx
W/nay6OO/CzbgiB8JjLFUq3IMmss0EkXPOKNvl2uLnJ7WC3irwcmetqsNKLFAzrX
sKCfh5bYHIlw9jcpdwxV
=W75I
-----END PGP SIGNATURE-----