1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-07 16:02:54 +03:00

12 Commits

Author SHA1 Message Date
Herman Slatman
de85fd0cef Use github.com/smallstep/cli-utils and reorder imports 2024-09-30 13:25:46 +02:00
Mariano Cano
bb072b1ba0 Move step rand to step crypto rand and prime format 2023-10-27 11:23:41 -07:00
Josh Soref
4afe4cfb73 Spelling
* access
* adminclient
* ampersand
* and
* ascii
* associated
* auto-detected
* browser
* certificate
* certificates
* characters
* command
* compatibility
* consist
* decodes
* digital
* distinguished
* doesn't
* encoded
* encrypted
* encrypting
* entities
* error
* extension
* from the
* from
* github
* herd
* inspecting
* interchangeable
* interchangeably
* issuing
* json
* macos
* mixed
* onboarding
* outer
* parameter
* parses
* password
* preexisting
* processed
* publickey
* reference
* remaining
* renegotiate
* represents
* secrecy
* serialization
* smartypants
* smartypantsable
* subcommand
* subject
* subtle
* suppression
* the
* tidiness
* too-soon
* truststore
* unmarshaling
* use
* wrapping

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-10-06 18:25:44 -04:00
max furman
860c213b97 Initial step path contexts commit
- move config and command packages to cli-utils
2021-10-27 15:55:16 -07:00
Edouard Buschini
cd951f0a51 Extract winpe's certificates in PEM
This commit adds the ability to extract certificates in a Windows Portable Exectable file.
The PE file has some headers that references the certificates used to sign the it in PKCS7 format.

The new CLI is located under the new `crypto/winpe` module.
2021-02-09 05:22:20 +00:00
krbcmt
2544da5ab1 Fix typo in crypto description 2020-04-13 20:53:53 -06:00
max furman
93aa6d61c5 Add tools for reformatting certificate and keys
* for switching between different formats - der, pem, etc.
* fix bug in change-pass
2018-11-15 22:57:19 -08:00
max furman
9c2e714afe add change pass PEM and JWK 2018-10-12 22:04:59 -07:00
Mariano Cano
e883181a03 Merge branch 'master' into jws 2018-07-24 18:04:57 -07:00
Mariano Cano
7a8d06c6db Add jose command with subcommand to swap serializing format. 2018-07-24 17:43:27 -07:00
Mariano Cano
c47fff0859 Add initial support for JWS commands. 2018-07-24 15:37:51 -07:00
Mariano Cano
c58db6b98b Initial commit 2018-07-17 16:06:17 -07:00