swarmauri_signing_ssh 0.3.0.dev3__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.
- swarmauri_signing_ssh-0.3.0.dev3/LICENSE +201 -0
- swarmauri_signing_ssh-0.3.0.dev3/PKG-INFO +54 -0
- swarmauri_signing_ssh-0.3.0.dev3/README.md +30 -0
- swarmauri_signing_ssh-0.3.0.dev3/pyproject.toml +69 -0
- swarmauri_signing_ssh-0.3.0.dev3/swarmauri_signing_ssh/SshEnvelopeSigner.py +351 -0
- swarmauri_signing_ssh-0.3.0.dev3/swarmauri_signing_ssh/__init__.py +3 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [2025] [Jacob Stewart @ Swarmauri]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: swarmauri_signing_ssh
|
|
3
|
+
Version: 0.3.0.dev3
|
|
4
|
+
Summary: OpenSSH-based signer for Swarmauri
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Author: Swarmauri
|
|
7
|
+
Author-email: opensource@swarmauri.com
|
|
8
|
+
Requires-Python: >=3.10,<3.13
|
|
9
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
+
Classifier: Natural Language :: English
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Development Status :: 3 - Alpha
|
|
16
|
+
Classifier: Topic :: Security :: Cryptography
|
|
17
|
+
Classifier: Intended Audience :: Developers
|
|
18
|
+
Provides-Extra: cbor
|
|
19
|
+
Requires-Dist: cbor2 ; extra == "cbor"
|
|
20
|
+
Requires-Dist: swarmauri_base
|
|
21
|
+
Requires-Dist: swarmauri_core
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
|
|
24
|
+

