aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/x931_rng/x931_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-6/+10
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-4/+4
* Remove more implicit vector to pointer conversionslloyd2010-09-141-6/+4
* Handle the case that container size() returns something other than u32bitlloyd2010-09-141-5/+3
* Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-081-1/+1
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+1
* Yet more Doxygen commentslloyd2010-06-161-11/+11
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-3/+3
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* In the X9.31 PRNG, move the code that rekeys the cipher and generates V tolloyd2009-01-311-37/+45
* Major change in RNG semantics: you must call reseed before callinglloyd2009-01-271-1/+1
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-3/+3
* In ANSI_X931_RNG::reseed, only attempt to reseed the X9.31 state iflloyd2008-10-281-7/+10
* Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1lloyd2008-09-301-7/+6
* Move all modules into src/ directorylloyd2008-09-281-0/+142