Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-nss - Python bindings for Network Security Services (NSS)
- Description:
This package provides Python bindings for Network Security Services
(NSS) and the Netscape Portable Runtime (NSPR).
NSS is a set of libraries supporting security-enabled client and
server applications. Applications built with NSS can support SSL v2
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3
certificates, and other security standards. Specific NSS
implementations have been FIPS-140 certified.
Packages
python-nss-0.8-1.el6.i686
[276 KiB] |
Changelog
by John Dennis (2009-09-21):
- The following methods, properties and functions were added:
SecItem.type SecItem.len, SecItem.data
PK11SymKey.key_data, PK11SymKey.key_length, PK11SymKey.slot
create_context_by_sym_key
param_from_iv
generate_new_param
get_iv_length
get_block_size
get_pad_mechanism
- SecItem's now support indexing and slicing on their data
- Clean up parsing and parameter validation of variable arg functions
|