salrashid123

Results 39 issues of salrashid123

FR to implement [createDelegated()]](https://googleapis.dev/java/google-auth-library/latest/com/google/auth/oauth2/ServiceAccountCredentials.html#createDelegated-java.lang.String-) mechansm for other credential types. Currently, only `ServiceAccount` credentials implements that api that allows domain-wide delegation. This FR is to allow the other credentials to also...

type: feature request

not an issue but thought i'd add it here incase anyone is interested. a bit ago if fiddled with ocicrypt key providers and came up with basic (alpha quality, charitably)...

## Feature Description Support cel-go extensions and document the set of extensions supported. * https://github.com/google/cel-go/tree/master/ext Better yet, allow an option box in the playground that enables/disables extensions (atleast cel-go extensions)...

enhancement

The default end-to-end example in [tpm2_duplicate](https://github.com/tpm2-software/tpm2-tools/blob/master/man/tpm2_duplicate.1.md#example-2-as-an-end-to-end-example-the-following-will-transfer-an-rsa-key-generated-on-tpm-a-to-tpm-b) describes a way to Transfer from `A->B` however, you can also repeat that process to further propagate the key from `a->b->c`. here's an example:...

fixes https://github.com/tpm2-software/tpm2-tools/issues/3391 @AndreasFuchsTPM

FR to support encryption/decryption using TPM based keys. WIth this, you can encrypt and decrypt data only with the _same_ TPM. for example, this is encryption/decryption using `tpm2_tools` (cpp), and...

the specs here for `emptyAuth` field for PEM encoded tpm keys * https://www.hansenpartnership.com/draft-bottomley-tpm2-keys.html#name-emptyauth states that if the emptyauth field is absent, it should get interpreted as 'required' - `userAuth not...

if the specs alteast here mentions a "description" field which can get encoded into PEM tpm keys: * https://www.hansenpartnership.com/draft-bottomley-tpm2-keys.html#name-description However, it looks like that if the key contains that field,...

the parent context isn't flushed during a create and load commands cleanly which causes issues in using pytss with a swtpm (no resource mgr, etc). suggestion is to add in...