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.
Files changed (132) hide show
  1. python_nss_ng-1.2.0/.git_archival.txt +4 -0
  2. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/PKG-INFO +1 -1
  3. python_nss_ng-1.2.0/SECURITY.md +77 -0
  4. python_nss_ng-1.2.0/_version.txt +1 -0
  5. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/pyproject.toml +6 -0
  6. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/uv.lock +4 -0
  7. python_nss_ng-1.1.0/.git_archival.txt +0 -4
  8. python_nss_ng-1.1.0/_version.txt +0 -1
  9. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/.clangd +0 -0
  10. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/CONTRIBUTING.md +0 -0
  11. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE +0 -0
  12. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE.gpl +0 -0
  13. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE.lgpl +0 -0
  14. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSE.mpl +0 -0
  15. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSES/Apache-2.0.txt +0 -0
  16. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/LICENSES/MPL-2.0.txt +0 -0
  17. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/MANIFEST.in +0 -0
  18. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/Makefile +0 -0
  19. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/QUICKSTART.md +0 -0
  20. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/README.md +0 -0
  21. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/REUSE.toml +0 -0
  22. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/ChangeLog +0 -0
  23. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MAKEFILE_MIGRATION.md +0 -0
  24. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MANYLINUX_CONFIG.md +0 -0
  25. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MIGRATION.md +0 -0
  26. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/MUTATION_TESTING.md +0 -0
  27. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/TESTING.md +0 -0
  28. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/cert_dump.py +0 -0
  29. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/cert_trust.py +0 -0
  30. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/httplib_example.py +0 -0
  31. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/pbkdf2_example.py +0 -0
  32. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/ssl_cipher_info.py +0 -0
  33. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/ssl_example.py +0 -0
  34. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/ssl_version_range.py +0 -0
  35. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/verify_cert.py +0 -0
  36. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/examples/verify_server.py +0 -0
  37. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/doc/get_api +0 -0
  38. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/meson.build +0 -0
  39. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/pyproject.toml +0 -0
  40. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/deprecations.py +0 -0
  41. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/deprecations.py.meta +0 -0
  42. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/nss_context.py +0 -0
  43. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/nss_context.py.meta +0 -0
  44. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/secure_logging.py +0 -0
  45. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/src/secure_logging.py.meta +0 -0
  46. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/conftest.py +0 -0
  47. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/exceptions.py +0 -0
  48. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/run_tests +0 -0
  49. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/setup_certs.py +0 -0
  50. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_cert_components.py +0 -0
  51. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_cert_request.py +0 -0
  52. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_certificate_advanced.py +0 -0
  53. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_cipher.py +0 -0
  54. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_client_server.py +0 -0
  55. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_deprecations.py +0 -0
  56. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_digest.py +0 -0
  57. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_documentation_accuracy.py +0 -0
  58. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_error_messages.py +0 -0
  59. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_examples.py +0 -0
  60. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_integration.py +0 -0
  61. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_misc.py +0 -0
  62. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_nss_context.py +0 -0
  63. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_ocsp.py +0 -0
  64. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_performance.py +0 -0
  65. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_pkcs12.py +0 -0
  66. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_platform_specific.py +0 -0
  67. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_property_based.py +0 -0
  68. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_secure_logging.py +0 -0
  69. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_security.py +0 -0
  70. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_thread_safety.py +0 -0
  71. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_type_hints.py +0 -0
  72. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/test_util.py +0 -0
  73. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/mutants/test/util.py +0 -0
  74. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/pyrightconfig.json +0 -0
  75. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/scripts/README.md +0 -0
  76. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/scripts/meson-version.py +0 -0
  77. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/scripts/run-all-tests.sh +0 -0
  78. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/NSPRerrs.h +0 -0
  79. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/SECerrs.h +0 -0
  80. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/SSLerrs.h +0 -0
  81. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/__init__.py +0 -0
  82. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/deprecations.py +0 -0
  83. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/io.pyi +0 -0
  84. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/nss.pyi +0 -0
  85. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/nss_context.py +0 -0
  86. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_common.h +0 -0
  87. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_error.c +0 -0
  88. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_error.h +0 -0
  89. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_io.c +0 -0
  90. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nspr_io.h +0 -0
  91. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nss.c +0 -0
  92. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_nss.h +0 -0
  93. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_shared_doc.h +0 -0
  94. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_ssl.c +0 -0
  95. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_ssl.h +0 -0
  96. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/py_traceback.h +0 -0
  97. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/secure_logging.py +0 -0
  98. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/src/ssl.pyi +0 -0
  99. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/conftest.py +0 -0
  100. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/exceptions.py +0 -0
  101. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/run_tests +0 -0
  102. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/setup_certs.py +0 -0
  103. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_cert_components.py +0 -0
  104. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_cert_request.py +0 -0
  105. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_certificate_advanced.py +0 -0
  106. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_cipher.py +0 -0
  107. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_client_server.py +0 -0
  108. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_deprecations.py +0 -0
  109. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_digest.py +0 -0
  110. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_documentation_accuracy.py +0 -0
  111. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_examples.py +0 -0
  112. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_misc.py +0 -0
  113. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_performance.py +0 -0
  114. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_pkcs12.py +0 -0
  115. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_platform_specific.py +0 -0
  116. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_property_based.py +0 -0
  117. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_secure_logging.py +0 -0
  118. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_security.py +0 -0
  119. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_thread_safety.py +0 -0
  120. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_type_hints.py +0 -0
  121. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_util.py +0 -0
  122. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_error_messages.py +0 -0
  123. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_integration.py +0 -0
  124. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_nonexistent_certs.py +0 -0
  125. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_nss_context.py +0 -0
  126. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/test_zzz_ocsp.py +0 -0
  127. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/test/util.py +0 -0
  128. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/__init__.pyi +0 -0
  129. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/error.pyi +0 -0
  130. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/io.pyi +0 -0
  131. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/nss.pyi +0 -0
  132. {python_nss_ng-1.1.0 → python_nss_ng-1.2.0}/typings/nss/ssl.pyi +0 -0
@@ -0,0 +1,4 @@
1
+ node: e6e197516189faac861f191a6a48f0e1d993ef3d
2
+ node-date: 2026-06-12T13:13:22-06:00
3
+ describe-name: v1.2.0
4
+ ref-names: grafted, HEAD, tag: v1.2.0, origin/main, origin/HEAD
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-nss-ng
3
- Version: 1.1.0
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"
@@ -1,4 +0,0 @@
1
- node: ceb747232755bf570e5ceacb4e3a82f5d31ca085
2
- node-date: 2026-06-09T07:15:24-06:00
3
- describe-name: v1.1.0
4
- ref-names: grafted, HEAD, tag: v1.1.0, origin/main, origin/HEAD
@@ -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