]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - crypto.c
Corrected two comments regarding IBSP version of the Q2 bsp format.
[xonotic/darkplaces.git] / crypto.c
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-01-24 divverentFix some d0_blind_id related bugs:
2013-08-22 divverentfix bug in Crypto_RetrieveLocalKey
2013-07-24 nikoliUpdate build system, fix and enable ODE by default
2013-06-29 divverentoops... fix nul termination. luckily not exploitable.
2013-02-27 divverentfix another warning in crypto.c
2012-04-19 divverentfix a warning that was there for a while
2012-02-10 divverentfix two seriously wrong memset calls possibly causing...
2012-01-19 divverentRevert "note that in some cases, crypto_aeslevel change...
2012-01-19 divverentnote that in some cases, crypto_aeslevel changes need...
2011-12-09 divverentfix stupid typo
2011-12-09 divverentfor crypto keys, also write an easy to share text file...
2011-12-09 divverentWhile I'm reworking this anyway: also write a file...
2011-12-09 divverentblind_id: rework of keygen to be able to save an unsign...
2011-11-25 divverentfix a bug in handling "accept" for crypto connections
2011-11-23 divverentcrypto: some simplifications; also apply policies prope...
2011-11-01 divverentCrypto_LoadKeys: make the caller responsible for the...
2011-11-01 divverentlock the thread mutex while altering crypto key stuff
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-10-27 divverentrename some functions to avoid a name conflict
2011-10-25 divverentmutex support for d0_blind_id (requires current git...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-01 divverentimplement digest_hex()
2011-08-18 divverentbe more clear that the crypto_keys fingerprints are...
2011-04-20 divverentfix compile failure in crypto.c
2011-04-19 divverentcrypto: avoid generating control-like packets
2010-12-10 divverentfix a terminologic bug
2010-11-25 divverentinitial work for DETACHED signatures
2010-11-25 divverentfix a cast
2010-11-25 divverentmove base64 to common code
2010-11-25 vortexfix warnings by adding type casts
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-10-28 havocfix MSVC2008 compilation again
2010-10-17 divverentfix two types to hopefulyl compile on MSVC
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...