|
|
25
|
+
|
|
26
|
+
# Swarmauri Signing SSH
|
|
27
|
+
|
|
28
|
+
An OpenSSH-based signer implementing the `ISigning` interface for detached
|
|
29
|
+
signatures over raw bytes and canonicalized envelopes.
|
|
30
|
+
|
|
31
|
+
Features:
|
|
32
|
+
- JSON canonicalization (always available)
|
|
33
|
+
- Optional CBOR canonicalization via `cbor2`
|
|
34
|
+
- Detached signatures using OpenSSH `ssh-keygen -Y`
|
|
35
|
+
|
|
36
|
+
## Installation
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
pip install swarmauri_signing_ssh
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Usage
|
|
43
|
+
|
|
44
|
+
```python
|
|
45
|
+
from swarmauri_signing_ssh import SshEnvelopeSigner
|
|
46
|
+
|
|
47
|
+
signer = SshEnvelopeSigner()
|
|
48
|
+
# create a KeyRef pointing to an SSH private key
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Entry Point
|
|
52
|
+
|
|
53
|
+
The signer registers under the `swarmauri.signings` entry point as `SshEnvelopeSigner`.
|
|
54
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Swarmauri Signing SSH
|
|
4
|
+
|
|
5
|
+
An OpenSSH-based signer implementing the `ISigning` interface for detached
|
|
6
|
+
signatures over raw bytes and canonicalized envelopes.
|
|
7
|
+
|
|
8
|
+
Features:
|
|
9
|
+
- JSON canonicalization (always available)
|
|
10
|
+
- Optional CBOR canonicalization via `cbor2`
|
|
11
|
+
- Detached signatures using OpenSSH `ssh-keygen -Y`
|
|
12
|
+
|
|
13
|
+
## Installation
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
pip install swarmauri_signing_ssh
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
```python
|
|
22
|
+
from swarmauri_signing_ssh import SshEnvelopeSigner
|
|
23
|
+
|
|
24
|
+
signer = SshEnvelopeSigner()
|
|
25
|
+
# create a KeyRef pointing to an SSH private key
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Entry Point
|
|
29
|
+
|
|
30
|
+
The signer registers under the `swarmauri.signings` entry point as `SshEnvelopeSigner`.
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "swarmauri_signing_ssh"
|
|
3
|
+
version = "0.3.0.dev3"
|
|
4
|
+
description = "OpenSSH-based signer for Swarmauri"
|
|
5
|
+
license = "Apache-2.0"
|
|
6
|
+
readme = "README.md"
|
|
7
|
+
requires-python = ">=3.10,<3.13"
|
|
8
|
+
authors = [{ name = "Swarmauri", email = "opensource@swarmauri.com" }]
|
|
9
|
+
classifiers = [
|
|
10
|
+
"License :: OSI Approved :: Apache Software License",
|
|
11
|
+
"Natural Language :: English",
|
|
12
|
+
"Programming Language :: Python :: 3.10",
|
|
13
|
+
"Programming Language :: Python :: 3.11",
|
|
14
|
+
"Programming Language :: Python :: 3.12",
|
|
15
|
+
"Programming Language :: Python :: 3.13",
|
|
16
|
+
"Development Status :: 3 - Alpha",
|
|
17
|
+
"Topic :: Security :: Cryptography",
|
|
18
|
+
"Intended Audience :: Developers",
|
|
19
|
+
]
|
|
20
|
+
dependencies = [
|
|
21
|
+
"swarmauri_core",
|
|
22
|
+
"swarmauri_base",
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
[project.optional-dependencies]
|
|
26
|
+
cbor = ["cbor2"]
|
|
27
|
+
|
|
28
|
+
[tool.uv.sources]
|
|
29
|
+
swarmauri_core = { workspace = true }
|
|
30
|
+
swarmauri_base = { workspace = true }
|
|
31
|
+
|
|
32
|
+
[tool.pytest.ini_options]
|
|
33
|
+
norecursedirs = ["combined", "scripts"]
|
|
34
|
+
markers = [
|
|
35
|
+
"test: standard test",
|
|
36
|
+
"unit: Unit tests",
|
|
37
|
+
"i9n: Integration tests",
|
|
38
|
+
"r8n: Regression tests",
|
|
39
|
+
"acceptance: Acceptance tests",
|
|
40
|
+
"perf: Performance tests",
|
|
41
|
+
]
|
|
42
|
+
timeout = 300
|
|
43
|
+
log_cli = true
|
|
44
|
+
log_cli_level = "INFO"
|
|
45
|
+
log_cli_format = "%(asctime)s [%(levelname)s] %(message)s"
|
|
46
|
+
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
|
47
|
+
asyncio_default_fixture_loop_scope = "function"
|
|
48
|
+
|
|
49
|
+
[dependency-groups]
|
|
50
|
+
dev = [
|
|
51
|
+
"pytest>=8.0",
|
|
52
|
+
"pytest-asyncio>=0.24.0",
|
|
53
|
+
"pytest-xdist>=3.6.1",
|
|
54
|
+
"pytest-json-report>=1.5.0",
|
|
55
|
+
"pytest-timeout>=2.3.1",
|
|
56
|
+
"pytest-benchmark>=4.0.0",
|
|
57
|
+
"flake8>=7.0",
|
|
58
|
+
"ruff>=0.9.9",
|
|
59
|
+
]
|
|
60
|
+
|
|
61
|
+
[build-system]
|
|
62
|
+
requires = ["poetry-core>=1.0.0"]
|
|
63
|
+
build-backend = "poetry.core.masonry.api"
|
|
64
|
+
|
|
65
|
+
[project.entry-points.'swarmauri.signings']
|
|
66
|
+
SshEnvelopeSigner = "swarmauri_signing_ssh:SshEnvelopeSigner"
|
|
67
|
+
|
|
68
|
+
[project.entry-points."peagen.plugins.signings"]
|
|
69
|
+
ssh = "swarmauri_signing_ssh:SshEnvelopeSigner"
|
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import json
|
|
4
|
+
import os
|
|
5
|
+
import shutil
|
|
6
|
+
import subprocess
|
|
7
|
+
import tempfile
|
|
8
|
+
from dataclasses import dataclass
|
|
9
|
+
from typing import Any, Iterable, Mapping, Optional, Sequence, Tuple
|
|
10
|
+
|
|
11
|
+
from swarmauri_base.signing.SigningBase import SigningBase
|
|
12
|
+
from swarmauri_core.signing.ISigning import Signature, Envelope, Canon
|
|
13
|
+
from swarmauri_core.crypto.types import KeyRef, Alg
|
|
14
|
+
|
|
15
|
+
try: # pragma: no cover - optional canonicalization
|
|
16
|
+
import cbor2
|
|
17
|
+
|
|
18
|
+
_CBOR_OK = True
|
|
19
|
+
except Exception: # pragma: no cover - runtime check
|
|
20
|
+
_CBOR_OK = False
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# ───────────────────────────── Helpers ─────────────────────────────
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
def _require_ssh_keygen() -> None:
|
|
27
|
+
if shutil.which("ssh-keygen") is None:
|
|
28
|
+
raise RuntimeError(
|
|
29
|
+
"SshEnvelopeSigner requires OpenSSH 'ssh-keygen' on PATH (v8.2+ with -Y support)."
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def _canon_json(obj: Any) -> bytes:
|
|
34
|
+
return json.dumps(
|
|
35
|
+
obj, sort_keys=True, separators=(",", ":"), ensure_ascii=False
|
|
36
|
+
).encode("utf-8")
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def _canon_cbor(obj: Any) -> bytes:
|
|
40
|
+
if not _CBOR_OK:
|
|
41
|
+
raise RuntimeError(
|
|
42
|
+
"CBOR canonicalization requires 'cbor2'. Install with: pip install cbor2"
|
|
43
|
+
)
|
|
44
|
+
return cbor2.dumps(obj)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def _ensure_bytes(v: Any, *, name: str) -> bytes:
|
|
48
|
+
if isinstance(v, (bytes, bytearray)):
|
|
49
|
+
return bytes(v)
|
|
50
|
+
if isinstance(v, str):
|
|
51
|
+
return v.encode("utf-8")
|
|
52
|
+
raise TypeError(f"{name} must be bytes or str")
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
def _write_temp(prefix: str, data: bytes, mode: int = 0o600) -> str:
|
|
56
|
+
fd, path = tempfile.mkstemp(prefix=prefix)
|
|
57
|
+
try:
|
|
58
|
+
os.write(fd, data)
|
|
59
|
+
finally:
|
|
60
|
+
os.close(fd)
|
|
61
|
+
os.chmod(path, mode)
|
|
62
|
+
return path
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
def _read_file(path: str) -> bytes:
|
|
66
|
+
with open(path, "rb") as f:
|
|
67
|
+
return f.read()
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
def _run(
|
|
71
|
+
cmd: list[str], *, stdin: Optional[bytes] = None, check: bool = True
|
|
72
|
+
) -> Tuple[int, bytes, bytes]:
|
|
73
|
+
p = subprocess.Popen(
|
|
74
|
+
cmd,
|
|
75
|
+
stdin=subprocess.PIPE if stdin is not None else None,
|
|
76
|
+
stdout=subprocess.PIPE,
|
|
77
|
+
stderr=subprocess.PIPE,
|
|
78
|
+
)
|
|
79
|
+
out, err = p.communicate(stdin)
|
|
80
|
+
if check and p.returncode != 0:
|
|
81
|
+
raise RuntimeError(
|
|
82
|
+
f"Command failed: {' '.join(cmd)}\n{err.decode('utf-8', 'ignore')}"
|
|
83
|
+
)
|
|
84
|
+
return p.returncode, out or b"", err or b""
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
def _pub_from_priv_path(priv_path: str) -> str:
|
|
88
|
+
_, out, _ = _run(["ssh-keygen", "-y", "-f", priv_path], check=True)
|
|
89
|
+
return out.decode("utf-8").strip()
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
def _fingerprint_from_publine(pub_line: str) -> str:
|
|
93
|
+
path = _write_temp("ssh_pub_", _ensure_bytes(pub_line, name="pub"))
|
|
94
|
+
try:
|
|
95
|
+
_, out, _ = _run(["ssh-keygen", "-lf", path], check=True)
|
|
96
|
+
text = out.decode("utf-8").strip()
|
|
97
|
+
parts = text.split()
|
|
98
|
+
for p in parts:
|
|
99
|
+
if p.startswith("SHA256:"):
|
|
100
|
+
return p
|
|
101
|
+
return text
|
|
102
|
+
finally:
|
|
103
|
+
os.remove(path)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
def _keytype_from_publine(pub_line: str) -> str:
|
|
107
|
+
return pub_line.split()[0]
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
def _alg_token_from_keytype(keytype: str, hashalg: Optional[str]) -> str:
|
|
111
|
+
if keytype == "ssh-ed25519":
|
|
112
|
+
return "ssh-ed25519"
|
|
113
|
+
if keytype == "ssh-rsa":
|
|
114
|
+
return f"rsa-sha2-{hashalg or '256'}"
|
|
115
|
+
if keytype.startswith("ecdsa-sha2-"):
|
|
116
|
+
return keytype
|
|
117
|
+
return keytype
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def _allowed_signers_content(identity: str, pub_line: str) -> bytes:
|
|
121
|
+
return f"{identity} {pub_line}\n".encode("utf-8")
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
# ───────────────────────────── KeyRef handling ─────────────────────────────
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
def _resolve_privkey_to_path(key: KeyRef) -> Tuple[str, str, str]:
|
|
128
|
+
if not isinstance(key, dict):
|
|
129
|
+
raise TypeError("SSH KeyRef must be a dict.")
|
|
130
|
+
kind = key.get("kind")
|
|
131
|
+
identity = key.get("identity") or "default"
|
|
132
|
+
if kind == "path":
|
|
133
|
+
priv_path = str(key.get("priv"))
|
|
134
|
+
if not os.path.exists(priv_path):
|
|
135
|
+
raise FileNotFoundError(f"Private key file not found: {priv_path}")
|
|
136
|
+
pub_line = _pub_from_priv_path(priv_path)
|
|
137
|
+
return priv_path, str(identity), _keytype_from_publine(pub_line)
|
|
138
|
+
if kind == "pem":
|
|
139
|
+
data = _ensure_bytes(key.get("priv"), name="priv")
|
|
140
|
+
tmp = _write_temp("ssh_priv_", data, mode=0o600)
|
|
141
|
+
pub_line = _pub_from_priv_path(tmp)
|
|
142
|
+
return tmp, str(identity), _keytype_from_publine(pub_line)
|
|
143
|
+
raise TypeError(f"Unsupported KeyRef kind for SSH signing: {kind}")
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
def _extract_pub_from_priv(priv_path: str) -> str:
|
|
147
|
+
return _pub_from_priv_path(priv_path)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
# ───────────────────────────── Signature container ─────────────────────────────
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
@dataclass(frozen=True)
|
|
154
|
+
class _Sig:
|
|
155
|
+
data: dict[str, Any]
|
|
156
|
+
|
|
157
|
+
def get(self, k: str, default=None):
|
|
158
|
+
return self.data.get(k, default)
|
|
159
|
+
|
|
160
|
+
def __getitem__(self, k: str) -> object:
|
|
161
|
+
return self.data[k]
|
|
162
|
+
|
|
163
|
+
def __iter__(self):
|
|
164
|
+
return iter(self.data)
|
|
165
|
+
|
|
166
|
+
def __len__(self) -> int:
|
|
167
|
+
return len(self.data)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
# ───────────────────────────── Signer ─────────────────────────────
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
class SshEnvelopeSigner(SigningBase):
|
|
174
|
+
"""Detached signatures using OpenSSH 'ssh-keygen -Y' (ssh-sig format)."""
|
|
175
|
+
|
|
176
|
+
def supports(self) -> Mapping[str, Iterable[str]]:
|
|
177
|
+
canons = ("json", "cbor") if _CBOR_OK else ("json",)
|
|
178
|
+
algs = (
|
|
179
|
+
"ssh-ed25519",
|
|
180
|
+
"ssh-rsa",
|
|
181
|
+
"rsa-sha2-256",
|
|
182
|
+
"rsa-sha2-512",
|
|
183
|
+
"ecdsa-sha2-nistp256",
|
|
184
|
+
"ecdsa-sha2-nistp384",
|
|
185
|
+
"ecdsa-sha2-nistp521",
|
|
186
|
+
)
|
|
187
|
+
return {"algs": algs, "canons": canons, "features": ("multi", "detached_only")}
|
|
188
|
+
|
|
189
|
+
async def sign_bytes(
|
|
190
|
+
self,
|
|
191
|
+
key: KeyRef,
|
|
192
|
+
payload: bytes,
|
|
193
|
+
*,
|
|
194
|
+
alg: Optional[Alg] = None,
|
|
195
|
+
opts: Optional[Mapping[str, object]] = None,
|
|
196
|
+
) -> Sequence[Signature]:
|
|
197
|
+
_require_ssh_keygen()
|
|
198
|
+
|
|
199
|
+
priv_path, identity, keytype = _resolve_privkey_to_path(key)
|
|
200
|
+
temp_key = None
|
|
201
|
+
if isinstance(key, dict) and key.get("kind") == "pem":
|
|
202
|
+
temp_key = priv_path
|
|
203
|
+
|
|
204
|
+
namespace = str((opts or {}).get("namespace") or "file")
|
|
205
|
+
hashalg = (
|
|
206
|
+
(key.get("hashalg") if isinstance(key, dict) else None)
|
|
207
|
+
or (opts or {}).get("hashalg")
|
|
208
|
+
or ("sha256" if keytype == "ssh-rsa" else None)
|
|
209
|
+
)
|
|
210
|
+
pub_line = _extract_pub_from_priv(priv_path)
|
|
211
|
+
kid = _fingerprint_from_publine(pub_line)
|
|
212
|
+
alg_token = _alg_token_from_keytype(keytype, hashalg)
|
|
213
|
+
|
|
214
|
+
cmd = ["ssh-keygen", "-Y", "sign", "-f", priv_path, "-n", namespace]
|
|
215
|
+
if hashalg in ("sha256", "sha512"):
|
|
216
|
+
cmd += ["-O", f"hashalg={hashalg}"]
|
|
217
|
+
|
|
218
|
+
try:
|
|
219
|
+
_, sig, _ = _run(cmd, stdin=payload, check=True)
|
|
220
|
+
return [
|
|
221
|
+
_Sig(
|
|
222
|
+
{
|
|
223
|
+
"alg": alg_token,
|
|
224
|
+
"kid": kid,
|
|
225
|
+
"sig": sig,
|
|
226
|
+
"format": "sshsig",
|
|
227
|
+
"namespace": namespace,
|
|
228
|
+
"identity": identity,
|
|
229
|
+
"keytype": keytype,
|
|
230
|
+
}
|
|
231
|
+
)
|
|
232
|
+
]
|
|
233
|
+
finally:
|
|
234
|
+
if temp_key:
|
|
235
|
+
try:
|
|
236
|
+
os.remove(temp_key)
|
|
237
|
+
except Exception: # pragma: no cover - cleanup best-effort
|
|
238
|
+
pass
|
|
239
|
+
|
|
240
|
+
async def verify_bytes(
|
|
241
|
+
self,
|
|
242
|
+
payload: bytes,
|
|
243
|
+
signatures: Sequence[Signature],
|
|
244
|
+
*,
|
|
245
|
+
require: Optional[Mapping[str, object]] = None,
|
|
246
|
+
opts: Optional[Mapping[str, object]] = None,
|
|
247
|
+
) -> bool:
|
|
248
|
+
_require_ssh_keygen()
|
|
249
|
+
|
|
250
|
+
req = require or {}
|
|
251
|
+
min_signers = int(req.get("min_signers", 1))
|
|
252
|
+
allowed_algs = set(req.get("algs") or [])
|
|
253
|
+
required_kids = set(req.get("kids") or [])
|
|
254
|
+
|
|
255
|
+
namespace = str((opts or {}).get("namespace") or "file")
|
|
256
|
+
identity_hint = (opts or {}).get("identity")
|
|
257
|
+
pubkeys = (opts or {}).get("pubkeys") or []
|
|
258
|
+
if not isinstance(pubkeys, (list, tuple)) or not pubkeys:
|
|
259
|
+
raise RuntimeError(
|
|
260
|
+
"SshEnvelopeSigner.verify_bytes requires opts['pubkeys'] with one or more SSH public keys."
|
|
261
|
+
)
|
|
262
|
+
|
|
263
|
+
allowed_lines = []
|
|
264
|
+
for idx, key_entry in enumerate(pubkeys):
|
|
265
|
+
if not isinstance(key_entry, str):
|
|
266
|
+
raise TypeError(
|
|
267
|
+
"opts['pubkeys'] entries must be OpenSSH public key lines (str)."
|
|
268
|
+
)
|
|
269
|
+
identity = str(identity_hint or f"signer{idx}")
|
|
270
|
+
allowed_lines.append(_allowed_signers_content(identity, key_entry))
|
|
271
|
+
allowed_blob = b"".join(allowed_lines)
|
|
272
|
+
allowed_path = _write_temp("ssh_allowed_", allowed_blob, mode=0o600)
|
|
273
|
+
|
|
274
|
+
try:
|
|
275
|
+
accepted = 0
|
|
276
|
+
for sig in signatures:
|
|
277
|
+
sig_bytes = sig.get("sig")
|
|
278
|
+
if not isinstance(sig_bytes, (bytes, bytearray)):
|
|
279
|
+
continue
|
|
280
|
+
keytype = str(sig.get("keytype") or "")
|
|
281
|
+
if allowed_algs and (
|
|
282
|
+
sig.get("alg") not in allowed_algs and keytype not in allowed_algs
|
|
283
|
+
):
|
|
284
|
+
continue
|
|
285
|
+
if required_kids:
|
|
286
|
+
kid = sig.get("kid")
|
|
287
|
+
if not isinstance(kid, str) or kid not in required_kids:
|
|
288
|
+
continue
|
|
289
|
+
|
|
290
|
+
sig_path = _write_temp("ssh_sig_", bytes(sig_bytes), mode=0o600)
|
|
291
|
+
try:
|
|
292
|
+
cmd = [
|
|
293
|
+
"ssh-keygen",
|
|
294
|
+
"-Y",
|
|
295
|
+
"verify",
|
|
296
|
+
"-f",
|
|
297
|
+
allowed_path,
|
|
298
|
+
"-I",
|
|
299
|
+
str(sig.get("identity") or identity_hint or "signer0"),
|
|
300
|
+
"-n",
|
|
301
|
+
str(sig.get("namespace") or namespace),
|
|
302
|
+
"-s",
|
|
303
|
+
sig_path,
|
|
304
|
+
]
|
|
305
|
+
rc, _, _ = _run(cmd, stdin=payload, check=False)
|
|
306
|
+
if rc == 0:
|
|
307
|
+
accepted += 1
|
|
308
|
+
if accepted >= min_signers:
|
|
309
|
+
return True
|
|
310
|
+
finally:
|
|
311
|
+
os.remove(sig_path)
|
|
312
|
+
return False
|
|
313
|
+
finally:
|
|
314
|
+
os.remove(allowed_path)
|
|
315
|
+
|
|
316
|
+
async def canonicalize_envelope(
|
|
317
|
+
self,
|
|
318
|
+
env: Envelope,
|
|
319
|
+
*,
|
|
320
|
+
canon: Optional[Canon] = None,
|
|
321
|
+
opts: Optional[Mapping[str, object]] = None,
|
|
322
|
+
) -> bytes:
|
|
323
|
+
if canon in (None, "json"):
|
|
324
|
+
return _canon_json(env) # type: ignore[arg-type]
|
|
325
|
+
if canon == "cbor":
|
|
326
|
+
return _canon_cbor(env) # type: ignore[arg-type]
|
|
327
|
+
raise ValueError(f"Unsupported canon: {canon}")
|
|
328
|
+
|
|
329
|
+
async def sign_envelope(
|
|
330
|
+
self,
|
|
331
|
+
key: KeyRef,
|
|
332
|
+
env: Envelope,
|
|
333
|
+
*,
|
|
334
|
+
alg: Optional[Alg] = None,
|
|
335
|
+
canon: Optional[Canon] = None,
|
|
336
|
+
opts: Optional[Mapping[str, object]] = None,
|
|
337
|
+
) -> Sequence[Signature]:
|
|
338
|
+
payload = await self.canonicalize_envelope(env, canon=canon, opts=opts)
|
|
339
|
+
return await self.sign_bytes(key, payload, alg=alg, opts=opts)
|
|
340
|
+
|
|
341
|
+
async def verify_envelope(
|
|
342
|
+
self,
|
|
343
|
+
env: Envelope,
|
|
344
|
+
signatures: Sequence[Signature],
|
|
345
|
+
*,
|
|
346
|
+
canon: Optional[Canon] = None,
|
|
347
|
+
require: Optional[Mapping[str, object]] = None,
|
|
348
|
+
opts: Optional[Mapping[str, object]] = None,
|
|
349
|
+
) -> bool:
|
|
350
|
+
payload = await self.canonicalize_envelope(env, canon=canon, opts=opts)
|
|
351
|
+
return await self.verify_bytes(payload, signatures, require=require, opts=opts)
|