Submitted by:
[openssl.git] / CHANGES
1
2  OpenSSL CHANGES
3  _______________
4
5
6  Changes between 0.9.2b and 0.9.3
7
8   *) Change #include filenames from <foo.h> to <openssl/foo.h>.
9      [Bodo Moeller]
10
11   *) Change behaviour of ssl2_read when facing length-0 packets: Don't return
12      0 (which usually indicates a closed connection), but continue reading.
13      [Bodo Moeller]
14
15   *) Fix some race conditions.
16      [Bodo Moeller]
17
18   *) Add support for CRL distribution points extension. Add Certificate
19      Policies and CRL distribution points documentation.
20      [Steve Henson]
21
22   *) Move the autogenerated header file parts to crypto/opensslconf.h.
23      [Ulf Möller]
24
25   *) Fix new 56-bit DES export ciphersuites: they were using 7 bytes instead of
26      8 of keying material. Merlin has also confirmed interop with this fix
27      between OpenSSL and Baltimore C/SSL 2.0 and J/SSL 2.0.
28      [Merlin Hughes <merlin@baltimore.ie>]
29
30   *) Fix lots of warnings.
31      [Richard Levitte <levitte@stacken.kth.se>]
32  
33   *) In add_cert_dir() in crypto/x509/by_dir.c, break out of the loop if
34      the directory spec didn't end with a LIST_SEPARATOR_CHAR.
35      [Richard Levitte <levitte@stacken.kth.se>]
36  
37   *) Fix problems with sizeof(long) == 8.
38      [Andy Polyakov <appro@fy.chalmers.se>]
39
40   *) Change functions to ANSI C.
41      [Ulf Möller]
42
43   *) Fix typos in error codes.
44      [Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>, Ulf Möller]
45
46   *) Remove defunct assembler files from Configure.
47      [Ulf Möller]
48
49   *) SPARC v8 assembler BIGNUM implementation.
50      [Andy Polyakov <appro@fy.chalmers.se>]
51
52   *) Support for Certificate Policies extension: both print and set.
53      Various additions to support the r2i method this uses.
54      [Steve Henson]
55
56   *) A lot of constification, and fix a bug in X509_NAME_oneline() that could
57      return a const string when you are expecting an allocated buffer.
58      [Ben Laurie]
59
60   *) Add support for ASN1 types UTF8String and VISIBLESTRING, also the CHOICE
61      types DirectoryString and DisplayText.
62      [Steve Henson]
63
64   *) Add code to allow r2i extensions to access the configuration database,
65      add an LHASH database driver and add several ctx helper functions.
66      [Steve Henson]
67
68   *) Fix an evil bug in bn_expand2() which caused various BN functions to
69      fail when they extended the size of a BIGNUM.
70      [Steve Henson]
71
72   *) Various utility functions to handle SXNet extension. Modify mkdef.pl to
73      support typesafe stack.
74      [Steve Henson]
75
76   *) Fix typo in SSL_[gs]et_options().
77      [Nils Frostberg <nils@medcom.se>]
78
79   *) Delete various functions and files that belonged to the (now obsolete)
80      old X509V3 handling code.
81      [Steve Henson]
82
83   *) New Configure option "rsaref".
84      [Ulf Möller]
85
86   *) Don't auto-generate pem.h.
87      [Bodo Moeller]
88
89   *) Introduce type-safe ASN.1 SETs.
90      [Ben Laurie]
91
92   *) Introduce type-safe STACKs. This will almost certainly break lots of code
93      that links with OpenSSL (well at least cause lots of warnings), but fear
94      not: the conversion is trivial, and it eliminates loads of evil casts. A
95      few STACKed things have been converted already. Feel free to convert more.
96      In the fullness of time, I'll do away with the STACK type altogether.
97      [Ben Laurie]
98
99   *) Add `openssl ca -revoke <certfile>' facility which revokes a certificate
100      specified in <certfile> by updating the entry in the index.txt file.
101      This way one no longer has to edit the index.txt file manually for
102      revoking a certificate. The -revoke option does the gory details now.
103      [Massimiliano Pala <madwolf@openca.org>, Ralf S. Engelschall]
104
105   *) Fix `openssl crl -noout -text' combination where `-noout' killed the
106      `-text' option at all and this way the `-noout -text' combination was
107      inconsistent in `openssl crl' with the friends in `openssl x509|rsa|dsa'.
108      [Ralf S. Engelschall]
109
110   *) Make sure a corresponding plain text error message exists for the
111      X509_V_ERR_CERT_REVOKED/23 error number which can occur when a
112      verify callback function determined that a certificate was revoked.
113      [Ralf S. Engelschall]
114
115   *) Bugfix: In test/testenc, don't test "openssl <cipher>" for
116      ciphers that were excluded, e.g. by -DNO_IDEA.  Also, test
117      all available cipers including rc5, which was forgotten until now.
118      In order to let the testing shell script know which algorithms
119      are available, a new (up to now undocumented) command
120      "openssl list-cipher-commands" is used.
121      [Bodo Moeller]
122
123   *) Bugfix: s_client occasionally would sleep in select() when
124      it should have checked SSL_pending() first.
125      [Bodo Moeller]
126
127   *) New functions DSA_do_sign and DSA_do_verify to provide access to
128      the raw DSA values prior to ASN.1 encoding.
129      [Ulf Möller]
130
131   *) Tweaks to Configure
132      Niels Poppe <niels@netbox.org>
133
134   *) Add support for PKCS#5 v2.0 ASN1 PBES2 structures. No other support,
135      yet...
136      [Steve Henson]
137
138   *) New variables $(RANLIB) and $(PERL) in the Makefiles.
139      [Ulf Möller]
140
141   *) New config option to avoid instructions that are illegal on the 80386.
142      The default code is faster, but requires at least a 486.
143      [Ulf Möller]
144   
145   *) Got rid of old SSL2_CLIENT_VERSION (inconsistently used) and
146      SSL2_SERVER_VERSION (not used at all) macros, which are now the
147      same as SSL2_VERSION anyway.
148      [Bodo Moeller]
149
150   *) New "-showcerts" option for s_client.
151      [Bodo Moeller]
152
153   *) Still more PKCS#12 integration. Add pkcs12 application to openssl
154      application. Various cleanups and fixes.
155      [Steve Henson]
156
157   *) More PKCS#12 integration. Add new pkcs12 directory with Makefile.ssl and
158      modify error routines to work internally. Add error codes and PBE init
159      to library startup routines.
160      [Steve Henson]
161
162   *) Further PKCS#12 integration. Added password based encryption, PKCS#8 and
163      packing functions to asn1 and evp. Changed function names and error
164      codes along the way.
165      [Steve Henson]
166
167   *) PKCS12 integration: and so it begins... First of several patches to
168      slowly integrate PKCS#12 functionality into OpenSSL. Add PKCS#12
169      objects to objects.h
170      [Steve Henson]
171
172   *) Add a new 'indent' option to some X509V3 extension code. Initial ASN1
173      and display support for Thawte strong extranet extension.
174      [Steve Henson]
175
176   *) Add LinuxPPC support.
177      [Jeff Dubrule <igor@pobox.org>]
178
179   *) Get rid of redundant BN file bn_mulw.c, and rename bn_div64 to
180      bn_div_words in alpha.s.
181      [Hannes Reinecke <H.Reinecke@hw.ac.uk> and Ben Laurie]
182
183   *) Make sure the RSA OAEP test is skipped under -DRSAref because
184      OAEP isn't supported when OpenSSL is built with RSAref.
185      [Ulf Moeller <ulf@fitug.de>]
186
187   *) Move definitions of IS_SET/IS_SEQUENCE inside crypto/asn1/asn1.h 
188      so they no longer are missing under -DNOPROTO. 
189      [Soren S. Jorvang <soren@t.dk>]
190
191  Changes between 0.9.1c and 0.9.2b
192
193   *) Make SSL_get_peer_cert_chain() work in servers. Unfortunately, it still
194      doesn't work when the session is reused. Coming soon!
195      [Ben Laurie]
196
197   *) Fix a security hole, that allows sessions to be reused in the wrong
198      context thus bypassing client cert protection! All software that uses
199      client certs and session caches in multiple contexts NEEDS PATCHING to
200      allow session reuse! A fuller solution is in the works.
201      [Ben Laurie, problem pointed out by Holger Reif, Bodo Moeller (and ???)]
202
203   *) Some more source tree cleanups (removed obsolete files
204      crypto/bf/asm/bf586.pl, test/test.txt and crypto/sha/asm/f.s; changed
205      permission on "config" script to be executable) and a fix for the INSTALL
206      document.
207      [Ulf Moeller <ulf@fitug.de>]
208
209   *) Remove some legacy and erroneous uses of malloc, free instead of
210      Malloc, Free.
211      [Lennart Bang <lob@netstream.se>, with minor changes by Steve]
212
213   *) Make rsa_oaep_test return non-zero on error.
214      [Ulf Moeller <ulf@fitug.de>]
215
216   *) Add support for native Solaris shared libraries. Configure
217      solaris-sparc-sc4-pic, make, then run shlib/solaris-sc4.sh. It'd be nice
218      if someone would make that last step automatic.
219      [Matthias Loepfe <Matthias.Loepfe@AdNovum.CH>]
220
221   *) ctx_size was not built with the right compiler during "make links". Fixed.
222      [Ben Laurie]
223
224   *) Change the meaning of 'ALL' in the cipher list. It now means "everything
225      except NULL ciphers". This means the default cipher list will no longer
226      enable NULL ciphers. They need to be specifically enabled e.g. with
227      the string "DEFAULT:eNULL".
228      [Steve Henson]
229
230   *) Fix to RSA private encryption routines: if p < q then it would
231      occasionally produce an invalid result. This will only happen with
232      externally generated keys because OpenSSL (and SSLeay) ensure p > q.
233      [Steve Henson]
234
235   *) Be less restrictive and allow also `perl util/perlpath.pl
236      /path/to/bin/perl' in addition to `perl util/perlpath.pl /path/to/bin',
237      because this way one can also use an interpreter named `perl5' (which is
238      usually the name of Perl 5.xxx on platforms where an Perl 4.x is still
239      installed as `perl').
240      [Matthias Loepfe <Matthias.Loepfe@adnovum.ch>]
241
242   *) Let util/clean-depend.pl work also with older Perl 5.00x versions.
243      [Matthias Loepfe <Matthias.Loepfe@adnovum.ch>]
244
245   *) Fix Makefile.org so CC,CFLAG etc are passed to 'make links' add
246      advapi32.lib to Win32 build and change the pem test comparision
247      to fc.exe (thanks to Ulrich Kroener <kroneru@yahoo.com> for the
248      suggestion). Fix misplaced ASNI prototypes and declarations in evp.h
249      and crypto/des/ede_cbcm_enc.c.
250      [Steve Henson]
251
252   *) DES quad checksum was broken on big-endian architectures. Fixed.
253      [Ben Laurie]
254
255   *) Comment out two functions in bio.h that aren't implemented. Fix up the
256      Win32 test batch file so it (might) work again. The Win32 test batch file
257      is horrible: I feel ill....
258      [Steve Henson]
259
260   *) Move various #ifdefs around so NO_SYSLOG, NO_DIRENT etc are now selected
261      in e_os.h. Audit of header files to check ANSI and non ANSI
262      sections: 10 functions were absent from non ANSI section and not exported
263      from Windows DLLs. Fixed up libeay.num for new functions.
264      [Steve Henson]
265
266   *) Make `openssl version' output lines consistent.
267      [Ralf S. Engelschall]
268
269   *) Fix Win32 symbol export lists for BIO functions: Added
270      BIO_get_ex_new_index, BIO_get_ex_num, BIO_get_ex_data and BIO_set_ex_data
271      to ms/libeay{16,32}.def.
272      [Ralf S. Engelschall]
273
274   *) Second round of fixing the OpenSSL perl/ stuff. It now at least compiled
275      fine under Unix and passes some trivial tests I've now added. But the
276      whole stuff is horribly incomplete, so a README.1ST with a disclaimer was
277      added to make sure no one expects that this stuff really works in the
278      OpenSSL 0.9.2 release.  Additionally I've started to clean the XS sources
279      up and fixed a few little bugs and inconsistencies in OpenSSL.{pm,xs} and
280      openssl_bio.xs.
281      [Ralf S. Engelschall]
282
283   *) Fix the generation of two part addresses in perl.
284      [Kenji Miyake <kenji@miyake.org>, integrated by Ben Laurie]
285
286   *) Add config entry for Linux on MIPS.
287      [John Tobey <jtobey@channel1.com>]
288
289   *) Make links whenever Configure is run, unless we are on Windoze.
290      [Ben Laurie]
291
292   *) Permit extensions to be added to CRLs using crl_section in openssl.cnf.
293      Currently only issuerAltName and AuthorityKeyIdentifier make any sense
294      in CRLs.
295      [Steve Henson]
296
297   *) Add a useful kludge to allow package maintainers to specify compiler and
298      other platforms details on the command line without having to patch the
299      Configure script everytime: One now can use ``perl Configure
300      <id>:<details>'', i.e. platform ids are allowed to have details appended
301      to them (seperated by colons). This is treated as there would be a static
302      pre-configured entry in Configure's %table under key <id> with value
303      <details> and ``perl Configure <id>'' is called.  So, when you want to
304      perform a quick test-compile under FreeBSD 3.1 with pgcc and without
305      assembler stuff you can use ``perl Configure "FreeBSD-elf:pgcc:-O6:::"''
306      now, which overrides the FreeBSD-elf entry on-the-fly.
307      [Ralf S. Engelschall]
308
309   *) Disable new TLS1 ciphersuites by default: they aren't official yet.
310      [Ben Laurie]
311
312   *) Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified
313      on the `perl Configure ...' command line. This way one can compile
314      OpenSSL libraries with Position Independent Code (PIC) which is needed
315      for linking it into DSOs.
316      [Ralf S. Engelschall]
317
318   *) Remarkably, export ciphers were totally broken and no-one had noticed!
319      Fixed.
320      [Ben Laurie]
321
322   *) Cleaned up the LICENSE document: The official contact for any license
323      questions now is the OpenSSL core team under openssl-core@openssl.org.
324      And add a paragraph about the dual-license situation to make sure people
325      recognize that _BOTH_ the OpenSSL license _AND_ the SSLeay license apply
326      to the OpenSSL toolkit.
327      [Ralf S. Engelschall]
328
329   *) General source tree makefile cleanups: Made `making xxx in yyy...'
330      display consistent in the source tree and replaced `/bin/rm' by `rm'.
331      Additonally cleaned up the `make links' target: Remove unnecessary
332      semicolons, subsequent redundant removes, inline point.sh into mklink.sh
333      to speed processing and no longer clutter the display with confusing
334      stuff. Instead only the actually done links are displayed.
335      [Ralf S. Engelschall]
336
337   *) Permit null encryption ciphersuites, used for authentication only. It used
338      to be necessary to set the preprocessor define SSL_ALLOW_ENULL to do this.
339      It is now necessary to set SSL_FORBID_ENULL to prevent the use of null
340      encryption.
341      [Ben Laurie]
342
343   *) Add a bunch of fixes to the PKCS#7 stuff. It used to sometimes reorder
344      signed attributes when verifying signatures (this would break them), 
345      the detached data encoding was wrong and public keys obtained using
346      X509_get_pubkey() weren't freed.
347      [Steve Henson]
348
349   *) Add text documentation for the BUFFER functions. Also added a work around
350      to a Win95 console bug. This was triggered by the password read stuff: the
351      last character typed gets carried over to the next fread(). If you were 
352      generating a new cert request using 'req' for example then the last
353      character of the passphrase would be CR which would then enter the first
354      field as blank.
355      [Steve Henson]
356
357   *) Added the new `Includes OpenSSL Cryptography Software' button as
358      doc/openssl_button.{gif,html} which is similar in style to the old SSLeay
359      button and can be used by applications based on OpenSSL to show the
360      relationship to the OpenSSL project.  
361      [Ralf S. Engelschall]
362
363   *) Remove confusing variables in function signatures in files
364      ssl/ssl_lib.c and ssl/ssl.h.
365      [Lennart Bong <lob@kulthea.stacken.kth.se>]
366
367   *) Don't install bss_file.c under PREFIX/include/
368      [Lennart Bong <lob@kulthea.stacken.kth.se>]
369
370   *) Get the Win32 compile working again. Modify mkdef.pl so it can handle
371      functions that return function pointers and has support for NT specific
372      stuff. Fix mk1mf.pl and VC-32.pl to support NT differences also. Various
373      #ifdef WIN32 and WINNTs sprinkled about the place and some changes from
374      unsigned to signed types: this was killing the Win32 compile.
375      [Steve Henson]
376
377   *) Add new certificate file to stack functions,
378      SSL_add_dir_cert_subjects_to_stack() and
379      SSL_add_file_cert_subjects_to_stack().  These largely supplant
380      SSL_load_client_CA_file(), and can be used to add multiple certs easily
381      to a stack (usually this is then handed to SSL_CTX_set_client_CA_list()).
382      This means that Apache-SSL and similar packages don't have to mess around
383      to add as many CAs as they want to the preferred list.
384      [Ben Laurie]
385
386   *) Experiment with doxygen documentation. Currently only partially applied to
387      ssl/ssl_lib.c.
388      See http://www.stack.nl/~dimitri/doxygen/index.html, and run doxygen with
389      openssl.doxy as the configuration file.
390      [Ben Laurie]
391   
392   *) Get rid of remaining C++-style comments which strict C compilers hate.
393      [Ralf S. Engelschall, pointed out by Carlos Amengual]
394
395   *) Changed BN_RECURSION in bn_mont.c to BN_RECURSION_MONT so it is not
396      compiled in by default: it has problems with large keys.
397      [Steve Henson]
398
399   *) Add a bunch of SSL_xxx() functions for configuring the temporary RSA and
400      DH private keys and/or callback functions which directly correspond to
401      their SSL_CTX_xxx() counterparts but work on a per-connection basis. This
402      is needed for applications which have to configure certificates on a
403      per-connection basis (e.g. Apache+mod_ssl) instead of a per-context basis
404      (e.g. s_server). 
405         For the RSA certificate situation is makes no difference, but
406      for the DSA certificate situation this fixes the "no shared cipher"
407      problem where the OpenSSL cipher selection procedure failed because the
408      temporary keys were not overtaken from the context and the API provided
409      no way to reconfigure them. 
410         The new functions now let applications reconfigure the stuff and they
411      are in detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh,
412      SSL_set_tmp_rsa_callback and SSL_set_tmp_dh_callback.  Additionally a new
413      non-public-API function ssl_cert_instantiate() is used as a helper
414      function and also to reduce code redundancy inside ssl_rsa.c.
415      [Ralf S. Engelschall]
416
417   *) Move s_server -dcert and -dkey options out of the undocumented feature
418      area because they are useful for the DSA situation and should be
419      recognized by the users.
420      [Ralf S. Engelschall]
421
422   *) Fix the cipher decision scheme for export ciphers: the export bits are
423      *not* within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within
424      SSL_EXP_MASK.  So, the original variable has to be used instead of the
425      already masked variable.
426      [Richard Levitte <levitte@stacken.kth.se>]
427
428   *) Fix 'port' variable from `int' to `unsigned int' in crypto/bio/b_sock.c
429      [Richard Levitte <levitte@stacken.kth.se>]
430
431   *) Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()
432      from `int' to `unsigned int' because it's a length and initialized by
433      EVP_DigestFinal() which expects an `unsigned int *'.
434      [Richard Levitte <levitte@stacken.kth.se>]
435
436   *) Don't hard-code path to Perl interpreter on shebang line of Configure
437      script. Instead use the usual Shell->Perl transition trick.
438      [Ralf S. Engelschall]
439
440   *) Make `openssl x509 -noout -modulus' functional also for DSA certificates
441      (in addition to RSA certificates) to match the behaviour of `openssl dsa
442      -noout -modulus' as it's already the case for `openssl rsa -noout
443      -modulus'.  For RSA the -modulus is the real "modulus" while for DSA
444      currently the public key is printed (a decision which was already done by
445      `openssl dsa -modulus' in the past) which serves a similar purpose.
446      Additionally the NO_RSA no longer completely removes the whole -modulus
447      option; it now only avoids using the RSA stuff. Same applies to NO_DSA
448      now, too.
449      [Ralf S.  Engelschall]
450
451   *) Add Arne Ansper's reliable BIO - this is an encrypted, block-digested
452      BIO. See the source (crypto/evp/bio_ok.c) for more info.
453      [Arne Ansper <arne@ats.cyber.ee>]
454
455   *) Dump the old yucky req code that tried (and failed) to allow raw OIDs
456      to be added. Now both 'req' and 'ca' can use new objects defined in the
457      config file.
458      [Steve Henson]
459
460   *) Add cool BIO that does syslog (or event log on NT).
461      [Arne Ansper <arne@ats.cyber.ee>, integrated by Ben Laurie]
462
463   *) Add support for new TLS ciphersuites, TLS_RSA_EXPORT56_WITH_RC4_56_MD5,
464      TLS_RSA_EXPORT56_WITH_RC2_CBC_56_MD5 and
465      TLS_RSA_EXPORT56_WITH_DES_CBC_SHA, as specified in "56-bit Export Cipher
466      Suites For TLS", draft-ietf-tls-56-bit-ciphersuites-00.txt.
467      [Ben Laurie]
468
469   *) Add preliminary config info for new extension code.
470      [Steve Henson]
471
472   *) Make RSA_NO_PADDING really use no padding.
473      [Ulf Moeller <ulf@fitug.de>]
474
475   *) Generate errors when private/public key check is done.
476      [Ben Laurie]
477
478   *) Overhaul for 'crl' utility. New function X509_CRL_print. Partial support
479      for some CRL extensions and new objects added.
480      [Steve Henson]
481
482   *) Really fix the ASN1 IMPLICIT bug this time... Partial support for private
483      key usage extension and fuller support for authority key id.
484      [Steve Henson]
485
486   *) Add OAEP encryption for the OpenSSL crypto library. OAEP is the improved
487      padding method for RSA, which is recommended for new applications in PKCS
488      #1 v2.0 (RFC 2437, October 1998).
489      OAEP (Optimal Asymmetric Encryption Padding) has better theoretical
490      foundations than the ad-hoc padding used in PKCS #1 v1.5. It is secure
491      against Bleichbacher's attack on RSA.
492      [Ulf Moeller <ulf@fitug.de>, reformatted, corrected and integrated by
493       Ben Laurie]
494
495   *) Updates to the new SSL compression code
496      [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
497
498   *) Fix so that the version number in the master secret, when passed
499      via RSA, checks that if TLS was proposed, but we roll back to SSLv3
500      (because the server will not accept higher), that the version number
501      is 0x03,0x01, not 0x03,0x00
502      [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
503
504   *) Run extensive memory leak checks on SSL apps. Fixed *lots* of memory
505      leaks in ssl/ relating to new X509_get_pubkey() behaviour. Also fixes
506      in apps/ and an unrelated leak in crypto/dsa/dsa_vrf.c
507      [Steve Henson]
508
509   *) Support for RAW extensions where an arbitrary extension can be
510      created by including its DER encoding. See apps/openssl.cnf for
511      an example.
512      [Steve Henson]
513
514   *) Make sure latest Perl versions don't interpret some generated C array
515      code as Perl array code in the crypto/err/err_genc.pl script.
516      [Lars Weber <3weber@informatik.uni-hamburg.de>]
517
518   *) Modify ms/do_ms.bat to not generate assembly language makefiles since
519      not many people have the assembler. Various Win32 compilation fixes and
520      update to the INSTALL.W32 file with (hopefully) more accurate Win32
521      build instructions.
522      [Steve Henson]
523
524   *) Modify configure script 'Configure' to automatically create crypto/date.h
525      file under Win32 and also build pem.h from pem.org. New script
526      util/mkfiles.pl to create the MINFO file on environments that can't do a
527      'make files': perl util/mkfiles.pl >MINFO should work.
528      [Steve Henson]
529
530   *) Major rework of DES function declarations, in the pursuit of correctness
531      and purity. As a result, many evil casts evaporated, and some weirdness,
532      too. You may find this causes warnings in your code. Zapping your evil
533      casts will probably fix them. Mostly.
534      [Ben Laurie]
535
536   *) Fix for a typo in asn1.h. Bug fix to object creation script
537      obj_dat.pl. It considered a zero in an object definition to mean
538      "end of object": none of the objects in objects.h have any zeros
539      so it wasn't spotted.
540      [Steve Henson, reported by Erwann ABALEA <eabalea@certplus.com>]
541
542   *) Add support for Triple DES Cipher Block Chaining with Output Feedback
543      Masking (CBCM). In the absence of test vectors, the best I have been able
544      to do is check that the decrypt undoes the encrypt, so far. Send me test
545      vectors if you have them.
546      [Ben Laurie]
547
548   *) Correct calculation of key length for export ciphers (too much space was
549      allocated for null ciphers). This has not been tested!
550      [Ben Laurie]
551
552   *) Modifications to the mkdef.pl for Win32 DEF file creation. The usage
553      message is now correct (it understands "crypto" and "ssl" on its
554      command line). There is also now an "update" option. This will update
555      the util/ssleay.num and util/libeay.num files with any new functions.
556      If you do a: 
557      perl util/mkdef.pl crypto ssl update
558      it will update them.
559      [Steve Henson]
560
561   *) Overhauled the Perl interface (perl/*):
562      - ported BN stuff to OpenSSL's different BN library
563      - made the perl/ source tree CVS-aware
564      - renamed the package from SSLeay to OpenSSL (the files still contain
565        their history because I've copied them in the repository)
566      - removed obsolete files (the test scripts will be replaced
567        by better Test::Harness variants in the future)
568      [Ralf S. Engelschall]
569
570   *) First cut for a very conservative source tree cleanup:
571      1. merge various obsolete readme texts into doc/ssleay.txt
572      where we collect the old documents and readme texts.
573      2. remove the first part of files where I'm already sure that we no
574      longer need them because of three reasons: either they are just temporary
575      files which were left by Eric or they are preserved original files where
576      I've verified that the diff is also available in the CVS via "cvs diff
577      -rSSLeay_0_8_1b" or they were renamed (as it was definitely the case for
578      the crypto/md/ stuff).
579      [Ralf S. Engelschall]
580
581   *) More extension code. Incomplete support for subject and issuer alt
582      name, issuer and authority key id. Change the i2v function parameters
583      and add an extra 'crl' parameter in the X509V3_CTX structure: guess
584      what that's for :-) Fix to ASN1 macro which messed up
585      IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
586      [Steve Henson]
587
588   *) Preliminary support for ENUMERATED type. This is largely copied from the
589      INTEGER code.
590      [Steve Henson]
591
592   *) Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
593      [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
594
595   *) Make sure `make rehash' target really finds the `openssl' program.
596      [Ralf S. Engelschall, Matthias Loepfe <Matthias.Loepfe@adnovum.ch>]
597
598   *) Squeeze another 7% of speed out of MD5 assembler, at least on a P2. I'd
599      like to hear about it if this slows down other processors.
600      [Ben Laurie]
601
602   *) Add CygWin32 platform information to Configure script.
603      [Alan Batie <batie@aahz.jf.intel.com>]
604
605   *) Fixed ms/32all.bat script: `no_asm' -> `no-asm'
606      [Rainer W. Gerling <gerling@mpg-gv.mpg.de>]
607   
608   *) New program nseq to manipulate netscape certificate sequences
609      [Steve Henson]
610
611   *) Modify crl2pkcs7 so it supports multiple -certfile arguments. Fix a
612      few typos.
613      [Steve Henson]
614
615   *) Fixes to BN code.  Previously the default was to define BN_RECURSION
616      but the BN code had some problems that would cause failures when
617      doing certificate verification and some other functions.
618      [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
619
620   *) Add ASN1 and PEM code to support netscape certificate sequences.
621      [Steve Henson]
622
623   *) Add ASN1 and PEM code to support netscape certificate sequences.
624      [Steve Henson]
625
626   *) Add several PKIX and private extended key usage OIDs.
627      [Steve Henson]
628
629   *) Modify the 'ca' program to handle the new extension code. Modify
630      openssl.cnf for new extension format, add comments.
631      [Steve Henson]
632
633   *) More X509 V3 changes. Fix typo in v3_bitstr.c. Add support to 'req'
634      and add a sample to openssl.cnf so req -x509 now adds appropriate
635      CA extensions.
636      [Steve Henson]
637
638   *) Continued X509 V3 changes. Add to other makefiles, integrate with the
639      error code, add initial support to X509_print() and x509 application.
640      [Steve Henson]
641
642   *) Takes a deep breath and start addding X509 V3 extension support code. Add
643      files in crypto/x509v3. Move original stuff to crypto/x509v3/old. All this
644      stuff is currently isolated and isn't even compiled yet.
645      [Steve Henson]
646
647   *) Continuing patches for GeneralizedTime. Fix up certificate and CRL
648      ASN1 to use ASN1_TIME and modify print routines to use ASN1_TIME_print.
649      Removed the versions check from X509 routines when loading extensions:
650      this allows certain broken certificates that don't set the version
651      properly to be processed.
652      [Steve Henson]
653
654   *) Deal with irritating shit to do with dependencies, in YAAHW (Yet Another
655      Ad Hoc Way) - Makefile.ssls now all contain local dependencies, which
656      can still be regenerated with "make depend".
657      [Ben Laurie]
658
659   *) Spelling mistake in C version of CAST-128.
660      [Ben Laurie, reported by Jeremy Hylton <jeremy@cnri.reston.va.us>]
661
662   *) Changes to the error generation code. The perl script err-code.pl 
663      now reads in the old error codes and retains the old numbers, only
664      adding new ones if necessary. It also only changes the .err files if new
665      codes are added. The makefiles have been modified to only insert errors
666      when needed (to avoid needlessly modifying header files). This is done
667      by only inserting errors if the .err file is newer than the auto generated
668      C file. To rebuild all the error codes from scratch (the old behaviour)
669      either modify crypto/Makefile.ssl to pass the -regen flag to err_code.pl
670      or delete all the .err files.
671      [Steve Henson]
672
673   *) CAST-128 was incorrectly implemented for short keys. The C version has
674      been fixed, but is untested. The assembler versions are also fixed, but
675      new assembler HAS NOT BEEN GENERATED FOR WIN32 - the Makefile needs fixing
676      to regenerate it if needed.
677      [Ben Laurie, reported (with fix for C version) by Jun-ichiro itojun
678       Hagino <itojun@kame.net>]
679
680   *) File was opened incorrectly in randfile.c.
681      [Ulf Möller <ulf@fitug.de>]
682
683   *) Beginning of support for GeneralizedTime. d2i, i2d, check and print
684      functions. Also ASN1_TIME suite which is a CHOICE of UTCTime or
685      GeneralizedTime. ASN1_TIME is the proper type used in certificates et
686      al: it's just almost always a UTCTime. Note this patch adds new error
687      codes so do a "make errors" if there are problems.
688      [Steve Henson]
689
690   *) Correct Linux 1 recognition in config.
691      [Ulf Möller <ulf@fitug.de>]
692
693   *) Remove pointless MD5 hash when using DSA keys in ca.
694      [Anonymous <nobody@replay.com>]
695
696   *) Generate an error if given an empty string as a cert directory. Also
697      generate an error if handed NULL (previously returned 0 to indicate an
698      error, but didn't set one).
699      [Ben Laurie, reported by Anonymous <nobody@replay.com>]
700
701   *) Add prototypes to SSL methods. Make SSL_write's buffer const, at last.
702      [Ben Laurie]
703
704   *) Fix the dummy function BN_ref_mod_exp() in rsaref.c to have the correct
705      parameters. This was causing a warning which killed off the Win32 compile.
706      [Steve Henson]
707
708   *) Remove C++ style comments from crypto/bn/bn_local.h.
709      [Neil Costigan <neil.costigan@celocom.com>]
710
711   *) The function OBJ_txt2nid was broken. It was supposed to return a nid
712      based on a text string, looking up short and long names and finally
713      "dot" format. The "dot" format stuff didn't work. Added new function
714      OBJ_txt2obj to do the same but return an ASN1_OBJECT and rewrote 
715      OBJ_txt2nid to use it. OBJ_txt2obj can also return objects even if the
716      OID is not part of the table.
717      [Steve Henson]
718
719   *) Add prototypes to X509 lookup/verify methods, fixing a bug in
720      X509_LOOKUP_by_alias().
721      [Ben Laurie]
722
723   *) Sort openssl functions by name.
724      [Ben Laurie]
725
726   *) Get the gendsa program working (hopefully) and add it to app list. Remove
727      encryption from sample DSA keys (in case anyone is interested the password
728      was "1234").
729      [Steve Henson]
730
731   *) Make _all_ *_free functions accept a NULL pointer.
732      [Frans Heymans <fheymans@isaserver.be>]
733
734   *) If a DH key is generated in s3_srvr.c, don't blow it by trying to use
735      NULL pointers.
736      [Anonymous <nobody@replay.com>]
737
738   *) s_server should send the CAfile as acceptable CAs, not its own cert.
739      [Bodo Moeller <3moeller@informatik.uni-hamburg.de>]
740
741   *) Don't blow it for numeric -newkey arguments to apps/req.
742      [Bodo Moeller <3moeller@informatik.uni-hamburg.de>]
743
744   *) Temp key "for export" tests were wrong in s3_srvr.c.
745      [Anonymous <nobody@replay.com>]
746
747   *) Add prototype for temp key callback functions
748      SSL_CTX_set_tmp_{rsa,dh}_callback().
749      [Ben Laurie]
750
751   *) Make DH_free() tolerate being passed a NULL pointer (like RSA_free() and
752      DSA_free()). Make X509_PUBKEY_set() check for errors in d2i_PublicKey().
753      [Steve Henson]
754
755   *) X509_name_add_entry() freed the wrong thing after an error.
756      [Arne Ansper <arne@ats.cyber.ee>]
757
758   *) rsa_eay.c would attempt to free a NULL context.
759      [Arne Ansper <arne@ats.cyber.ee>]
760
761   *) BIO_s_socket() had a broken should_retry() on Windoze.
762      [Arne Ansper <arne@ats.cyber.ee>]
763
764   *) BIO_f_buffer() didn't pass on BIO_CTRL_FLUSH.
765      [Arne Ansper <arne@ats.cyber.ee>]
766
767   *) Make sure the already existing X509_STORE->depth variable is initialized
768      in X509_STORE_new(), but document the fact that this variable is still
769      unused in the certificate verification process.
770      [Ralf S. Engelschall]
771
772   *) Fix the various library and apps files to free up pkeys obtained from
773      X509_PUBKEY_get() et al. Also allow x509.c to handle netscape extensions.
774      [Steve Henson]
775
776   *) Fix reference counting in X509_PUBKEY_get(). This makes
777      demos/maurice/example2.c work, amongst others, probably.
778      [Steve Henson and Ben Laurie]
779
780   *) First cut of a cleanup for apps/. First the `ssleay' program is now named
781      `openssl' and second, the shortcut symlinks for the `openssl <command>'
782      are no longer created. This way we have a single and consistent command
783      line interface `openssl <command>', similar to `cvs <command>'.
784      [Ralf S. Engelschall, Paul Sutton and Ben Laurie]
785
786   *) ca.c: move test for DSA keys inside #ifndef NO_DSA. Make pubkey
787      BIT STRING wrapper always have zero unused bits.
788      [Steve Henson]
789
790   *) Add CA.pl, perl version of CA.sh, add extended key usage OID.
791      [Steve Henson]
792
793   *) Make the top-level INSTALL documentation easier to understand.
794      [Paul Sutton]
795
796   *) Makefiles updated to exit if an error occurs in a sub-directory
797      make (including if user presses ^C) [Paul Sutton]
798
799   *) Make Montgomery context stuff explicit in RSA data structure.
800      [Ben Laurie]
801
802   *) Fix build order of pem and err to allow for generated pem.h.
803      [Ben Laurie]
804
805   *) Fix renumbering bug in X509_NAME_delete_entry().
806      [Ben Laurie]
807
808   *) Enhanced the err-ins.pl script so it makes the error library number 
809      global and can add a library name. This is needed for external ASN1 and
810      other error libraries.
811      [Steve Henson]
812
813   *) Fixed sk_insert which never worked properly.
814      [Steve Henson]
815
816   *) Fix ASN1 macros so they can handle indefinite length construted 
817      EXPLICIT tags. Some non standard certificates use these: they can now
818      be read in.
819      [Steve Henson]
820
821   *) Merged the various old/obsolete SSLeay documentation files (doc/xxx.doc)
822      into a single doc/ssleay.txt bundle. This way the information is still
823      preserved but no longer messes up this directory. Now it's new room for
824      the new set of documenation files.
825      [Ralf S. Engelschall]
826
827   *) SETs were incorrectly DER encoded. This was a major pain, because they
828      shared code with SEQUENCEs, which aren't coded the same. This means that
829      almost everything to do with SETs or SEQUENCEs has either changed name or
830      number of arguments.
831      [Ben Laurie, based on a partial fix by GP Jayan <gp@nsj.co.jp>]
832
833   *) Fix test data to work with the above.
834      [Ben Laurie]
835
836   *) Fix the RSA header declarations that hid a bug I fixed in 0.9.0b but
837      was already fixed by Eric for 0.9.1 it seems.
838      [Ben Laurie - pointed out by Ulf Möller <ulf@fitug.de>]
839
840   *) Autodetect FreeBSD3.
841      [Ben Laurie]
842
843   *) Fix various bugs in Configure. This affects the following platforms:
844      nextstep
845      ncr-scde
846      unixware-2.0
847      unixware-2.0-pentium
848      sco5-cc.
849      [Ben Laurie]
850
851   *) Eliminate generated files from CVS. Reorder tests to regenerate files
852      before they are needed.
853      [Ben Laurie]
854
855   *) Generate Makefile.ssl from Makefile.org (to keep CVS happy).
856      [Ben Laurie]
857
858  Changes between 0.9.1b and 0.9.1c
859
860   *) Added OPENSSL_VERSION_NUMBER to crypto/crypto.h and 
861      changed SSLeay to OpenSSL in version strings.
862      [Ralf S. Engelschall]
863   
864   *) Some fixups to the top-level documents.
865      [Paul Sutton]
866
867   *) Fixed the nasty bug where rsaref.h was not found under compile-time
868      because the symlink to include/ was missing.
869      [Ralf S. Engelschall]
870
871   *) Incorporated the popular no-RSA/DSA-only patches 
872      which allow to compile a RSA-free SSLeay.
873      [Andrew Cooke / Interrader Ldt., Ralf S. Engelschall]
874
875   *) Fixed nasty rehash problem under `make -f Makefile.ssl links'
876      when "ssleay" is still not found.
877      [Ralf S. Engelschall]
878
879   *) Added more platforms to Configure: Cray T3E, HPUX 11, 
880      [Ralf S. Engelschall, Beckmann <beckman@acl.lanl.gov>]
881
882   *) Updated the README file.
883      [Ralf S. Engelschall]
884
885   *) Added various .cvsignore files in the CVS repository subdirs
886      to make a "cvs update" really silent.
887      [Ralf S. Engelschall]
888
889   *) Recompiled the error-definition header files and added
890      missing symbols to the Win32 linker tables.
891      [Ralf S. Engelschall]
892
893   *) Cleaned up the top-level documents;
894      o new files: CHANGES and LICENSE
895      o merged VERSION, HISTORY* and README* files a CHANGES.SSLeay 
896      o merged COPYRIGHT into LICENSE
897      o removed obsolete TODO file
898      o renamed MICROSOFT to INSTALL.W32
899      [Ralf S. Engelschall]
900
901   *) Removed dummy files from the 0.9.1b source tree: 
902      crypto/asn1/x crypto/bio/cd crypto/bio/fg crypto/bio/grep crypto/bio/vi
903      crypto/bn/asm/......add.c crypto/bn/asm/a.out crypto/dsa/f crypto/md5/f
904      crypto/pem/gmon.out crypto/perlasm/f crypto/pkcs7/build crypto/rsa/f
905      crypto/sha/asm/f crypto/threads/f ms/zzz ssl/f ssl/f.mak test/f
906      util/f.mak util/pl/f util/pl/f.mak crypto/bf/bf_locl.old apps/f
907      [Ralf S. Engelschall]
908
909   *) Added various platform portability fixes.
910      [Mark J. Cox]
911
912   *) The Genesis of the OpenSSL rpject:
913      We start with the latest (unreleased) SSLeay version 0.9.1b which Eric A.
914      Young and Tim J. Hudson created while they were working for C2Net until
915      summer 1998.
916      [The OpenSSL Project]
917  
918  Changes between 0.9.0b and 0.9.1b
919
920   *) Updated a few CA certificates under certs/
921      [Eric A. Young]
922
923   *) Changed some BIGNUM api stuff.
924      [Eric A. Young]
925
926   *) Various platform ports: OpenBSD, Ultrix, IRIX 64bit, NetBSD, 
927      DGUX x86, Linux Alpha, etc.
928      [Eric A. Young]
929
930   *) New COMP library [crypto/comp/] for SSL Record Layer Compression: 
931      RLE (dummy implemented) and ZLIB (really implemented when ZLIB is
932      available).
933      [Eric A. Young]
934
935   *) Add -strparse option to asn1pars program which parses nested 
936      binary structures 
937      [Dr Stephen Henson <shenson@bigfoot.com>]
938
939   *) Added "oid_file" to ssleay.cnf for "ca" and "req" programs.
940      [Eric A. Young]
941
942   *) DSA fix for "ca" program.
943      [Eric A. Young]
944
945   *) Added "-genkey" option to "dsaparam" program.
946      [Eric A. Young]
947
948   *) Added RIPE MD160 (rmd160) message digest.
949      [Eric A. Young]
950
951   *) Added -a (all) option to "ssleay version" command.
952      [Eric A. Young]
953
954   *) Added PLATFORM define which is the id given to Configure.
955      [Eric A. Young]
956
957   *) Added MemCheck_XXXX functions to crypto/mem.c for memory checking.
958      [Eric A. Young]
959
960   *) Extended the ASN.1 parser routines.
961      [Eric A. Young]
962
963   *) Extended BIO routines to support REUSEADDR, seek, tell, etc.
964      [Eric A. Young]
965
966   *) Added a BN_CTX to the BN library.
967      [Eric A. Young]
968
969   *) Fixed the weak key values in DES library
970      [Eric A. Young]
971
972   *) Changed API in EVP library for cipher aliases.
973      [Eric A. Young]
974
975   *) Added support for RC2/64bit cipher.
976      [Eric A. Young]
977
978   *) Converted the lhash library to the crypto/mem.c functions.
979      [Eric A. Young]
980
981   *) Added more recognized ASN.1 object ids.
982      [Eric A. Young]
983
984   *) Added more RSA padding checks for SSL/TLS.
985      [Eric A. Young]
986
987   *) Added BIO proxy/filter functionality.
988      [Eric A. Young]
989
990   *) Added extra_certs to SSL_CTX which can be used
991      send extra CA certificates to the client in the CA cert chain sending
992      process. It can be configured with SSL_CTX_add_extra_chain_cert().
993      [Eric A. Young]
994
995   *) Now Fortezza is denied in the authentication phase because
996      this is key exchange mechanism is not supported by SSLeay at all.
997      [Eric A. Young]
998
999   *) Additional PKCS1 checks.
1000      [Eric A. Young]
1001
1002   *) Support the string "TLSv1" for all TLS v1 ciphers.
1003      [Eric A. Young]
1004
1005   *) Added function SSL_get_ex_data_X509_STORE_CTX_idx() which gives the
1006      ex_data index of the SSL context in the X509_STORE_CTX ex_data.
1007      [Eric A. Young]
1008
1009   *) Fixed a few memory leaks.
1010      [Eric A. Young]
1011
1012   *) Fixed various code and comment typos.
1013      [Eric A. Young]
1014
1015   *) A minor bug in ssl/s3_clnt.c where there would always be 4 0 
1016      bytes sent in the client random.
1017      [Edward Bishop <ebishop@spyglass.com>]
1018