updated to restore a couple logging points, and give the crypto libraries switchable
authorChris Koeritz <fred@gruntose.com>
Sat, 16 Jun 2012 20:08:21 +0000 (16:08 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 16 Jun 2012 20:08:21 +0000 (16:08 -0400)
commitf37dc531a52915c5d504bf1dc84d7bb8eb0932fd
treeecb0e7e375cfeeff52f774147dc0d527ade98470
parent4f304082df804db68df1fb5ebdea9c8e366c4f0f
updated to restore a couple logging points, and give the crypto libraries switchable
logging based on DEBUG_X flags.  also fixed bug; turns out the rsa libraries are not
the slightest bit thread safe.  has that problem always been there???  they have in the
past occasionally crashed, but hopefully they will no longer do this.  and since i had
turned on the ssl debugging, they were kind of always crashing in the threaded tests,
so that was a bit of a signal.
nucleus/library/basis/mutex.cpp
nucleus/library/crypto/blowfish_crypto.cpp
nucleus/library/crypto/rsa_crypto.cpp
nucleus/library/crypto/ssl_init.cpp
nucleus/library/makefile.tmp [new file with mode: 0644]