2008-09-12  Rob Crittenden <rcritten@redhat.com>

	* Use proper NSPR header file (even though marked as private)
	* Don't use PR_GetRandomNoise(), it isn't truly random. Use
	  PK11_GenerateRandom()

2008-07-02  Rob Crittenden <rcritten@redhat.com>

	* nss_compat_ossl has some BIO emulation code that links a BIO object
	  in as an NSPR layer. This code 1) did not implement enough of the
	  layer to make SSL happy, and 2) linked the layer at the wrong point
	  in the stack. (453651) Contributed by Bob Relyea

2007-10-16  Rob Crittenden <rcritten@redhat.com>

	* Use pkg-config to get the list of NSPR and NSS libraries to link with.

2007-10-13  Rob Crittenden <rcritten@redhat.com>

	* Don't explicitly link with libsoftokn3.so (330091)

2007-10-13  Rob Crittenden <rcritten@redhat.com>

	* Reverting change to remove #define CERT_NewTempCertificate (306711)
	  This needs to be there otherwise there is an undefined symbol

2007-09-20  Rob Crittenden <rcritten@redhat.com>

	* nss_compat_ossl 0.9.2 released.

2007-09-20  Rob Crittenden <rcritten@redhat.com>

	* Fix some compiler warnings

2007-09-20  Rob Crittenden <rcritten@redhat.com>

	* The license is LGPLv2.1. I had wrongly included both a LGPL
	  LICENSE file AND the GPL 2 COPYING file. LICENSE was removed
	  in a separate update, this fixes COPYING.

2007-09-20  Rob Crittenden <rcritten@redhat.com>

	* Patch submitted by Miloslav Trmac (259901)
	  * Define PEM_BUFSIZE
	  * Use a better X509_STORE_CTX (with ->current_cert, ->error)
	  * Add a dummy PEM_def_callback
	  * Add SSLv2_server_method
	  * Add X509_LU_X509, X509_STORE_get_by_subject
	  * Add SSL_get_ex_data_X509_STORE_CTX_idx, and a stub for
	    X509_STORE_CTX_get_ex_data
	  * Uncomment declaration of SSL_state_string_long.  Return at least
	    some string instead of NULL.
	  * Fix prototype of CRYPTO_set_locking_callback
	  * Use PK11_GenerateRandom, not PR_GetRandomNoise for RAND_write_file:
	    RAND_write_file is used to keep a persistent random seed across
	    stunnel runs, it is not really necessary to generate a truly random
	    seed each time.  Besides, reading 1024 bytes from /dev/random takes
	    way too long.
	  * Don't call fclose(NULL) in RAND_write_file
	  * Return NULL from SSL_get_peer_certificate if no peer certificate is
	    available
	  * Decide whether to allocate memory in X509_NAME_oneline based on
	    the passed buffer, not its size

2007-09-14  Rob Crittenden <rcritten@redhat.com>

	* Change name of PKCS#11 module to libnsspem.so
	* Import some improvements made during curl development

2007-08-29  Rob Crittenden <rcritten@redhat.com>

	* nss_compat_ossl 0.9.1 released.

2007-08-06  Rob Crittenden <rcritten@redhat.com>

	* Remove conflicting LICENSE file (the library is LGPL, not GPL).
	  The file COPYING was correct.
	* Provide a more usable README

2007-07-25  Rob Crittenden <rcritten@redhat.com>

	* Import into repository
