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