summaryrefslogtreecommitdiff
path: root/lib/crypt_srpsha1.c
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-2/+2
* Added ability to read DSA DER formatted keys, and corrected bugs inNikos Mavrogiannopoulos2002-03-291-10/+10
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+5
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-1/+1
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-231-6/+28
* cleanupsNikos Mavrogiannopoulos2002-01-021-2/+2
* Cleanups in the digest code (separated from HMAC).Nikos Mavrogiannopoulos2002-01-021-3/+3
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-1/+1
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-111-5/+4
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-4/+8
* bugfixes in sbase64 decoding/encoding.Nikos Mavrogiannopoulos2001-06-091-4/+3
* renamed cert_sb64.c to auth_srp_sb64.c (since it is only used in SRP KX)Nikos Mavrogiannopoulos2001-06-091-1/+1
* better checking of return value of rindexNikos Mavrogiannopoulos2001-06-051-1/+6
* corrected bug in verifyNikos Mavrogiannopoulos2001-06-011-3/+5
* Added decoding function for the base64 encoding used in SRP.Nikos Mavrogiannopoulos2001-05-261-1/+10
* Added compatibility with Tom Wu's libsrp's password files.Nikos Mavrogiannopoulos2001-05-131-58/+61
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-081-1/+1
* some hacks in order to exchange the algorithm used to hashNikos Mavrogiannopoulos2001-05-051-1/+1
* more additions for SRPNikos Mavrogiannopoulos2001-05-041-5/+7
* More adds for SRP - SRPSHA1 and bcryptNikos Mavrogiannopoulos2001-05-041-0/+126