]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/shortlog
xonotic/d0_blind_id.git
2010-11-25 Rudolf Polzerbump versioninfo
2010-11-25 Rudolf Polzernow: "detached" signatures (not including the plaintext)
2010-10-29 Rudolf Polzeradd a funny #ifdef RNG_XKCD that grounds the RNG
2010-10-16 Rudolf Polzerfix a typo in the license notice variable name
2010-09-17 Rudolf Polzerwe're incompatible anyway to the last xonotic released...
2010-09-17 Rudolf Polzeralso describe the signature protocol
2010-09-17 Rudolf Polzeralso add the Schnorr signature scheme (NOTE: this is...
2010-09-17 Rudolf Polzeralso support signing
2010-09-10 Rudolf Polzerget rid of -lssl dependency in OpenSSL case (only need...
2010-09-07 Rudolf Polzercannot check for BN_set_negative, so let's just #define...
2010-09-07 Rudolf Polzerfix typo
2010-09-07 Rudolf Polzerwork around missing BN_*_negative on Crap OS X
2010-09-06 Rudolf Polzertag the macro identifiers (like BOOL, EXPORT) with...
2010-09-02 Rudolf Polzeruse is_prime_fasttest for the quick primality test
2010-09-02 Rudolf Polzerfix another typo
2010-09-02 Rudolf Polzertypo
2010-09-02 Rudolf Polzeralso try with -lcrypto if regular -lssl fails
2010-09-02 Rudolf Polzerfix some autostuff
2010-09-02 Rudolf Polzerbetter Id formatting
2010-09-02 Rudolf Polzeralso use $Id$
2010-09-02 Rudolf Polzeralso do this for COPYING
2010-09-02 Rudolf Polzercommit hash into file
2010-09-02 Rudolf Polzerexport-subst
2010-09-02 Rudolf Polzerautomatically include the license notice into .so or...
2010-09-02 Rudolf PolzerLicense: now entirely licensed under the 3-clause BSD...
2010-09-02 Rudolf Polzerback to 1024 bits
2010-09-02 Rudolf Polzermore bugfixes, SSL variant works now
2010-09-02 Rudolf Polzermore fixes :P
2010-09-02 Rudolf Polzermake auto* hackery work, fix errors
2010-09-02 Rudolf Polzeradd libssl stuff to autotools stuff
2010-09-02 Rudolf Polzerimplement OpenSSL variant
2010-09-02 Rudolf Polzerstart of openssl interface: copy gmp interface to opens...
2010-08-28 Rudolf Polzerfp64 of public ID: include the public key in it!
2010-08-27 Rudolf Polzeradd the non-blind ID protocol to the txt file for reference
2010-08-27 Rudolf Polzerdetect failed RNG initialization
2010-08-25 Rudolf Polzeradd a helper function
2010-08-11 Rudolf PolzerMerge branch 'master' of github.com:divVerent/d0_blind_id
2010-08-05 Rudolf Polzerhandle an error case
2010-08-05 Rudolf Polzerun-debianize libd0_blind_id's RNG on Win32
2010-08-05 Rudolf Polzeradd d0_rijndael.pc
2010-08-03 Rudolf Polzerfix an undefined use of gmp functions
2010-08-03 Rudolf Polzerfix another MitM attack. Now the DH key exchange REALLY...
2010-08-02 Rudolf Polzerfix a MITM attack in the protocol
2010-07-26 Rudolf Polzeradd missing EXPORT flags
2010-07-26 Rudolf Polzerfix build of rijndael lib
2010-07-26 Rudolf Polzermore rijndael support stuff
2010-07-26 Rudolf Polzeralso add a rijndael implementation, as a separately...
2010-07-26 Rudolf Polzerprovide SHA256 as util function to outside code
2010-07-26 Rudolf Polzerwin32 build fixes
2010-07-17 Rudolf Polzeralso use SHA-256 here. Incompatible change.
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 Polzerhopefulyl fix make dist
2010-04-25 Rudolf Polzerdecl fixes
2010-04-25 Rudolf Polzerdon't use clock_gettime, OS X sucks
2010-04-25 Rudolf Polzerimprove variable naming in the context struct
2010-04-25 Rudolf Polzeruse /dev/urandom
2010-04-25 Rudolf Polzermore fixes; always perform DH, perform DH rekeying...
2010-04-25 Rudolf Polzerautoconf/automake fixes
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 Polzerdon't read so much from /dev/random as it's slow
2010-04-24 Rudolf Polzervisibility;
2010-04-24 Rudolf Polzerpkgconfig support
2010-04-24 Rudolf Polzerput d0.h to the header file
2010-04-24 Rudolf Polzerinclude guards
2010-04-24 Rudolf Polzerfix autogen.sh to actually work
2010-04-24 Rudolf Polzerinitial autoconf stuff
2010-04-24 Rudolf Polzerlicense: LGPL 2.1
2010-04-24 Rudolf Polzerinitial import of blind_id