commit | fb85c9e9242d2dcb9a6a3f5dc3c63f7b4bd6a535 | [log] [tgz] |
---|---|---|
author | Michael Jung <mjung@iss.tu-darmstadt.de> | Mon Jan 24 12:50:29 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 24 12:50:29 2005 +0000 |
tree | 7b5b66e787dbf0e3b31ff856c4b8d654fc880983 | |
parent | bfef6208a209a9fb4d42a56b0d7944362c405acc [diff] |
Support for TLS1 pseudo random function. 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.