File: changes.html

package info (click to toggle)
pyca 20031118-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 644 kB
  • ctags: 933
  • sloc: python: 4,998; sh: 646; makefile: 43
file content (366 lines) | stat: -rw-r--r-- 10,120 bytes parent folder | download | duplicates (5)
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!--#set var="pyca_subtitle" value="Changes"-->
<!--#set var="pyca_pagedescription" value="History of released versions"-->
<!--#include file="ssi/head.html"-->
<!--#include file="ssi/navigation.html"-->

<dl>

  <dt>Release 0.6.6 (release date unknown)</dt>
  <dd>
    <ul>
      <li>
        Fixed compability issues with Python 1.6/2.0+/2.1.
      </li>
      <li>
        Fixed compability issues with certificate requests created
        by <a href="http://www.mozilla.org">Mozilla browser</a>.
      </li>
      <li>
        Added new parameter <a href="config.html#caCertConfirmReqLog">
        caCertConfirmReqLog</a> for defining the path name of
        file for log output of <em>sbin/ca-certreq-mail.py</em>.
      </li>
      <li>
        English translation of help for <em>cgi-bin/client-enroll.py</em>
        contributed by <a href="Roger Buck &lt;rog@saas.nsw.edu.au&gt">
        Roger Buck &lt;rog@saas.nsw.edu.au&gt;</A>.
      </li>
      <li>
        Use env variable <em>PYCALIB</em> to set name of the directory
        containing the modules.
      </li>
      <li>
        Patches contributed by
        <a href="mailto:&quot;Stan O. Barber&quot; &lt;sob@verio.net&gt;">
        &quot;Stan O. Barber&quot; &lt;sob@verio.net&gt;</A>.
      </li>
      <li>
        If exception getopt.error is raised in command-line programs
        the string representation of the exception instance is
        displayed as error message.
      </li>
      <li>
        VBScript-related fixes contributed by
        <a href="mailto:Christian Barmala &lt;christian@barmala.de&gt;">
        Christian Barmala &lt;christian@barmala.de&gt;</A>.
      </li>
      <li>
        Fixed MIME types sent for M$ IE in <em>cgi-bin/get-cert.py</em>
        (<em>application/pkix-cert</em>, see
        <a target="external_doc" href="http://www.ietf.org/rfc/rfc2585.txt">RFC 2585</a>).
      </li>
      <li>
        <em>cgi-bin/get-cert.py</em> can be called with path info
        &quot;extension&quot; specifying the output format
        (.der, .pem, .b64).
      </li>
      <li>
        URLs pointing to <em>get-cert.py</em> have suffix .crt or .crl
        for defining a pseudo &quot;file type&quot;.
        This triggers certificate/CRL handling in older versions
        of M$ IE which do not properly use the MIME-type for determining
        the file type.
      </li>
      <li>
        Massive modifications to default configuration file
        shipped with package. The default configuration uses
        a domainComponent root naming now.
      </li>
      <li>
        Fixed bug concerning validity interval checking when
        issuing sub CA certificates in <em>ca-make.py</em>.
      </li>
      <li>
        Make use of parameter
        <a href="config#caAdminMailAdr">caAdminMailAdr</a> in
        <em>ca-certreq-mail.py</em>
        for forming From: address if CA certificate does not contain
        Email attribute in subject DN.
      </li>
      <li>
        Fixed case-handling of <em>userCertificate</em> atttibute in
        certs2ldap.py. The currently used attriute type name is determined
        and also used in displayed status messages.
      </li>
      <li>
        <var>bin/certs2ldap.py</var>:
        now handles multi-valued <em>userCertificate</em>
        atttibutes correctly, can delete revoked or expired certificates,
        can add new LDAP entries.
      </li>
      <li>
        No LDIF file created by client-enroll.py anymore.
      </li>
      <li>
        If anyone messed up the ownership and permission
        of CA certificate and key file it's restored at the
        beginning of ca-make.py while still running as root.
      </li>
      <li>
        Removed input of parameter userpassword in <em>cgi-bin/client-enroll.py</em>
        since it was never used. Well, the lack of a user administration
        concept shows here...
      </li>
      <li>
        Text for confirmation e-mail was altered to avoid the message
        being caught by spam filters looking for string
        &quot;ignore this&quot; in message body.
      </li>
      <li>
        Correctly evaluate form field <var>browsertype</var>
        in <em>cgi-bin/client-enroll.py</em>.
      </li>
      <li>
        Applied patch to module <var>vbs</var> contributed by
        <em>Reiner Keller</em> for fixing compability issues
        with M$ IE 6.x.
      </li>
      <li>
        Since most people did not configure the CA cert extensions
        properly some weird settings were removed.
      </li>
      <li>
        Removed german umlauts from all Python and HTML sources.
      </li>
    </ul>
  </dd>

  <dt>Release 0.6.5 (2000-07-30)</dt>
  <dd>
    <ul>
      <li>
        Bug fixes
      </li>
      <li>
      </li>
        New script bin/ldap2certs for downloading certs
	for stunnel 
	and build relay_clientcerts file for Postfix/TLS.
      <li>
        bin/certs2ldap.py now deletes revoked and expired
	certs from LDAP server
      </li>
      <li>
        cgi-bin/ns-revoke.py works now if web server has write access
	to OpenSSL index.txt (not recommended)
      </li>
    </ul>
  </dd>

  <dt>Release 0.6.4 (2000-07-07)</dt>
  <dd>
    <ul>
      <li>
        Small bug fixes and cosmetic changes
      </li>
    </ul>
  </dd>

  <dt>Release 0.6.3 (1999-12-27)</dt>
  <dd>
    <ul>
      <li>
        Added parameter --nocrls to bin/ca2ldif.py
      </li>
      <li>
        Displays SHA-1 fingerprints in view-cert.py and print-cacerts.py now
	(mainly for users of M$ IE)
      </li>
    </ul>
  </dd>

  <dt>Release 0.6.2 (1999-11-23)</dt>
  <dd>
    <ul>
      <li>
        new program view-cert.py for displaying certificates
      </li>
      <li>
        ca-revoke.py can issue new CRL immediately
      </li>
      <li>
        Improved support M$ IE (VBScript code for choosing
	cryptographic provider by
	Michael Konietzka &lt;ca-project@konietzka.de&gt;)
      </li>
      <li>
        Handling of missing or wrong parameter input
	in client-enroll.py is much more user-friendly.
      </li>
      <li>
        Input field for browser type (to avoid problems with users
	coming through proxies).
      </li>
      <li>
        Got rid of scripts in sbin/ importing pycacnf.py
	by using parameters --config and --pycalib.<BR>
	This might require some changes to an installation
	(provide parameter in mail aliases, CRON jobs etc.)
      </li>
      <li>
        ca-cycle-priv.py can be forced to issue CRLs with parameter
	--issuecrls
      </li>
    </ul>
  </dd>

  <dt>Release 0.6.1  (1999-10-12)</dt>
  <dd>
    <ul>
      <li>
        Switched back to own parsing of cert datetime
        since time.strptime() relys on glibc where strptime is broken!
      </li>
      <li>
        Made certs2ldap.py a little bit more defensive.
      </li>
    </ul>
  </dd>

  <dt>Release 0.6.0 (1999-10-10)</dt>
  <dd>
    <ul>
      <li>
        Dropped support for configuration parameter caCertFormat!
      </li>
      <li>
	Support for M$ Internet Explorer
	(VBScript-Code inspired by contributions of
	contributed by Jordi Floriach &lt;jfloriach@afina.net&gt;)
      </li>
      <li>
        ns-enroll.py is obsoleted by the more general client-enroll.py
      </li>
      <li>
	Complete rewrite of certs2ldap.py, the script for uploading
	e-mail certificates to a LDAP repository.
      </li>
    </ul>
  </dd>

  <dt>Release 0.5.5 (1999-09-02)</dt>
  <dd>
    <ul>
      <li>
        Many bugfixes!
      </li>
      <li>
        generate really unique IDs for cert requests
      </li>
      <li>
        complete rewrite of ca2ldif.py
      </li>
      <li>
        Small enhancements in user interface of CGI-BINs.
      </li>
    </ul>
  </dd>

  <dt>Release 0.5.4 (1999-07-17)</dt>
  <dd>
    <ul>
      <li>
        Minor bugfixes
      </li>
      <li>
        Small enhancements in user interface of CGI-BINs
      </li>
      <li>
        Restrictive ownership/permissions setting of files/directories in ca-make.py
      </li>
      <li>
        Some small handy scripts for doing boring copying of CA certs
      </li>
    </ul>
  </dd>

  <dt>Release 0.5.3 (1999-06-19)</dt>
  <dd>
    <ul>
      <li>
        upgrade to OpenSSL 0.9.3a necessary
      </li>
      <li>
        Many bugfixes and small enhancements
      </li>
      <li>
	some changes to configuration (might be incompatible to previous 
	versions!!!)
      </li>
      <li>
        Many improvements and fixes to ca-make.py:
	<ul>
	  <li>
            flexible usage of files containing X.509v3 extensions for CA certs
	  </li>
	  <li>
            Implemented setting the permissions of various files/dirs.
	  </li>
	</ul>
      </li>
      <li>
        Better performance by reading configuration from
        pre-compiled (pickled) conf file
      </li>
    </ul>
  </dd>

  <dt>Release 0.5.1 (1999-06-10)</dt>
  <dd>
    <ul>
      <li>
        upgrade to Python 1.5.2 necessary
      </li>
      <li>
        some bugfixes and code cleaning
      </li>
      <li>
        better documentation
      </li>
      <li>
        some changes to configuration (might be incompatible to 0.4.5!!!)
      </li>
      <li>
        allow defining the request form depending on specific certificate type
      </li>
      <li>
        configuration of preferred certificate format
      </li>
      <li>
        automatic publishing of certificates with informing user by e-mail
      </li>
    </ul>
  </dd>

  <dt>Release 0.4.5 (1999-05-23)</dt>
  <dd>
    <ul>
      <li>
        some minor bugfixes
      </li>
      <li>
        some rudimental documentation
      </li>
      <li>
        cgi-bin/browser-check.py for testing cryptographic features of browsers
      </li>
      <li>
        usage of ca-fix executable to fix CA certs during ca-make.py
      </li>
      <li>
        usage of DER certs possible to speed up downloading
      </li>
      <li>
        abandoned get-crl.py, get-cert.py does this either
      </li>
    </ul>
  </dd>

  <dt>Release 0.4.4 (1999-05-18)</dt>
  <dd>
    Don't remember...
  </dd>

</dl>

<!--#include file="ssi/footer.html"-->