chiark / gitweb /
rand: Generators based on symmetric algorithms; fixing
authorMark Wooding <mdw@distorted.org.uk>
Sat, 28 Jan 2006 19:09:57 +0000 (19:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 28 Jan 2006 19:09:57 +0000 (19:09 +0000)
commit850a4b483975ef7081ea7fabfa2e90f99a1844a9
tree4e32fa352f174612d3c3101ffa358d2899ea2dbb
parent32507e35eeef67236e12adf7d00458e303f8c9aa
rand: Generators based on symmetric algorithms; fixing

  * Include support for the various generators based on symmetric
    algorithms: i.e., counter and OFB modes for block ciphers, and SEAL
    and RC4.

  * Recognise, and return correct subclass instance for, TLS and SSL
    generators, and the symmetric crypto-based generators.
rand.c