google / mundane

Mundane is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant (in that order).
MIT License
1.07k stars 49 forks source link

Replace "whitelist" with "allowlist" #27

Closed joshlf closed 3 years ago

joshlf commented 3 years ago

In boringssl/bindgen.sh, we use the term "whitelist" to refer to lists of items that should be included by bindgen when generating bindings. For inclusivity reasons, we should use the term "allowlist" instead.

azriel91 commented 3 years ago

Heya, I had a go at this, with the change at https://fuchsia-review.googlesource.com/c/mundane/+/474677.

bindgen's option still include --whitelist-*, so a text search of the repository still shows that.

joshlf commented 3 years ago

Thanks @azriel91! Closed in this CL.