Some helper functions for DATA_BLOB's. Computing TLS1 master secret from the pre-master secret. Deriving the master hash from the master secret. Deriving TLS1 MAC and encryption keys from the master hash. Tests for most of the above.
Added corresponding test.
Added tests for CPVerifySignature. Fixed minor bugs in implglue.c.