aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/srp6/srp6.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-181-5/+5
* 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-251-16/+39
|\
| * Use just 256 bits of secret exponent (recomended value in RFC 5054).lloyd2012-04-061-4/+4
| * Remove the client SRP6 class, really free standing functions are finelloyd2012-04-051-12/+35
* | 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-311-29/+8
|/
* Initial run at an SRP-6a implementation. Not entirely sure about thelloyd2011-12-171-0/+177