summaryrefslogtreecommitdiff
path: root/pith/smime.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-02-28 14:12:49 -0700
committerEduardo Chappa <chappa@washington.edu>2016-02-28 14:12:49 -0700
commit4bf825141cd564a2c5a23c55f79e04665c428641 (patch)
tree4fd033202e91d414985f4896fe63b0039adc2cf2 /pith/smime.h
parentdc1062254da60a0f2bf8d52e861dbf4fb7b8cab9 (diff)
downloadalpine-4bf825141cd564a2c5a23c55f79e04665c428641.tar.xz
* Add the ability to change the private key and certificates used
to encrypt a password file in the SMIME setup configuration screen.
Diffstat (limited to 'pith/smime.h')
-rw-r--r--pith/smime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/smime.h b/pith/smime.h
index 636d8805..01e4cdc0 100644
--- a/pith/smime.h
+++ b/pith/smime.h
@@ -85,6 +85,8 @@ void *create_smime_sparep(SpareType stype, void *s);
SpareType get_smime_sparep_type(void *s);
void *get_smime_sparep_data(void *s);
STACK_OF(X509) *get_chain_for_cert(X509 *cert, int *error, int *level);
+CertList *certlist_from_personal_certs(PERSONAL_CERT *pc);
+int smime_path(char *rpath, char *fpath, size_t len);
#endif /* PITH_SMIME_INCLUDED */
#endif /* SMIME */