2010-01-26 16:49:52

by wireless

[permalink] [raw]
Subject: [ANN] crda: v1.1.1


A new release of crda (v1.1.1) is available at:

http://wireless.kernel.org/download/crda/crda-1.1.1.tar.bz2

SHA1 sum: 73643b3f49b34c4150df4abb793a36792cc68fb7

Here is the short log of the changes included in this
release:

Luis R. Rodriguez (1):
Space fix

Paul Fertser (1):
Implement runtime loading of RSA public keys

Pavel Roskin (1):
CRDA and cross-compilation

Tim Gardner (1):
crda: Cosmetic fix for udev path



2010-01-26 19:00:20

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [ANN] crda: v1.1.1

On Tue, Jan 26, 2010 at 8:27 AM, <[email protected]> wrote:
>
> A new release of crda (v1.1.1) is available at:
>
> http://wireless.kernel.org/download/crda/crda-1.1.1.tar.bz2
>
> SHA1 sum: 73643b3f49b34c4150df4abb793a36792cc68fb7
>
> Here is the short log of the changes included in this
> release:
>
> Luis R. Rodriguez (1):
>      Space fix
>
> Paul Fertser (1):
>      Implement runtime loading of RSA public keys

Thanks to Paul Ferster for this patch. Its worth elaborating a little
more on this.

Typically CRDA has only allowed adding of public keys at build time.
Adding alternative public keys for CRDA allows for third party
authored files to be redistributed and used. This is now documented
here:

http://wireless.kernel.org/en/developers/Regulatory#Custom_regulatory_information

With the new patch by Paul you can read keys put in place on a
preconfigured directory, by default /etc/wireless-regdb/pubkeys. This
is currently only available with USE_OPENSSL=1 as gcrypt lacks a PEM
parser.

> Pavel Roskin (1):
>      CRDA and cross-compilation
>
> Tim Gardner (1):
>      crda: Cosmetic fix for udev path
>

Luis