]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/history - d0_blind_id.c
document the ID protocol; fix a iobuf bug that unfortunately causes a new incompatibi...
[xonotic/d0_blind_id.git] / d0_blind_id.c
2010-07-14 Rudolf Polzerdocument the ID protocol; fix a iobuf bug that unfortun...
2010-07-14 Rudolf PolzerINCOMPATIBLE PROTOCOL CHANGE, REGENERATE ALL IDENTITY...
2010-07-14 Rudolf PolzerMerge branch 'master' of github.com:divVerent/d0_blind_id
2010-07-14 Rudolf Polzeradd a longer hash function (no protocol change, but...
2010-07-10 Rudolf Polzerprevent a malleability attack; this BREAKS THE PROTOCOL...
2010-07-09 Rudolf Polzeranother bugfix
2010-07-09 Rudolf Polzerfix wrong retval use
2010-07-09 Rudolf Polzermake "copy" return a value
2010-07-08 Rudolf Polzermore const
2010-07-08 Rudolf Polzerconst-ify some declarations
2010-07-08 Rudolf Polzera "fastreject" facility helpful to generate keys with...
2010-07-05 Rudolf Polzerallow reading/writing the camouflage
2010-07-05 Rudolf Polzeradd a function to get a fingerprint of the public key...
2010-07-05 Rudolf Polzeradd d0_blind_id_fingerprint64_public_key
2010-04-25 Rudolf Polzerimprove variable naming in the context struct
2010-04-25 Rudolf Polzermore fixes; always perform DH, perform DH rekeying...
2010-04-25 Rudolf Polzerembed a diffie hellmann key exchange
2010-04-25 Rudolf Polzerseparate RSA modulus from DL modulus; we still need...
2010-04-25 Rudolf Polzermake the signature on the private ID optional
2010-04-24 Rudolf Polzerlet's use more strict warnings, and help Visual Studio
2010-04-24 Rudolf Polzerlicense: LGPL 2.1
2010-04-24 Rudolf Polzerinitial import of blind_id