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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
|
2007-07-11 14:49 aj
* releases/engine_pkcs11-0.1.4: release engine_pkcs11 0.1.4.
2007-07-11 14:48 aj
* trunk/NEWS: needed one more day for testing.
2007-07-10 13:05 aj
* trunk/NEWS, trunk/doc/export-wiki.sh: document latest changes.
update wiki export script.
2007-07-04 06:41 aj
* trunk/Makefile.am, trunk/NEWS: add NEWS to distribution. target
saturday for release.
2007-07-03 15:06 aj
* trunk/src/engine_pkcs11.c, trunk/src/engine_pkcs11.h,
trunk/src/hw_pkcs11.c: fix ident.
2007-07-03 15:02 aj
* trunk/src/engine_pkcs11.c: accept pin from openssl - patch by
ahasenack@terra.com.br
2007-07-03 14:57 aj
* trunk/NEWS, trunk/configure.ac: prepare for new release.
2007-06-30 08:46 aj
* trunk/src/engine_pkcs11.c: add support for labels, by Risto
Laanoja.
2007-06-29 14:31 aj
* trunk/src/hw_pkcs11.c: silence more warnings.
2007-06-29 13:50 aj
* trunk/src/engine_pkcs11.c: fix more compiler warnings.
2007-06-29 13:48 aj
* trunk/src/engine_pkcs11.c, trunk/src/engine_pkcs11.h: use ansi
style declaration.
2007-06-29 13:47 aj
* trunk/src/hw_pkcs11.c: disable dead code.
* trunk/src/engine_pkcs11.c: properly clean pin storage. full size
as it might be not null-terminated.
2007-06-29 06:38 aj
* trunk/src/engine_pkcs11.c: fix resource leakage, found by Risto
Laanoja.
2007-06-29 06:36 aj
* trunk/src/engine_pkcs11.c: increase max. pin length to 32 chars.
2006-12-19 21:02 aj
* trunk/src/engine_pkcs11.c: ust utf-8.
2006-11-17 11:08 aj
* trunk/configure.ac: fix configure script - some shells don't
like the extra ;
2006-09-18 05:04 nils
* trunk/src/engine_pkcs11.c: allow hex characters as well, patch
supplied by Alexander Starostin <assur@esc.ru>
2006-03-16 21:35 aj
* trunk/configure.ac: simply the revision, drop the m4 code. it
didn't turn out the way I wanted it (does not contain the
_repository_/_branch_ revision).
2006-01-22 21:10 aj
* trunk/doc/README, trunk/doc/export-wiki.sh: move to
opensc-project till opensc.org dns is back.
2005-12-26 23:06 aj
* trunk/configure.ac: set version number based on svn revision.
thanks to werner koch.
2005-12-01 19:44 aj
* trunk/src/engine_pkcs11.c: kill some dead code.
2005-11-23 20:41 aj
* trunk/configure.ac: depend on libp11 >= 0.2.1
2005-11-03 22:59 aj
* trunk/src/engine_pkcs11.c: fix memory leak, thanks to Dougles E.
Engert.
2005-11-03 19:16 aj
* trunk/src/engine_pkcs11.c: allow giving slot only.
2005-11-03 19:01 aj
* trunk/src/engine_pkcs11.c: allow not specifying a string.
2005-11-01 23:42 aj
* trunk/src/engine_pkcs11.h, trunk/src/hw_pkcs11.c: libp11 trunk
now exports PKCS11_get_rsa_method().
2005-10-31 10:34 aj
* trunk/doc/export-wiki.sh: older wget version only know -nv.
2005-10-30 22:54 aj
* trunk/src/engine_pkcs11.c: perform unload, so another load will
work fine.
2005-10-30 17:29 aj
* trunk/configure.ac, trunk/src/Makefile.am: remove bundles (I -
guess - not needed / used). if they are used, will revert this
change.
2005-10-30 17:25 aj
* trunk/src/Makefile.am: openssl 0.9.8 puts the engines in
lib/engines/.
2005-10-30 17:24 aj
* trunk/src/engine_pkcs11.c: new parser for slot/id strings.
2005-10-30 14:15 aj
* trunk/doc/Makefile.am, trunk/doc/changelog.sh,
trunk/doc/svn2cl.xsl: add ChangeLog using svn2cl.
2005-10-21 22:33 aj
* trunk/src/engine_pkcs11.c: Patch by Douglas E. Engert to allow
engine_pkcs11 to work with heimdal PKINIT code.
2005-10-21 22:32 aj
* trunk/src/hw_opensc.c: remove obsolete file.
2005-10-12 13:20 aj
* trunk/src/engine_pkcs11.c, trunk/src/hw_pkcs11.c: remove default
module name. change include order (some effords to get openssl
0.9.8* to work on windows).
2005-09-20 13:00 aj
* trunk/src/Makefile.mak: fix windows compile.
2005-09-09 14:29 aj
* trunk/aclocal/Makefile.am: proper cleanup.
2005-09-09 13:56 aj
* trunk/Makefile.am, trunk/aclocal, trunk/aclocal/Makefile.am,
trunk/configure.ac: add aclocal/ directory for engine_pkcs11,
too.
2005-09-08 17:02 aj
* trunk/src/Makefile.am: AC_SUBSTed variables are better used with
$(..). Thanks to Ralf Wildenhues.
2005-09-08 16:51 aj
* trunk/Makefile.am, trunk/bootstrap: aclocal -I aclocal/ (as
suggested by Ralf Wildenhues)
2005-09-04 21:35 aj
* trunk/Makefile.am, trunk/doc/Makefile.am: fix/update makefiles
for doc handling.
2005-09-02 09:52 aj
* trunk/Makefile.am: "doc" does not work well, it is the
subdirectory name.
2005-09-02 09:32 aj
* trunk/Makefile.am: dist-hook: is too late, need to generate the
documentation before automake "make dist" copied files around.
2005-09-01 15:50 aj
* trunk/doc/Makefile.am: clean up also documentation.
2005-09-01 15:49 aj
* trunk/src/engine_pkcs11.c: update with latest api changes.
2005-09-01 14:16 aj
* trunk/Makefile.am, trunk/bootstrap, trunk/doc/Makefile.am,
trunk/doc/export-wiki.sh: generate documentation on "make dist".
2005-09-01 14:15 aj
* trunk/src/engine_pkcs11.c: adapt to latest changes in libp11.
2005-08-28 20:17 aj
* trunk/src/Makefile.mak: include more build rules for building
the engine.
2005-08-28 19:52 aj
* trunk/Makefile.am, trunk/bootstrap, trunk/configure.ac,
trunk/doc, trunk/doc/Makefile.am, trunk/doc/README,
trunk/doc/export-wiki.sh, trunk/doc/export-wiki.xsl,
trunk/libtool-bundle, trunk/src, trunk/src/Makefile.am,
trunk/src/Makefile.mak, trunk/src/engine_pkcs11.c,
trunk/src/engine_pkcs11.def, trunk/src/engine_pkcs11.h,
trunk/src/hw_opensc.c, trunk/src/hw_pkcs11.c: initial checkin of
a standalone engine_pkcs11.
2005-08-28 19:13 aj
* branches, releases, trunk: add minimal structure.
|