update NEWS file
[openssl.git] / NEWS
1
2   NEWS
3   ====
4
5   This file gives a brief overview of the major changes between each OpenSSL
6   release. For more details please read the CHANGES file.
7
8   Major changes between OpenSSL 1.0.0a and OpenSSL 1.0.0b:
9
10       o Fix for CVE-2010-2939
11       o Fix WIN32 build system for GOST ENGINE.
12
13   Major changes between OpenSSL 1.0.0 and OpenSSL 1.0.0a:
14
15       o Fix for security issue CVE-2010-1633.
16       o GOST MAC and CFB fixes.
17
18   Major changes between OpenSSL 0.9.8n and OpenSSL 1.0:
19
20       o RFC3280 path validation: sufficient to process PKITS tests.
21       o Integrated support for PVK files and keyblobs.
22       o Change default private key format to PKCS#8.
23       o CMS support: able to process all examples in RFC4134
24       o Streaming ASN1 encode support for PKCS#7 and CMS.
25       o Multiple signer and signer add support for PKCS#7 and CMS.
26       o ASN1 printing support.
27       o Whirlpool hash algorithm added.
28       o RFC3161 time stamp support.
29       o New generalised public key API supporting ENGINE based algorithms.
30       o New generalised public key API utilities.
31       o New ENGINE supporting GOST algorithms.
32       o SSL/TLS GOST ciphersuite support.
33       o PKCS#7 and CMS GOST support.
34       o RFC4279 PSK ciphersuite support.
35       o Supported points format extension for ECC ciphersuites.
36       o ecdsa-with-SHA224/256/384/512 signature types.
37       o dsa-with-SHA224 and dsa-with-SHA256 signature types.
38       o Opaque PRF Input TLS extension support.
39       o Updated time routines to avoid OS limitations.
40
41   Major changes between OpenSSL 0.9.8n and OpenSSL 0.9.8o:
42
43       o Fix for security issue CVE-2010-0742.
44       o Various DTLS fixes.
45       o Recognise SHA2 certificates if only SSL algorithms added.
46       o Fix for no-rc4 compilation.
47       o Chil ENGINE unload workaround.
48
49   Major changes between OpenSSL 0.9.8m and OpenSSL 0.9.8n:
50
51       o CFB cipher definition fixes.
52       o Fix security issues CVE-2010-0740 and CVE-2010-0433.
53
54   Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m:
55
56       o Cipher definition fixes.
57       o Workaround for slow RAND_poll() on some WIN32 versions.
58       o Remove MD2 from algorithm tables.
59       o SPKAC handling fixes.
60       o Support for RFC5746 TLS renegotiation extension.
61       o Compression memory leak fixed.
62       o Compression session resumption fixed.
63       o Ticket and SNI coexistence fixes.
64       o Many fixes to DTLS handling. 
65
66   Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l:
67
68       o Temporary work around for CVE-2009-3555: disable renegotiation.
69
70   Major changes between OpenSSL 0.9.8j and OpenSSL 0.9.8k:
71
72       o Fix various build issues.
73       o Fix security issues (CVE-2009-0590, CVE-2009-0591, CVE-2009-0789)
74
75   Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j:
76
77       o Fix security issue (CVE-2008-5077)
78       o Merge FIPS 140-2 branch code.
79
80   Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h:
81
82       o CryptoAPI ENGINE support.
83       o Various precautionary measures.
84       o Fix for bugs affecting certificate request creation.
85       o Support for local machine keyset attribute in PKCS#12 files.
86
87   Major changes between OpenSSL 0.9.8f and OpenSSL 0.9.8g:
88
89       o Backport of CMS functionality to 0.9.8.
90       o Fixes for bugs introduced with 0.9.8f.
91
92   Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f:
93
94       o Add gcc 4.2 support.
95       o Add support for AES and SSE2 assembly lanugauge optimization
96         for VC++ build.
97       o Support for RFC4507bis and server name extensions if explicitly 
98         selected at compile time.
99       o DTLS improvements.
100       o RFC4507bis support.
101       o TLS Extensions support.
102
103   Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e:
104
105       o Various ciphersuite selection fixes.
106       o RFC3779 support.
107
108   Major changes between OpenSSL 0.9.8c and OpenSSL 0.9.8d:
109
110       o Introduce limits to prevent malicious key DoS  (CVE-2006-2940)
111       o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
112       o Changes to ciphersuite selection algorithm
113
114   Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c:
115
116       o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
117       o New cipher Camellia
118
119   Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b:
120
121       o Cipher string fixes.
122       o Fixes for VC++ 2005.
123       o Updated ECC cipher suite support.
124       o New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free().
125       o Zlib compression usage fixes.
126       o Built in dynamic engine compilation support on Win32.
127       o Fixes auto dynamic engine loading in Win32.
128
129   Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a:
130
131       o Fix potential SSL 2.0 rollback, CVE-2005-2969
132       o Extended Windows CE support
133
134   Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8:
135
136       o Major work on the BIGNUM library for higher efficiency and to
137         make operations more streamlined and less contradictory.  This
138         is the result of a major audit of the BIGNUM library.
139       o Addition of BIGNUM functions for fields GF(2^m) and NIST
140         curves, to support the Elliptic Crypto functions.
141       o Major work on Elliptic Crypto; ECDH and ECDSA added, including
142         the use through EVP, X509 and ENGINE.
143       o New ASN.1 mini-compiler that's usable through the OpenSSL
144         configuration file.
145       o Added support for ASN.1 indefinite length constructed encoding.
146       o New PKCS#12 'medium level' API to manipulate PKCS#12 files.
147       o Complete rework of shared library construction and linking
148         programs with shared or static libraries, through a separate
149         Makefile.shared.
150       o Rework of the passing of parameters from one Makefile to another.
151       o Changed ENGINE framework to load dynamic engine modules
152         automatically from specifically given directories.
153       o New structure and ASN.1 functions for CertificatePair.
154       o Changed the ZLIB compression method to be stateful.
155       o Changed the key-generation and primality testing "progress"
156         mechanism to take a structure that contains the ticker
157         function and an argument.
158       o New engine module: GMP (performs private key exponentiation).
159       o New engine module: VIA PadLOck ACE extension in VIA C3
160         Nehemiah processors.
161       o Added support for IPv6 addresses in certificate extensions.
162         See RFC 1884, section 2.2.
163       o Added support for certificate policy mappings, policy
164         constraints and name constraints.
165       o Added support for multi-valued AVAs in the OpenSSL
166         configuration file.
167       o Added support for multiple certificates with the same subject
168         in the 'openssl ca' index file.
169       o Make it possible to create self-signed certificates using
170         'openssl ca -selfsign'.
171       o Make it possible to generate a serial number file with
172         'openssl ca -create_serial'.
173       o New binary search functions with extended functionality.
174       o New BUF functions.
175       o New STORE structure and library to provide an interface to all
176         sorts of data repositories.  Supports storage of public and
177         private keys, certificates, CRLs, numbers and arbitrary blobs.
178         This library is unfortunately unfinished and unused withing
179         OpenSSL.
180       o New control functions for the error stack.
181       o Changed the PKCS#7 library to support one-pass S/MIME
182         processing.
183       o Added the possibility to compile without old deprecated
184         functionality with the OPENSSL_NO_DEPRECATED macro or the
185         'no-deprecated' argument to the config and Configure scripts.
186       o Constification of all ASN.1 conversion functions, and other
187         affected functions.
188       o Improved platform support for PowerPC.
189       o New FIPS 180-2 algorithms (SHA-224, -256, -384 and -512).
190       o New X509_VERIFY_PARAM structure to support parametrisation
191         of X.509 path validation.
192       o Major overhaul of RC4 performance on Intel P4, IA-64 and
193         AMD64.
194       o Changed the Configure script to have some algorithms disabled
195         by default.  Those can be explicitely enabled with the new
196         argument form 'enable-xxx'.
197       o Change the default digest in 'openssl' commands from MD5 to
198         SHA-1.
199       o Added support for DTLS.
200       o New BIGNUM blinding.
201       o Added support for the RSA-PSS encryption scheme
202       o Added support for the RSA X.931 padding.
203       o Added support for BSD sockets on NetWare.
204       o Added support for files larger than 2GB.
205       o Added initial support for Win64.
206       o Added alternate pkg-config files.
207
208   Major changes between OpenSSL 0.9.7l and OpenSSL 0.9.7m:
209
210       o FIPS 1.1.1 module linking.
211       o Various ciphersuite selection fixes.
212
213   Major changes between OpenSSL 0.9.7k and OpenSSL 0.9.7l:
214
215       o Introduce limits to prevent malicious key DoS  (CVE-2006-2940)
216       o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
217
218   Major changes between OpenSSL 0.9.7j and OpenSSL 0.9.7k:
219
220       o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
221
222   Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j:
223
224       o Visual C++ 2005 fixes.
225       o Update Windows build system for FIPS.
226
227   Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i:
228
229       o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build.
230
231   Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h:
232
233       o Fix SSL 2.0 Rollback, CVE-2005-2969
234       o Allow use of fixed-length exponent on DSA signing
235       o Default fixed-window RSA, DSA, DH private-key operations
236
237   Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g:
238
239       o More compilation issues fixed.
240       o Adaptation to more modern Kerberos API.
241       o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
242       o Enhanced x86_64 assembler BIGNUM module.
243       o More constification.
244       o Added processing of proxy certificates (RFC 3820).
245
246   Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f:
247
248       o Several compilation issues fixed.
249       o Many memory allocation failure checks added.
250       o Improved comparison of X509 Name type.
251       o Mandatory basic checks on certificates.
252       o Performance improvements.
253
254   Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e:
255
256       o Fix race condition in CRL checking code.
257       o Fixes to PKCS#7 (S/MIME) code.
258
259   Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d:
260
261       o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
262       o Security: Fix null-pointer assignment in do_change_cipher_spec()
263       o Allow multiple active certificates with same subject in CA index
264       o Multiple X509 verification fixes
265       o Speed up HMAC and other operations
266
267   Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c:
268
269       o Security: fix various ASN1 parsing bugs.
270       o New -ignore_err option to OCSP utility.
271       o Various interop and bug fixes in S/MIME code.
272       o SSL/TLS protocol fix for unrequested client certificates.
273
274   Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b:
275
276       o Security: counter the Klima-Pokorny-Rosa extension of
277         Bleichbacher's attack 
278       o Security: make RSA blinding default.
279       o Configuration: Irix fixes, AIX fixes, better mingw support.
280       o Support for new platforms: linux-ia64-ecc.
281       o Build: shared library support fixes.
282       o ASN.1: treat domainComponent correctly.
283       o Documentation: fixes and additions.
284
285   Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a:
286
287       o Security: Important security related bugfixes.
288       o Enhanced compatibility with MIT Kerberos.
289       o Can be built without the ENGINE framework.
290       o IA32 assembler enhancements.
291       o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64.
292       o Configuration: the no-err option now works properly.
293       o SSL/TLS: now handles manual certificate chain building.
294       o SSL/TLS: certain session ID malfunctions corrected.
295
296   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
297
298       o New library section OCSP.
299       o Complete rewrite of ASN1 code.
300       o CRL checking in verify code and openssl utility.
301       o Extension copying in 'ca' utility.
302       o Flexible display options in 'ca' utility.
303       o Provisional support for international characters with UTF8.
304       o Support for external crypto devices ('engine') is no longer
305         a separate distribution.
306       o New elliptic curve library section.
307       o New AES (Rijndael) library section.
308       o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit,
309         Linux x86_64, Linux 64-bit on Sparc v9
310       o Extended support for some platforms: VxWorks
311       o Enhanced support for shared libraries.
312       o Now only builds PIC code when shared library support is requested.
313       o Support for pkg-config.
314       o Lots of new manuals.
315       o Makes symbolic links to or copies of manuals to cover all described
316         functions.
317       o Change DES API to clean up the namespace (some applications link also
318         against libdes providing similar functions having the same name).
319         Provide macros for backward compatibility (will be removed in the
320         future).
321       o Unify handling of cryptographic algorithms (software and engine)
322         to be available via EVP routines for asymmetric and symmetric ciphers.
323       o NCONF: new configuration handling routines.
324       o Change API to use more 'const' modifiers to improve error checking
325         and help optimizers.
326       o Finally remove references to RSAref.
327       o Reworked parts of the BIGNUM code.
328       o Support for new engines: Broadcom ubsec, Accelerated Encryption
329         Processing, IBM 4758.
330       o A few new engines added in the demos area.
331       o Extended and corrected OID (object identifier) table.
332       o PRNG: query at more locations for a random device, automatic query for
333         EGD style random sources at several locations.
334       o SSL/TLS: allow optional cipher choice according to server's preference.
335       o SSL/TLS: allow server to explicitly set new session ids.
336       o SSL/TLS: support Kerberos cipher suites (RFC2712).
337         Only supports MIT Kerberos for now.
338       o SSL/TLS: allow more precise control of renegotiations and sessions.
339       o SSL/TLS: add callback to retrieve SSL/TLS messages.
340       o SSL/TLS: support AES cipher suites (RFC3268).
341
342   Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k:
343
344       o Security: fix various ASN1 parsing bugs.
345       o SSL/TLS protocol fix for unrequested client certificates.
346
347   Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j:
348
349       o Security: counter the Klima-Pokorny-Rosa extension of
350         Bleichbacher's attack 
351       o Security: make RSA blinding default.
352       o Build: shared library support fixes.
353
354   Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
355
356       o Important security related bugfixes.
357
358   Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
359
360       o New configuration targets for Tandem OSS and A/UX.
361       o New OIDs for Microsoft attributes.
362       o Better handling of SSL session caching.
363       o Better comparison of distinguished names.
364       o Better handling of shared libraries in a mixed GNU/non-GNU environment.
365       o Support assembler code with Borland C.
366       o Fixes for length problems.
367       o Fixes for uninitialised variables.
368       o Fixes for memory leaks, some unusual crashes and some race conditions.
369       o Fixes for smaller building problems.
370       o Updates of manuals, FAQ and other instructive documents.
371
372   Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
373
374       o Important building fixes on Unix.
375
376   Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
377
378       o Various important bugfixes.
379
380   Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
381
382       o Important security related bugfixes.
383       o Various SSL/TLS library bugfixes.
384
385   Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
386
387       o Various SSL/TLS library bugfixes.
388       o Fix DH parameter generation for 'non-standard' generators.
389
390   Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
391
392       o Various SSL/TLS library bugfixes.
393       o BIGNUM library fixes.
394       o RSA OAEP and random number generation fixes.
395       o Object identifiers corrected and added.
396       o Add assembler BN routines for IA64.
397       o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
398         MIPS Linux; shared library support for Irix, HP-UX.
399       o Add crypto accelerator support for AEP, Baltimore SureWare,
400         Broadcom and Cryptographic Appliance's keyserver
401         [in 0.9.6c-engine release].
402
403   Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
404
405       o Security fix: PRNG improvements.
406       o Security fix: RSA OAEP check.
407       o Security fix: Reinsert and fix countermeasure to Bleichbacher's
408         attack.
409       o MIPS bug fix in BIGNUM.
410       o Bug fix in "openssl enc".
411       o Bug fix in X.509 printing routine.
412       o Bug fix in DSA verification routine and DSA S/MIME verification.
413       o Bug fix to make PRNG thread-safe.
414       o Bug fix in RAND_file_name().
415       o Bug fix in compatibility mode trust settings.
416       o Bug fix in blowfish EVP.
417       o Increase default size for BIO buffering filter.
418       o Compatibility fixes in some scripts.
419
420   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
421
422       o Security fix: change behavior of OpenSSL to avoid using
423         environment variables when running as root.
424       o Security fix: check the result of RSA-CRT to reduce the
425         possibility of deducing the private key from an incorrectly
426         calculated signature.
427       o Security fix: prevent Bleichenbacher's DSA attack.
428       o Security fix: Zero the premaster secret after deriving the
429         master secret in DH ciphersuites.
430       o Reimplement SSL_peek(), which had various problems.
431       o Compatibility fix: the function des_encrypt() renamed to
432         des_encrypt1() to avoid clashes with some Unixen libc.
433       o Bug fixes for Win32, HP/UX and Irix.
434       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
435         memory checking routines.
436       o Bug fixes for RSA operations in threaded environments.
437       o Bug fixes in misc. openssl applications.
438       o Remove a few potential memory leaks.
439       o Add tighter checks of BIGNUM routines.
440       o Shared library support has been reworked for generality.
441       o More documentation.
442       o New function BN_rand_range().
443       o Add "-rand" option to openssl s_client and s_server.
444
445   Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
446
447       o Some documentation for BIO and SSL libraries.
448       o Enhanced chain verification using key identifiers.
449       o New sign and verify options to 'dgst' application.
450       o Support for DER and PEM encoded messages in 'smime' application.
451       o New 'rsautl' application, low level RSA utility.
452       o MD4 now included.
453       o Bugfix for SSL rollback padding check.
454       o Support for external crypto devices [1].
455       o Enhanced EVP interface.
456
457     [1] The support for external crypto devices is currently a separate
458         distribution.  See the file README.ENGINE.
459
460   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
461
462       o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 
463       o Shared library support for HPUX and Solaris-gcc
464       o Support of Linux/IA64
465       o Assembler support for Mingw32
466       o New 'rand' application
467       o New way to check for existence of algorithms from scripts
468
469   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
470
471       o S/MIME support in new 'smime' command
472       o Documentation for the OpenSSL command line application
473       o Automation of 'req' application
474       o Fixes to make s_client, s_server work under Windows
475       o Support for multiple fieldnames in SPKACs
476       o New SPKAC command line utilty and associated library functions
477       o Options to allow passwords to be obtained from various sources
478       o New public key PEM format and options to handle it
479       o Many other fixes and enhancements to command line utilities
480       o Usable certificate chain verification
481       o Certificate purpose checking
482       o Certificate trust settings
483       o Support of authority information access extension
484       o Extensions in certificate requests
485       o Simplified X509 name and attribute routines
486       o Initial (incomplete) support for international character sets
487       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
488       o Read only memory BIOs and simplified creation function
489       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
490         record; allow fragmentation and interleaving of handshake and other
491         data
492       o TLS/SSL code now "tolerates" MS SGC
493       o Work around for Netscape client certificate hang bug
494       o RSA_NULL option that removes RSA patent code but keeps other
495         RSA functionality
496       o Memory leak detection now allows applications to add extra information
497         via a per-thread stack
498       o PRNG robustness improved
499       o EGD support
500       o BIGNUM library bug fixes
501       o Faster DSA parameter generation
502       o Enhanced support for Alpha Linux
503       o Experimental MacOS support
504
505   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
506
507       o Transparent support for PKCS#8 format private keys: these are used
508         by several software packages and are more secure than the standard
509         form
510       o PKCS#5 v2.0 implementation
511       o Password callbacks have a new void * argument for application data
512       o Avoid various memory leaks
513       o New pipe-like BIO that allows using the SSL library when actual I/O
514         must be handled by the application (BIO pair)
515
516   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
517       o Lots of enhancements and cleanups to the Configuration mechanism
518       o RSA OEAP related fixes
519       o Added `openssl ca -revoke' option for revoking a certificate
520       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
521       o Source tree cleanups: removed lots of obsolete files
522       o Thawte SXNet, certificate policies and CRL distribution points
523         extension support
524       o Preliminary (experimental) S/MIME support
525       o Support for ASN.1 UTF8String and VisibleString
526       o Full integration of PKCS#12 code
527       o Sparc assembler bignum implementation, optimized hash functions
528       o Option to disable selected ciphers
529
530   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
531       o Fixed a security hole related to session resumption
532       o Fixed RSA encryption routines for the p < q case
533       o "ALL" in cipher lists now means "everything except NULL ciphers"
534       o Support for Triple-DES CBCM cipher
535       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
536       o First support for new TLSv1 ciphers
537       o Added a few new BIOs (syslog BIO, reliable BIO)
538       o Extended support for DSA certificate/keys.
539       o Extended support for Certificate Signing Requests (CSR)
540       o Initial support for X.509v3 extensions
541       o Extended support for compression inside the SSL record layer
542       o Overhauled Win32 builds
543       o Cleanups and fixes to the Big Number (BN) library
544       o Support for ASN.1 GeneralizedTime
545       o Splitted ASN.1 SETs from SEQUENCEs
546       o ASN1 and PEM support for Netscape Certificate Sequences
547       o Overhauled Perl interface
548       o Lots of source tree cleanups.
549       o Lots of memory leak fixes.
550       o Lots of bug fixes.
551
552   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
553       o Integration of the popular NO_RSA/NO_DSA patches
554       o Initial support for compression inside the SSL record layer
555       o Added BIO proxy and filtering functionality
556       o Extended Big Number (BN) library
557       o Added RIPE MD160 message digest
558       o Addeed support for RC2/64bit cipher
559       o Extended ASN.1 parser routines
560       o Adjustations of the source tree for CVS
561       o Support for various new platforms
562