Marcus Brinkmann
088c35b2ee
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
...
* configure.ac: New automake conditional RUN_GPG_TESTS.
tests/
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (openpgp): New variable.
(SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
2006-09-06 21:09:36 +00:00
Werner Koch
0ebd23fa76
Migrated more stuff to doc/
...
Migrated the gpg regression tests.
Some changes tp the gpg code to fix bugs and
for the use in testing.
make distcheck works now with gpg enabled.
2006-08-21 20:20:23 +00:00
Werner Koch
b37c1ce1b9
Create bag attributes so that Mozilla will accept these files.
...
Tested with using a CAcert generated certificate.
2006-07-24 11:20:33 +00:00
Werner Koch
f98537733a
Updated FSF's address.
2006-06-20 17:21:37 +00:00
Marcus Brinkmann
384cba431a
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
...
* asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]:
Define macro to __FUNCTION__.
(die): Use __func__ instead of __FUNCTION__.
2006-06-08 12:17:38 +00:00
Werner Koch
61756ae3a7
Added sample certificates.
2006-05-16 09:54:41 +00:00
Werner Koch
b794bb683f
Repackaged PKITS_data.tar.bz2
2006-05-02 08:19:59 +00:00
Marcus Brinkmann
d7a1e30b30
2005-10-07 Marcus Brinkmann <marcus@g10code.de>
...
* Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack.
It's the responsibility of the person building the software to set
it properly.
2005-10-07 13:09:20 +00:00
Werner Koch
3af261572b
* gpg-agent.c (handle_connections): Need to check for events if
...
select returns with -1.
* tools.texi (gpg-connect-agent): New.
* app-openpgp.c (get_one_do): Never try to get a non cacheable
object from the cache.
(get_one_do): Add new arg to return an error code. Changed all
callers.
(do_getattr): Let it return a proper error code.
* app.c (select_application): Return an error code and the
application context in an new arg.
* command.c (open_card): Adjusted for that. Don't use the
fallback if no card is present. Return an error if the card has
been removed without a reset.
(do_reset, cmd_serialno): Clear that error flag.
(TEST_CARD_REMOVAL): New. Use it with all command handlers.
* scdaemon.c (ticker_thread): Termintate if a shutdown is pending.
* apdu.c: Added some PCSC error codes.
(pcsc_error_to_sw): New.
(reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu)
(open_pcsc_reader): Do proper error code mapping.
* gpg-connect-agent.c: New.
* Makefile.am: Add it.
2005-02-24 17:36:11 +00:00
Werner Koch
335b5e4ac4
Preparing a new release. Updated gettext
2004-09-30 14:34:34 +00:00
Werner Koch
53f7e372b9
tests/pkits: New directory
2004-08-17 15:32:56 +00:00
Werner Koch
066352a6a5
* import.c (check_and_store): Do a full validation if
...
--with-validation is set.
* certchain.c (gpgsm_basic_cert_check): Print more detailed error
messages.
* certcheck.c (do_encode_md): Partly support DSA. Add new arg
PKALGO. Changed all callers to pass it.
(pk_algo_from_sexp): New.
tests/pkits: New directory
2004-08-17 15:26:22 +00:00
Werner Koch
c4663004d9
* Makefile.am: Reset GPG_AGENT_INFO here
...
* runtest: and not anymore here.
2004-02-20 13:46:35 +00:00
Werner Koch
d68674a77a
More samples
2004-02-17 15:07:27 +00:00
Werner Koch
270576cf17
More stuff for testing
2004-02-12 09:30:37 +00:00
Repo Admin
7b6f1902d0
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2003-01-09 13:29:36 +00:00
Repo Admin
82a17c9fb3
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2002-10-19 07:55:27 +00:00
Neal Walfield
f27e05f3aa
2002-09-04 Neal H. Walfield <neal@g10code.de>
...
* Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH, but
rather prepend it. Be more robust and prefer printf over echo -n.
2002-09-05 00:44:29 +00:00
Marcus Brinkmann
cfca45dcd5
2002-09-04 Marcus Brinkmann <marcus@g10code.de>
...
* asschk.c (start_server): Close the parent's file descriptors in
the child.
(read_assuan): Variable NREAD removed. Cut off the received line
currectly if more than one line was read.
2002-09-04 13:04:49 +00:00
Neal Walfield
836d63c0f5
2002-09-03 Neal H. Walfield <neal@cs.uml.edu>
...
* Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from
LDFLAGS.
2002-09-04 03:16:09 +00:00
Werner Koch
dc4b9ab770
new test certs and messages
2002-09-03 14:54:18 +00:00
Werner Koch
beb0fef1ee
Tweaked the build system so that make distcheck finanly said Well
...
Done.
2002-08-09 18:16:02 +00:00
Werner Koch
0e43a57953
Added distfiles kludge to distribute the content of the samplekeys directory.
2002-08-09 14:44:59 +00:00
Werner Koch
0b01b9cb62
* asschk.c: Added some new features.
...
* runtest, inittests: New.
* text-1.txt, text-2.txt, text-3.txt: New.
* text-1.osig.pem, text-1.dsig.pem, text-1.osig-bad.pem: New.
* text-2.osig.pem, text-2.osig-bad.pem: New.
* samplekeys : New directory
* sm-verify, sm-sign+verify: The first test scripts.
2002-08-08 16:32:01 +00:00
Werner Koch
c8b8326aae
First test script. Still missing the environment setup.
2002-08-07 16:42:47 +00:00
Werner Koch
ce42e64a5a
New Assuan testing tool.
2002-08-07 11:48:27 +00:00
Werner Koch
f2183cf081
released 0.3.5
2002-04-15 17:15:21 +00:00
Werner Koch
81a4a2527c
yet another test certificate
2002-03-28 17:25:28 +00:00
Werner Koch
a09c4d0d12
A few test certificates
2002-01-29 15:46:55 +00:00
Werner Koch
f8c249a9d6
added test certificate and secret key
2001-12-06 20:19:52 +00:00
Werner Koch
a1b39ba850
Created configuration files
2001-10-31 11:47:04 +00:00