1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-11 23:59:50 +02:00
gnupg/sm
Werner Koch 5f116e9540 * base64.c (base64_reader_cb): Try to detect an S/MIME body part.
* certdump.c (print_sexp): Renamed to gpgsm_dump_serial, made
global.
(print_time): Renamed to gpgsm_dump_time, made global.
(gpgsm_dump_serial): Take a real S-Expression as argument and
print the first item.
* keylist.c (list_cert_colon): Ditto.
* keydb.c (keydb_search_issuer_sn): Ditto.
* decrypt.c (print_integer_sexp): Removed and made callers
use gpgsm_dump_serial.
* verify.c (print_time): Removed, made callers use gpgsm_dump_time.
2001-12-20 13:25:08 +00:00
..
base64.c * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00
call-agent.c assuan/ 2001-12-19 00:18:11 +00:00
certchain.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
certcheck.c Changes to be used with the new libksba interface. 2001-12-18 17:37:48 +00:00
certdump.c * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00
certlist.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
certpath.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
ChangeLog * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00
decrypt.c * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00
encrypt.c Changes to be used with the new libksba interface. 2001-12-18 17:37:48 +00:00
fingerprint.c Changes to be used with the new libksba interface. 2001-12-18 17:37:48 +00:00
gpgsm.c * gpgsm.c (main): Renamed the default key database to "keyring.kbx". 2001-12-15 16:19:24 +00:00
gpgsm.h * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00
import.c * base64.c: New. Changed all other functions to use this instead 2001-11-27 17:40:09 +00:00
keydb.c * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00
keydb.h Implemented encryption in server mode. 2001-12-11 12:31:04 +00:00
keylist.c * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00
Makefile.am * Makefile.am (AM_CPPFLAGS): Add flags for libksba 2001-12-18 19:35:12 +00:00
misc.c Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
server.c * verify.c (gpgsm_verify): Add hash debug helpers 2001-12-14 19:36:33 +00:00
sign.c * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*. 2001-12-15 12:36:39 +00:00
verify.c * base64.c (base64_reader_cb): Try to detect an S/MIME body part. 2001-12-20 13:25:08 +00:00