1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
2006-08-31 Werner Koch <wk@g10code.com>
* t-ocsp.c (one_response): Print the responder id.
(one_response): Print extension info.
(get_oid_desc): New.
2006-08-30 Werner Koch <wk@g10code.com>
* t-ocsp.c (one_response): Build the test request with the same nonce.
2006-08-01 Werner Koch <wk@g10code.com>
* Makefile.am (TESTS): Add t-dnparser.
* t-dnparser.c (test_0): New. We need this good case test.
2006-07-03 Werner Koch <wk@g10code.com>
* t-dnparser.c: Use ksba_dn_str2der isntead of internal functions.
(test_1): Also test ksba_dn_test_str.
(test_2): New.
2005-04-19 Werner Koch <wk@g10code.com>
* t-ocsp.c (main): Add option --no-nonce. Ret rid of the
libgcrypt requirement.
(one_request): Create a nonce.
* sha1.c: New.
2005-04-18 Werner Koch <wk@g10code.com>
* t-crl-parser.c (one_file): Print extension name if possible.
* Makefile.am (oidtranstbl.h): Debian install dumpasn1.cfg at
/etc/dumpasn1; try this too.
2005-04-15 Werner Koch <wk@g10code.com>
* cert-basic.c (list_extensions): Print the AKI.keyIdentifier and
the subjectKeyIdentifier.
* t-crl-parser.c (one_file): Print the AKI.keyIdentifier.
2004-11-28 Werner Koch <wk@g10code.com>
* t-cms-parser.c (one_file): Do not use a writer object.
2004-04-28 Werner Koch <wk@gnupg.org>
* t-crl-parser.c (print_names): New.
(one_file): Print extensions info.
2004-03-23 Werner Koch <wk@gnupg.org>
* cert-basic.c (print_oid_and_desc): New.
(list_extensions): Print info_access.
(print_names): Hack to optionally indent the first line too.
(print_oid_list): New.
(list_extensions): Use it.
2004-03-16 Werner Koch <wk@gnupg.org>
* cert-basic.c (one_file, get_oid_desc, list_extensions): Print a
description of the OIDs when possible.
* Makefile.am: Build oidtranstbl.h
* mkoidtbl.awk: New.
2004-02-20 Werner Koch <wk@gnupg.org>
* cert-basic.c (list_extensions): Print extKeyUsages.
2003-11-28 Werner Koch <wk@gnupg.org>
* t-common.h (print_sexp): Print alphanumeric tokens if possible.
* t-ocsp.c: New.
2003-11-21 Werner Koch <wk@gnupg.org>
* t-common.h: New. Shared functions from other tests.
* t-dnparser.c, t-cms-parser.c, t-crl-parser.c: Use it here.
2003-11-17 Werner Koch <wk@gnupg.org>
* cert-basic.c (list_extensions): Fixed test on EOF.
(list_extensions, one_file): Ditto.
2003-11-12 Werner Koch <wk@gnupg.org>
Adjusted everything for the new API.
2003-10-31 Werner Koch <wk@gnupg.org>
* cert-basic.c (print_time, one_file): Now uses ksba_isotime_t.
* t-crl-parser.c (print_time, one_file): Ditto.
2002-11-25 Werner Koch <wk@gnupg.org>
* t-cms-parser.c (one_file): Print the content-type attribute.
2002-05-17 Werner Koch <wk@gnupg.org>
* t-cms-parser.c (one_file): Use ksba_cms_identify.
2002-05-04 Werner Koch <wk@gnupg.org>
* t-dnparser.c (test_1): Add test on empty elements.
2002-03-22 Werner Koch <wk@gnupg.org>
* cert-basic.c (print_names): New.
(list_extensions): Print the CRLdistPoints.
2002-03-13 Werner Koch <wk@gnupg.org>
* t-cms-parser.c (one_file): Distinguish between signed and
enveloped CMS objects.
2002-03-12 Werner Koch <wk@gnupg.org>
* t-cms-parser.c (one_file): Detect certs-only messages.
(print_sexp): Fixed printing of serial number
2002-02-19 Werner Koch <wk@gnupg.org>
* cert-basic.c (list_extensions): Print certificatePolicies.
2002-02-07 Werner Koch <wk@gnupg.org>
* crl_testpki_testpca.der: New.
* t-crl-parser.c (main): Changed the default test CRL.
2002-01-23 Werner Koch <wk@gnupg.org>
* cert-basic.c (one_file): Print key usage restrictions
2002-01-22 Werner Koch <wk@gnupg.org>
* cert-basic.c (list_extensions): New.
2002-01-11 Werner Koch <wk@gnupg.org>
* t-crl-parser.c: Add commented test to write a hash log
2002-01-10 Werner Koch <wk@gnupg.org>
* cert-basic.c (print_sexp): Replaced with the one from the other
tests.
(one_file): Add code to check the public key conversions.
* t-dnparser.c: New, but we need to define some test cases.
2002-01-05 Werner Koch <wk@gnupg.org>
* t-crl-parser.c: New.
2001-12-18 Werner Koch <wk@gnupg.org>
* cert-basic.c (main): Depend tests on $srcdir.
2001-12-17 Werner Koch <wk@gnupg.org>
* cert-basic.c, t-cms-parser.c (print_integer): Renamed to
(print_sexp): this and changed all callers.
Copyright 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|