lemur/lemur/authorities
Marti Raudsepp 7762d6ed52 Reworked sensitive domain name and restriction logic (#878)
* This is a fix for a potential security issue; the old code had edge
  cases with unexpected behavior.
* LEMUR_RESTRICTED_DOMAINS is no more, instead LEMUR_WHITELISTED_DOMAINS
  is a list of *allowed* domain name patterns. Per discussion in PR #600
* Domain restrictions are now checked everywhere: in domain name-like
  CN (common name) values and SAN DNSNames, including raw CSR requests.
* Common name values that contain a space are exempt, since they cannot
  be valid domain names.
2017-08-16 19:24:49 -07:00
..
__init__.py initial commit 2015-06-22 13:47:27 -07:00
models.py Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00
schemas.py Reworked sensitive domain name and restriction logic (#878) 2017-08-16 19:24:49 -07:00
service.py Fixes bug where authority status was not set correctly. (#739) 2017-03-29 10:10:51 -07:00
views.py Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00