aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc/Marcus Brinkmann2002-01-225-4/+11
| | | | | | | | | | | | | | | | | | | | | | 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**. * gpg/t-sign.c (passphrase_cb): Likewise. * gpg/t-decrypt-verify.c (passphrase_cb): Likewise. * gpg/t-decrypt.c (passphrase_cb): Likewise.
* gpgme/Marcus Brinkmann2001-12-192-1/+5
| | | | | | | | | | | | | | | 2001-12-19 Marcus Brinkmann <[email protected]> * engine.c: Include `string.h'. Reported by St�phane Corth�sy. * version.c (get_engine_info): Remove prototype. tests/ 2001-12-19 Marcus Brinkmann <[email protected]> * gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by St�phane Corth�sy.
* Revert cruft from last check in.Marcus Brinkmann2001-12-193-45/+9
|
* Learn more about the trash I have on my machine.Werner Koch2001-12-191-1/+2
|
* updated .cvsignore filesWerner Koch2001-12-193-1/+47
|
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-192-1/+5
| | | | | * gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.
* 2001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-182-1/+5
| | | | | * gpgsm/Makefile.am (EXTRA_DIST): Add $(key_id).
* 2001-12-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-162-2/+6
| | | | | * gpgsm/Makefile: Rename `pubcerts.kbx' to `pubring.kbx'.
* 2001-12-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-152-3/+13
| | | | | * gpgsm/t-keylist.c (check_two_contexts): Set protocols.
* Small code cleanup.Marcus Brinkmann2001-12-141-4/+0
|
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-143-1/+141
| | | | | | * gpgsm/t-sign.c: New file. * gpgsm/Makefile.am (TESTS): Add t-sign.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-144-2/+141
| | | | | | | | | | * gpgsm/t-decrypt.c: New file. * gpgsm/567064FE6D14A17B2D811ABB407728BC558AA455: Likewise. * gpgsm/Makefile.am (TESTS): Add t-decrypt. (key_id): New variable. (all-local): New target ./private-keys-v1.d/$(key_id) added. (./private-keys-v1.d/$(key_id)): New target.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-143-1/+171
| | | | | | * gpgsm/t-verify.c: New file. * gpgsm/Makefile.am (TESTS): Add t-verify.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-145-19/+139
| | | | | | | | | | | | | | | | | | | | * configure.ac (GPG): Substitute this variable. (GPGSM): Likewise. tests/ CVS2001-12-14 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (GPG): Set to @GPG_PATH@. (./pubring.gpg): Use $(GPG) instead gpg. (./secring.gpg): Likewise. * gpgsm/t-import.c (main): Remove third test case. * gpgsm/Makefile.am (GPGSM): Set to @GPGSM@. (all-local): New target. (./pubcerts.kbx): Likewise. * gpgsm/t-encrypt.c: New file. * gpgsm/Makefile.am (TESTS): Add t-encrypt.
* gpgme/Marcus Brinkmann2001-12-143-1/+166
| | | | | | | | | | | | | | | | 2001-12-14 Marcus Brinkmann <[email protected]> * engine-gpgsm.c (struct gpgsm_object_s): New member colon.attic. (_gpgme_gpgsm_new): Initialize some more members. (_gpgme_gpgsm_release): Free the colon line handler's attic line. (gpgsm_status_handler): Rework the inline-data processing. tests/ 2001-12-14 Marcus Brinkmann <[email protected]> * gpgsm/t-keylist.c: New file. * gpgsm/Makefile.am (TESTS): Add t-keylist.
* Revert last change.Marcus Brinkmann2001-12-141-6/+1
|
* 2001-12-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-136-2/+115
| | | | | | | | | | * gpgsm/cert_dfn_pca01.der: New file. * gpgsm/cert_dfn_pca15.der: Likewise. * gpgsm/cert_g10code_test1.der: Likewise. * gpgsm/t-import.c: Likewise. * gpgsm/Makefile.am (EXTRADIST): Add new files. (TESTS): Add t-import.
* .cvsigore updated - I still not tyhing they should go innto the cvsWerner Koch2001-12-131-0/+27
|
* Set protocol to CMS to test gpgsmWerner Koch2001-12-131-1/+3
|
* Add .cvsignore files. Suggested by Jan-Oliver Wagner <[email protected]>.Marcus Brinkmann2001-12-053-0/+9
|
* 2001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-2225-40/+141
| | | | | | | | | | | | | | | | | | | | | | | * gpg/: New directory. * Makefile.am, t-verify.c, t-encrypt.c, t-signers.c, t-trustlist.c, t-sign.c, t-keylist.c, t-import.c, t-genkey.c, t-export.c, t-decrypt-verify.c, t-decrypt.c, t-version.c, t-data.c, mkdemodirs. cipher-1.asc, cipher-2.asc, geheim.txt, pubdemo.asc, pubkey-1.asc, secdemo.asc, seckey-1.asc): Move to sub directory gpg/. * gpg/Makefile.am (INCLUDES): Include gpgme/, not include/ and intl/. (LDD): Correct relative path to gpgme library. (TESTS): Remove t-version and t-data. * gpg/t-verify.c, gpg/t-encrypt.c, gpg/t-signers.c, gpg/t-trustlist.c, gpg/t-sign.c, gpg/t-keylist.c, gpg/t-import.c, gpg/t-genkey.c, gpg/t-export.c, gpg/t-decrypt-verify.c, gpg/t-decrypt.c, t-version.c, t-data.c): Include gpgme.h, not "../gpgme/gpgme.h". * Makefile.am: New file. * gpgsm/: New directory. * gpgsm/Makefile.am: New file.
* gpgme/Marcus Brinkmann2001-11-164-1/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-11-16 Marcus Brinkmann <[email protected]> * decrypt-verify.c: New file. * Makefile.am (libgpgme_la_SOURCES): Add decrypt-verify.c. * types.h: Add decrypt-verify types. * ops.h: Likewise. * context.h: Add result type for decrypt-verify. * gpgme.h: Add decrypt-verify prototypes. * decrypt.c (decrypt_status_handler): Renamed to ... (_gpgme_decrypt_status_handler): ... this. Make non-static. (_gpgme_decrypt_start): New function, derived from gpgme_op_decrypt_start. (gpgme_op_decrypt_start): Reimplement in terms of _gpgme_decrypt_start. (_gpgme_decrypt_result): New function to retrieve error value. (gpgme_op_decrypt): Use _gpgme_decrypt_result. * ops.h: Add prototypes for new functions. * verify.c (verify_status_handler): Renamed to ... (_gpgme_verify_status_handler): ... this. Make non-static. (gpgme_op_verify_start): Use new function name. (intersect_stati): Renamed to ... (_gpgme_intersect_stati): ... this. Make non-static. (gpgme_op_verify): Use new name. * ops.h: Add prototypes for new functions. tests/ 2001-11-16 Marcus Brinkmann <[email protected]> * Makefile.am (TESTS): Add t-decrypt-verify. * t-decrypt-verify.c: New file. * cipher-2.asc: Likewise.
* gpgme/Marcus Brinkmann2001-11-022-3/+11
| | | | | | | | | | | | | | | | | | | 2001-11-02 Marcus Brinkmann <[email protected]> * rungpg.c (pipemode_copy): Change type of NBYTES to size_t. * key.c: Include string.h. * data.c: Likewise. * recipient.c: Likewise. tests/ 2001-11-02 Marcus Brinkmann <[email protected]> * t-data.c: Include stddef.h. (read_once_test): Change type of READ to size_t. (read_test): Likewise. (write_test): Likewise.
* gpgme/Marcus Brinkmann2001-10-293-2/+174
| | | | | | | | | | | | | | | | | | | | | 2001-10-29 Marcus Brinkmann <[email protected]> * context.h: New member signers_len. * signers.c (gpgme_signers_clear): Require that signers are non-NULL with assertion. Use signers_len to determine how much keys to release. Add documentation. (gpgme_signers_add): Use signers_len to determine if the buffer is large enough. Use xtryrealloc rather than xtrymalloc and copying. Add documentation. (gpgme_signers_enum): Use signers_len to determine if key is available. Add documentation. tests/ 2001-10-29 Marcus Brinkmann <[email protected]> * t-signers.c: New file. * Makefile.am (TESTS): Add t-signers.
* Merged with old ChnageLog which accidently was not in the CVSWerner Koch2001-10-231-0/+32
|
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-1/+5
| | | | | * Makefile.am (TEST_ENVIRONMENT): Revert last change.
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-1/+6
| | | | | | * Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory.
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-2/+47
| | | | | | * t-data.c (write_test): New function. (main): Invoke write_test for all rounds except TEST_OUT_CB.
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-222-1/+5
| | | | | | * Makefile.am (INCLUDES): Remove spurious duplicate to silence automake.
* 2001-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-176-2/+353
| | | | | | | | | * t-version.c: New file. * t-data.c: Likewise. * t-data-1.txt: Likewise. * t-data-2.txt: Likewise. * Makefile.am (TESTS): Add t-version, t-data.
* New API to switch to S/MIME. There is no code yet behind it.Werner Koch2001-10-151-1/+1
|
* Fixed a keylisting bugWerner Koch2001-09-171-0/+33
|
* Some changesWerner Koch2001-09-031-0/+15
|
* Typo fixes and new gpgme_get_op_infoWerner Koch2001-08-281-0/+16
|
* Changes by Jose and Tommy.Werner Koch2001-05-281-1/+3
|
* Release 0.2.1gpgme-0-2-1Werner Koch2001-04-0210-1/+30
|
* Give access to key capabilitiesWerner Koch2001-03-151-4/+21
|
* FD are now released and a major bug has been fixed.Werner Koch2001-02-191-0/+3
| | | | | The W32 version does not compile at the meoment.
* W32 fixesWerner Koch2001-02-141-1/+1
|
* reap off gpg processesWerner Koch2001-02-131-0/+1
|
* Multiple signatures can now be verified.Werner Koch2001-02-121-10/+41
|
* Add missing demo keysWerner Koch2001-01-302-0/+1303
|
* Add better debug printing. Use reader threads for W32Werner Koch2001-01-301-0/+1
|
* Some new but untested functionsWerner Koch2001-01-221-0/+4
|
* Release 0.1.4gpgme-0-1-4Werner Koch2001-01-113-3/+6
|
* More changes and and some new functionsWerner Koch2001-01-083-2/+112
|
* Add 2 missing files and other changesWerner Koch2000-12-291-1/+2
|
* Add progress CB and subkey listingWerner Koch2000-12-192-3/+13
|
* Add key generationWerner Koch2000-12-182-1/+76
|
* Add key import and export facilityWerner Koch2000-12-146-8/+241
|