tergent icon indicating copy to clipboard operation
tergent copied to clipboard

A cryptoki library that uses Android keystore as the backend

Results 12 tergent issues
Sort by recently updated
recently updated
newest added

Hi, this PR adds support for arm and i686. Issue has been that c_ulong is u32 on arm and i686, and u64 on aarch64 and x86_64. By replacing some u64...

This is a great framework, thanks so much for this! Would it be possible to approve individual ssh sessions with the fingerprint sensor/face ID? At the moment the exportability protection...

before: ```sh $ /data/data/com.termux/files/usr/libexec/termux-api Keystore ... -e algorithm ALGORITHM ... $ ssh-keygen -D $PREFIX/lib/libtergent.so Enter PIN for 'tergent': PKCS#11 login failed: error 84 login failed cannot read public key from...

first of all, tergent just works well for me, I use it with automatic key locking, thanks for it. However, when I try to use agent forwarding with `ssh -A...

I followed the [README's instructions](https://github.com/aeolwyr/tergent#compiling) on setting up an environment and verified the Rust/NDK setup was correct before trying to compile the latest release. I am getting these errors and...

It would be nice if tergent could trigger biometric authentication if signing fails, then retry sigining. I've already done `alias ssh='termux-fingerprint 1>/dev/null; ssh'`, but: - You have to reauthenticate every...

I tried the tergent on my android phone. I did follow all the steps and tried to connect using `ssh -vv user@myServer`. I saw the key was accepted, but I...

This agent is great, except for the fact that currently you cannot copy one specific keyfile AFAIK. Ssh-copy-id copies all available keys and idk if there's a way to specify...

It will be good for PGP (with https://github.com/alonbl/gnupg-pkcs11-scd ) if externally imported key could be supported.