aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/srp6
Commit message (Expand)AuthorAgeFilesLines
* Reject SRP6 values which are negative or larger than p since these arelloyd2012-08-111-2/+2
* More Doxygen warning fixeslloyd2012-07-091-0/+9
* More Doxygen commentslloyd2012-07-061-0/+5
* Include <string> in buf_comp.h and filter.h as we used std::string butlloyd2012-05-251-16/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-184-12/+12
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-1/+1
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-254-55/+77
|\
| * Use just 256 bits of secret exponent (recomended value in RFC 5054).lloyd2012-04-064-21/+22
| * Remove the client SRP6 class, really free standing functions are finelloyd2012-04-052-47/+68
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...lloyd2012-02-201-3/+3
|\ \ | |/ |/|
| * Fixes for GCC 4.7.0 (r183974)lloyd2012-02-071-5/+5
* | Remove the autheticator generation from the SRP code as it's not usedlloyd2011-12-314-52/+143
|/
* Initial run at an SRP-6a implementation. Not entirely sure about thelloyd2011-12-173-0/+278