summaryrefslogtreecommitdiff
path: root/lib/crypt_bcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* first changes for libgmp supportgnutls_0_4_with_nettleNikos Mavrogiannopoulos2002-04-171-2/+2
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-051-4/+0
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-231-6/+14
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-1/+11
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-3/+3
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-111-11/+10
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-7/+6
* bugfixes in sbase64 decoding/encoding.Nikos Mavrogiannopoulos2001-06-091-20/+44
* 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-2/+9
* corrected bug in verifyNikos Mavrogiannopoulos2001-06-011-1/+1
* Added decoding function for the base64 encoding used in SRP.Nikos Mavrogiannopoulos2001-05-261-2/+10
* Added compatibility with Tom Wu's libsrp's password files.Nikos Mavrogiannopoulos2001-05-131-91/+91
* 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-12/+34
* more additions for SRPNikos Mavrogiannopoulos2001-05-041-7/+7
* More adds for SRP - SRPSHA1 and bcryptNikos Mavrogiannopoulos2001-05-041-194/+59
* Changes in random number handling. Added bcrypt (for use with SRP).Nikos Mavrogiannopoulos2001-05-031-0/+831