NeoMutt
2021-02-05-89-gabe350
Teaching an old dog new tricks
DOXYGEN
NCRYPT: Encrypt/decrypt/sign/verify emails
Encrypt/decrypt/sign/verify emails
File
Description
ncrypt/config.c
Config used by libncrypt
ncrypt/crypt.c
Signing/encryption multiplexor
ncrypt/cryptglue.c
Wrapper around crypto functions
ncrypt/crypt_gpgme.c
Wrapper for PGP/SMIME calls to GPGME
ncrypt/crypt_mod.c
Register crypto modules
ncrypt/crypt_mod_pgp_classic.c
Wrappers for calls to CLI PGP
ncrypt/crypt_mod_pgp_gpgme.c
Wrappers for calls to GPGME PGP
ncrypt/crypt_mod_smime_classic.c
Wrappers for calls to CLI SMIME
ncrypt/crypt_mod_smime_gpgme.c
Wrappers for calls to GPGME SMIME
ncrypt/dlggpgme.c
GPGME key selection dialog
ncrypt/dlgpgp.c
PGP key selection dialog
ncrypt/dlgsmime.c
SMIME key selection dialog
ncrypt/gnupgparse.c
Parse the output of CLI PGP program
ncrypt/pgp.c
PGP sign, encrypt, check routines
ncrypt/pgpinvoke.c
Wrapper around calls to external PGP program
ncrypt/pgpkey.c
PGP key management routines
ncrypt/pgplib.c
Misc PGP helper routines
ncrypt/pgpmicalg.c
Identify the hash algorithm from a PGP signature
ncrypt/pgppacket.c
Parse PGP data packets
ncrypt/smime.c
SMIME helper routines