helpers

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrCannotFindPrivKey                    = errors.New("cannot find private key")
	ErrCannotFindPrivKeyMatchingFingerprint = errors.New(
		"cannot find private key matching fingerprint",
	)
)

Functions

func ExportGpgKey

func ExportGpgKey(ctx context.Context, gpgKeyID string, gpgKeyExportPath string) error

ExportGpgKey exports a GPG key from the keyring to a file.

func GetGpgKey

func GetGpgKey(gpgKeyReader io.Reader, passphrase string) (*openpgp.Entity, error)

GetGpgKey returns a GPG key entity from the given reader, decrypting it with the provided passphrase. If passphrase is empty, it prompts interactively (falling back to empty passphrase in non-TTY environments). Exported for use by autobump (github.com/rios0rios0/autobump).

func GetGpgKeyReader

func GetGpgKeyReader(ctx context.Context, gpgKeyID string, gpgKeyPath string, appName string) (io.Reader, error)

GetGpgKeyReader returns a reader for the GPG key. The appName parameter is used for default key path generation (e.g. "autobump" -> ~/.gnupg/autobump-{keyID}.asc). Supports armored (ASCII) and base64-encoded armored key formats. Exported for use by autobump (github.com/rios0rios0/autobump).

func ReadSSHSigningKey

func ReadSSHSigningKey(signingKey string) (string, error)

ReadSSHSigningKey resolves the SSH signing key path from the git config value. It expands ~ to the home directory and verifies the file exists. Exported for use by autobump (github.com/rios0rios0/autobump).

func SignSSHCommit

func SignSSHCommit(ctx context.Context, commitContent []byte, signingKeyPath string) (string, error)

SignSSHCommit signs commit content using ssh-keygen and returns the SSH signature. It uses `ssh-keygen -Y sign` which is the same mechanism Git uses internally.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL