openwisp / django-x509

Reusable django app implementing x509 PKI certificates management
http://openwisp.org
BSD 3-Clause "New" or "Revised" License
340 stars 69 forks source link

[models] common_name max_length should be 64 #99

Closed nemesifier closed 4 years ago

nemesifier commented 4 years ago

The common_name field max_length should be 64, not 63. The common_name represents a hostname, and hostnames by various internet standard definitions have a maximum length of 64 characters.