python-nss-ng 1.1.0__tar.gz → 1.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- python_nss_ng-1.2.0/.git_archival.txt +4 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/PKG-INFO +1 -1
- python_nss_ng-1.2.0/SECURITY.md +77 -0
- python_nss_ng-1.2.0/_version.txt +1 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/pyproject.toml +6 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/uv.lock +4 -0
- python_nss_ng-1.1.0/.git_archival.txt +0 -4
- python_nss_ng-1.1.0/_version.txt +0 -1
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/.clangd +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/CONTRIBUTING.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE.gpl +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE.lgpl +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE.mpl +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSES/Apache-2.0.txt +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSES/MPL-2.0.txt +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/MANIFEST.in +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/Makefile +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/QUICKSTART.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/README.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/REUSE.toml +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/ChangeLog +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MAKEFILE_MIGRATION.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MANYLINUX_CONFIG.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MIGRATION.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MUTATION_TESTING.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/TESTING.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/cert_dump.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/cert_trust.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/httplib_example.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/pbkdf2_example.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/ssl_cipher_info.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/ssl_example.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/ssl_version_range.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/verify_cert.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/verify_server.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/get_api +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/meson.build +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/pyproject.toml +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/deprecations.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/deprecations.py.meta +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/nss_context.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/nss_context.py.meta +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/secure_logging.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/secure_logging.py.meta +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/conftest.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/exceptions.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/run_tests +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/setup_certs.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_cert_components.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_cert_request.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_certificate_advanced.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_cipher.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_client_server.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_deprecations.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_digest.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_documentation_accuracy.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_error_messages.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_examples.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_integration.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_misc.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_nss_context.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_ocsp.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_performance.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_pkcs12.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_platform_specific.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_property_based.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_secure_logging.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_security.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_thread_safety.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_type_hints.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_util.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/util.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/pyrightconfig.json +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/scripts/README.md +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/scripts/meson-version.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/scripts/run-all-tests.sh +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/NSPRerrs.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/SECerrs.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/SSLerrs.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/__init__.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/deprecations.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/io.pyi +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/nss.pyi +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/nss_context.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_common.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_error.c +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_error.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_io.c +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_io.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nss.c +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nss.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_shared_doc.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_ssl.c +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_ssl.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_traceback.h +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/secure_logging.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/ssl.pyi +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/conftest.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/exceptions.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/run_tests +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/setup_certs.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_cert_components.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_cert_request.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_certificate_advanced.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_cipher.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_client_server.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_deprecations.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_digest.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_documentation_accuracy.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_examples.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_misc.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_performance.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_pkcs12.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_platform_specific.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_property_based.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_secure_logging.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_security.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_thread_safety.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_type_hints.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_util.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_error_messages.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_integration.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_nonexistent_certs.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_nss_context.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_ocsp.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/util.py +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/__init__.pyi +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/error.pyi +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/io.pyi +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/nss.pyi +0 -0
- {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/ssl.pyi +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-nss-ng
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0
|
|
4
4
|
Summary: Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR)
|
|
5
5
|
Keywords: nss,nspr,cryptography,ssl,tls,pki,x509,security
|
|
6
6
|
Author-Email: John Dennis <jdennis@redhat.com>, Matthew Watkins <mwatkins@linuxfoundation.org>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
SPDX-FileCopyrightText: 2026 The Linux Foundation
|
|
4
|
+
-->
|
|
5
|
+
|
|
6
|
+
# Security Policy
|
|
7
|
+
|
|
8
|
+
This document describes the security policy for this repository, including
|
|
9
|
+
which versions receive security updates and how to report vulnerabilities.
|
|
10
|
+
|
|
11
|
+
## Supported Versions
|
|
12
|
+
|
|
13
|
+
Maintainers develop and merge security fixes on the default branch
|
|
14
|
+
(`main`) and publish those fixes in the latest tagged release. Older
|
|
15
|
+
releases and tags do not receive security updates. Users should track
|
|
16
|
+
the latest tagged release for security patches.
|
|
17
|
+
|
|
18
|
+
| Version | Supported |
|
|
19
|
+
| --------------------- | ------------------ |
|
|
20
|
+
| Latest tagged release | :white_check_mark: |
|
|
21
|
+
| Older releases/tags | :x: |
|
|
22
|
+
|
|
23
|
+
## Reporting a Vulnerability
|
|
24
|
+
|
|
25
|
+
If you discover a security vulnerability in this project, please report it
|
|
26
|
+
**privately** so that maintainers can investigate and release a fix before
|
|
27
|
+
the issue becomes publicly known.
|
|
28
|
+
|
|
29
|
+
### Preferred: GitHub Private Vulnerability Reporting
|
|
30
|
+
|
|
31
|
+
Use GitHub's private vulnerability reporting feature:
|
|
32
|
+
|
|
33
|
+
1. Navigate to the **Security** tab of this repository.
|
|
34
|
+
2. Click **Report a vulnerability**.
|
|
35
|
+
3. Provide as much detail as possible (see below).
|
|
36
|
+
|
|
37
|
+
This creates a private advisory visible to maintainers.
|
|
38
|
+
|
|
39
|
+
### Alternative: Email
|
|
40
|
+
|
|
41
|
+
If you cannot use GitHub's private reporting, send an email to the Linux
|
|
42
|
+
Foundation Release Engineering team at:
|
|
43
|
+
|
|
44
|
+
- **<releng@linuxfoundation.org>**
|
|
45
|
+
|
|
46
|
+
Please do **not** report security vulnerabilities through public GitHub
|
|
47
|
+
issues, discussions, or pull requests.
|
|
48
|
+
|
|
49
|
+
### What to Include
|
|
50
|
+
|
|
51
|
+
To help maintainers triage and resolve the report, please include:
|
|
52
|
+
|
|
53
|
+
- A clear description of the vulnerability and its potential impact.
|
|
54
|
+
- Steps to reproduce the issue (proof-of-concept code or commands).
|
|
55
|
+
- The affected version(s), commit SHA, or release tag.
|
|
56
|
+
- Any known mitigations or workarounds.
|
|
57
|
+
- Your name and contact details for follow-up (optional).
|
|
58
|
+
|
|
59
|
+
## Response Process
|
|
60
|
+
|
|
61
|
+
Maintainers will acknowledge receipt of vulnerability reports within
|
|
62
|
+
**5 business days**. We aim to:
|
|
63
|
+
|
|
64
|
+
1. Confirm the vulnerability and determine its severity.
|
|
65
|
+
2. Develop and test a fix in a private branch or advisory.
|
|
66
|
+
3. Coordinate a disclosure timeline with the reporter.
|
|
67
|
+
4. Release a patched version and publish a security advisory.
|
|
68
|
+
|
|
69
|
+
We follow a responsible disclosure process and credit reporters in the
|
|
70
|
+
published advisory unless they request to remain anonymous.
|
|
71
|
+
|
|
72
|
+
## Scope
|
|
73
|
+
|
|
74
|
+
This policy covers the source code, configuration, and documentation
|
|
75
|
+
in this repository. Please report vulnerabilities in upstream
|
|
76
|
+
dependencies to their respective maintainers; this project will update
|
|
77
|
+
affected dependencies once fixes become available.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.2.0
|
|
@@ -319,3 +319,9 @@ before-all = "yum install -y nss-devel nspr-devel pkg-config || apt-get update &
|
|
|
319
319
|
|
|
320
320
|
[tool.cibuildwheel.macos]
|
|
321
321
|
before-all = "brew install nss nspr pkg-config"
|
|
322
|
+
|
|
323
|
+
[tool.uv]
|
|
324
|
+
# Supply-chain cooldown: do not resolve anything published in the last
|
|
325
|
+
# 7 days (rolling window; uv records it as a relative span in uv.lock).
|
|
326
|
+
# Requires uv >= 0.9.17 for the relative-duration ("7 days") form.
|
|
327
|
+
exclude-newer = "7 days"
|
|
@@ -9,6 +9,10 @@ resolution-markers = [
|
|
|
9
9
|
"python_full_version < '3.12'",
|
|
10
10
|
]
|
|
11
11
|
|
|
12
|
+
[options]
|
|
13
|
+
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.
|
|
14
|
+
exclude-newer-span = "P7D"
|
|
15
|
+
|
|
12
16
|
[[package]]
|
|
13
17
|
name = "ast-serialize"
|
|
14
18
|
version = "0.3.0"
|
python_nss_ng-1.1.0/_version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.1.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|