dep-libtomcrypt/demos
Steffen Jaeckel cf71fffbd9 re-factor openssh-privkey demo into library functions
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>
2024-08-20 13:29:27 +02:00
..
gcm-file Add LTC_ALIGN_BUF() 2023-10-05 11:14:46 +02:00
aesgcm.c fix help message of aesgcm demo 2023-03-31 14:17:51 +02:00
CMakeLists.txt introduce initial cmake support 2022-09-13 12:29:55 +02:00
constants.c manually fix the remaining leading _'s 2020-07-16 10:38:33 +02:00
demo_dynamic.py fix #469 2019-10-11 14:32:22 +02:00
hashsum.c manually fix the remaining leading _'s 2020-07-16 10:38:33 +02:00
ltcrypt.c update header 2020-07-14 18:41:30 +02:00
openssh-privkey.c re-factor openssh-privkey demo into library functions 2024-08-20 13:29:27 +02:00
openssl-enc.c manually fix the remaining leading _'s 2020-07-16 10:38:33 +02:00
sizes.c manually fix the remaining leading _'s 2020-07-16 10:38:33 +02:00
small.c update header 2020-07-14 18:41:30 +02:00
timing.c read system timer on AARCH64 2020-12-21 13:53:36 +01:00
tv_gen.c use LTC_NULL in the library code 2022-08-31 13:05:00 +02:00