mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
This adds two new API functions * `pem_decode_openssh()` * `pem_decode_openssh_filehandle()` It also introduces the following two new types: * a new union type `ltc_pka_key` which can hold any PKA key type. * a `password_ctx` type with a callback to retrieve a password if necessary. Signed-off-by: Steffen Jaeckel <s@jaeckel.eu> |
||
|---|---|---|
| .. | ||
| gcm-file | ||
| aesgcm.c | ||
| CMakeLists.txt | ||
| constants.c | ||
| demo_dynamic.py | ||
| hashsum.c | ||
| ltcrypt.c | ||
| openssh-privkey.c | ||
| openssl-enc.c | ||
| sizes.c | ||
| small.c | ||
| timing.c | ||
| tv_gen.c | ||