|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Directories | |
| gpg | |
| handshake | |
| ssh | |
Files | |
| crypto.c | |
| 🔐 Core cryptography: encryption/decryption, key exchange, authentication, and session rekeying with BearSSL | |
| crypto.h | |
| https_keys.c | |
| https_keys.h | |
| key_types.h | |
| keys.c | |
| keys.h | |
| keys_validation.c | |
| keys_validation.h | |
| known_hosts.c | |
| 📜 SSH known_hosts file parser for host key verification and trust management | |
| known_hosts.h | |
| Known hosts management for MITM attack prevention. | |
| pem_utils.c | |
| 📄 PEM format encoding/decoding utilities for certificates and keys (adapted from BearSSL) | |
| pem_utils.h | |
| BearSSL PEM and trust anchor utilities adapted for in-memory data. | |