No description
Find a file
Ben Hutchings 88951a4a9b wireless-regdb: Replace M2Crypto with cryptography package
M2Crypto is deprecated by its maintainers in favour of the
cryptography package.  Update db2bin.py to use that for signing
regulatory.bin.

Signed-off-by: Ben Hutchings <benh@debian.org>
Link: https://patch.msgid.link/aZN4FltUUWKUh6rp@decadent.org.uk
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
2026-02-25 15:25:57 +08:00
debian-example wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00
web regdb: fix moinmoin plugin license 2011-04-28 15:12:19 -04:00
.b4-config wireless-regdb: Add .b4-config 2024-08-14 12:16:33 +08:00
.gitignore wireless-regdb: Update .gitignore 2024-08-14 12:16:33 +08:00
CONTRIBUTING wireless-regdb: embrace the Developer Certificate of Origin for contributions 2014-05-19 14:32:29 -04:00
db.txt wireless-regdb: Update regulatory info for Canada (CA) for 2025 2026-02-04 11:42:56 +08:00
db2bin.py wireless-regdb: Replace M2Crypto with cryptography package 2026-02-25 15:25:57 +08:00
db2fw.py regdb: fix compatibility with python2 2019-10-29 08:50:53 -05:00
dbparse.py wireless-regdb: allow NO-INDOOR flag in db.txt 2025-02-20 16:44:56 +08:00
gen-pubcert.sh wireless-regdb: Do not hardcode 'sforshee' in the certificate commonName 2021-03-17 09:13:39 -05:00
LICENSE Initial project creation/import... 2008-11-17 15:41:34 -05:00
Makefile wireless-regdb: Makefile: Reproducible signatures 2023-12-05 10:52:46 +08:00
README wireless-regdb: add URLs in README 2018-12-04 09:27:40 -06:00
regulatory.bin wireless-regdb: update regulatory database based on preceding changes 2026-02-04 15:44:32 +08:00
regulatory.bin.5 wireless-regdb: Update broken link in regulatory.bin(5) manpage 2025-10-28 12:18:06 +08:00
regulatory.db wireless-regdb: update regulatory database based on preceding changes 2026-02-04 15:44:32 +08:00
regulatory.db.5 wireless-regdb: Document regulatory.db in the manual page 2017-12-23 21:20:07 -06:00
regulatory.db.p7s wireless-regdb: update regulatory database based on preceding changes 2026-02-04 15:44:32 +08:00
sha1sum.txt wireless-regdb: update regulatory database based on preceding changes 2026-02-04 15:44:32 +08:00
wens.key.pub.pem wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00
wens.x509.pem wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00
wireless-regdb.spec wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00

 wireless-regdb
================
<https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb>

This repository contains the plain text version of the regulatory
database file I maintain for use with Central Regulatory Database
Agent daemon.  Also included is the compiled binary version of this
file signed with my RSA key.  This represents a good faith attempt
to capture regulatory information that is correct at the time of its last
modification.  This information is provided to you with no warranty
either expressed or implied.

Also included are the tools used to compile and sign the regulatory.bin
file as well as a MoinMoin macro used for viewing the database.


 TECHNICAL INFORMATION
=======================

The regulatory information in `db.txt' is stored in a human-readable
format which can be read using the `dbparse.py' python module. This
python module is used by the web viewer (Regulatory.py) which is
implemented as a MoinMoin macro (and used on http://wireless.kernel.org)
to allow viewing the database for verification.

The dbparse module is also used by db2bin.py and db2fw.py, the `compilers'
that compile the database to its binary formats.

For more information, please see the CRDA page:

	https://wireless.wiki.kernel.org/en/developers/regulatory/crda

and the full description of the Linux regulatory stack:

	https://wireless.wiki.kernel.org/en/developers/regulatory

John W. Linville
17 November 2008