0.1	First public verion. Largely untested except on sample files (Thanks to 	Jim Spring@Netscape).
0.2	Tested files against the newly release MSIE 4. Added local key id so it
	would import them. Fixed bugs that didn't print out keybags.
0.3	Since it was tricky to apply the patch it was changed to a set of 
	replacement files. Added lots of options to pkcs12 program, including
	iteration count options and allowing ciphers to be set. Also additional
	files to allow painless compilation under WIN32.
0.4	Major rewrite to allow it to be used as an external program/library
	with SSLeay 0.9.0. Now uses dynamic objects. Added support for DSA keys.
0.41	Fixed a bug that caused generated output files to be bad (missing 
	p12_nid).
0.50	Plugged lots of memory leaks: thanks to Markus Isler
	(markus@hardcastle.co.nz) for pointing out how badly it leaked. Rewrite
	of PBE system to support dynamic ciphers. Workaround for nasty object
	creation bug in SSLeay 0.9.0 (this only really hits when you actually
	start freeing things!). Allowed use of ASCII as compile time option
	instead of steenking Unicode. Added support for some broken key formats
	and added some useful macros for reading and writing PKCS#12 files. 
	Fixed broken macros that were using "bag" twice.
0.51	Fixed improper use of memset calls and added a WIN32 makefile.
0.51a	Used the proper WIN32 Makefile this time.
0.52	Added support for MS key usage attributes, got rid of p12_nid.
	Also "make errors" now works under WIN32.


