pynss-dev / python-nss

Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR).
GNU General Public License v2.0
1 stars 2 forks source link

Implement c11 functions #15

Open kuwv opened 2 years ago

kuwv commented 2 years ago

Currently, python-nss uses GCC which does not implement the c11 spec. This spec contains many convenient security related functions.

Implement "libsafec" with respective "_s" functions.