Skip to content

Add big_key support#5

Merged
jsipprell merged 1 commit intojsipprell:masterfrom
chlunde:big_key-support
Jun 18, 2021
Merged

Add big_key support#5
jsipprell merged 1 commit intojsipprell:masterfrom
chlunde:big_key-support

Conversation

@chlunde
Copy link
Copy Markdown
Contributor

@chlunde chlunde commented Jun 17, 2021

This enables reading the krb5 ccache

info, err := k.Info()
... info.Type == "big_key"
id, err := k.Get()
key, ok := id.(*keyctl.Key)
data, err := key.Get()

This enables reading the krb5 ccache

    info, err := k.Info()
    ... info.Type == "big_key"
    id, err := k.Get()
    key, ok := id.(*keyctl.Key)
    data, err := key.Get()
@jsipprell jsipprell merged commit 4450371 into jsipprell:master Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants