# # ChangeLog for /openpgpsdk/trunk/include/openpgpsdk/readerwriter.h # # Generated by Trac 0.9.3 # 06/19/13 08:09:14 # 03/07/08 12:15:14 rachel [557] * openpgpsdk/trunk/include/openpgpsdk/create.h: * openpgpsdk/trunk/include/openpgpsdk/crypto.h: * openpgpsdk/trunk/include/openpgpsdk/keyring.h: * openpgpsdk/trunk/include/openpgpsdk/readerwriter.h: * openpgpsdk/trunk/include/openpgpsdk/std_print.h: * openpgpsdk/trunk/include/openpgpsdk/validate.h: * openpgpsdk/trunk/src/app/Makefile.template: * openpgpsdk/trunk/src/lib/adv_accumulate.c: * openpgpsdk/trunk/src/lib/adv_create.c: * openpgpsdk/trunk/src/lib/adv_keyring.c: * openpgpsdk/trunk/src/lib/adv_openssl_crypto.c: * openpgpsdk/trunk/src/lib/adv_validate.c: * openpgpsdk/trunk/src/lib/adv_writer_encrypt_se_ip.c: * openpgpsdk/trunk/src/lib/adv_writer_stream_encrypt_se_ip.c: * openpgpsdk/trunk/src/lib/keyring_local.h: * openpgpsdk/trunk/src/lib/std_encrypt.c: * openpgpsdk/trunk/src/lib/std_keyring.c: * openpgpsdk/trunk/src/lib/std_print.c: Namechange of struct for better readability. 09/20/07 15:51:38 rachel [509] * openpgpsdk/trunk/include/openpgpsdk/create.h: * openpgpsdk/trunk/include/openpgpsdk/readerwriter.h: * openpgpsdk/trunk/src/advanced/Makefile.template: * openpgpsdk/trunk/src/advanced/adv_create.c: * openpgpsdk/trunk/src/advanced/adv_writer_encrypt.c: * openpgpsdk/trunk/src/advanced/adv_writer_encrypt_se_ip.c: * openpgpsdk/trunk/src/advanced/keyring_local.h: * openpgpsdk/trunk/tests/test_packet_types.c: * openpgpsdk/trunk/tests/test_rsa_encrypt.c: * openpgpsdk/trunk/tests/tests.c: Can now push the encrypted writer onto the writer stack. Example of usage: tests/test_rsa_encrypt.c: test_rsa_encrypt() 08/09/07 16:30:18 rachel [480] * openpgpsdk/trunk/Makefile: * openpgpsdk/trunk/include/openpgpsdk/create.h: * openpgpsdk/trunk/include/openpgpsdk/crypto.h: * openpgpsdk/trunk/include/openpgpsdk/keyring.h: * openpgpsdk/trunk/include/openpgpsdk/packet.h: * openpgpsdk/trunk/include/openpgpsdk/readerwriter.h: * openpgpsdk/trunk/src/advanced/adv_create.c: * openpgpsdk/trunk/src/advanced/adv_packet-parse.c: * openpgpsdk/trunk/src/advanced/adv_symmetric.c: * openpgpsdk/trunk/src/standard/Makefile.template: * openpgpsdk/trunk/src/standard/std_keyring.c: * openpgpsdk/trunk/src/standard/std_print.c: * openpgpsdk/trunk/src/standard/std_readerwriter.c: * openpgpsdk/trunk/tests/Makefile.template: * openpgpsdk/trunk/tests/test_packet_types.c: * openpgpsdk/trunk/tests/tests.c: * openpgpsdk/trunk/tests/tests.h: Large set of changes for base implementation of Sym Encrypted IP packets with RSA/CAST.