First working TLS-KDH system! (Still with possible memleaks)
[tlspool] / src /
2016-10-17 Rick van ReinFirst working TLS-KDH system! (Still with possible...
2016-10-17 Rick van ReinNow passing Ticket and Authenticator between client...
2016-10-17 Rick van ReinNow returning properly from cli_kdhsig_encode()
2016-10-17 Rick van ReinMostly working-ish, with problems in Quick DER and...
2016-10-17 Rick van ReinFirst version that seems to get the ticket accross...
2016-10-17 Rick van ReinNow running all the way up to the reception of Certific...
2016-10-17 Rick van ReinWorking up to and including clisrv_cert_retrieve()
2016-10-17 Rick van ReinLast (AFAIK) functional extension to TLS-KDH
2016-10-17 Rick van ReinMisc improvements
2016-10-17 Rick van ReinAdded srv_kdhsig_decode() to help verification of the...
2016-10-17 Rick van ReinIntroduced compiling cli_kdhsig_encode()
2016-10-17 Rick van ReinCompiling code to supply Tickets as certificates to...
2016-10-17 Rick van ReinLooking good: have_key_tgt() produce a keyblock + creds...
2016-10-17 Rick van ReinRemodelled contexts (split for clients / servers) and...
2016-10-17 Rick van ReinPotential extra precaution at setup of Kerberos.
2016-10-17 Rick van ReinPotential extra precaution during startup of Kerberos
2016-10-17 Rick van ReinAdded keyblock to session, and cleanup at the end of...
2016-10-17 Rick van ReinSetup and cleanup for Kerberos: check colletion support...
2016-10-17 Rick van ReinCreated configuration variabels for Kerberos keytab...
2016-10-17 Rick van ReinFirst attempt at making TLS-KDH work with the TLS Pool
2016-10-17 Rick van ReinAdded priority string with asymmetric certificate type...
2016-10-17 Rick van ReinInitial use of proposed GUI for TLS-KDH
2016-06-26 Rick van ReinDNSSEC root key configurable in tlspool.conf ; added...
2016-06-24 leenaarsMakefile consistency
2016-06-21 Rick van ReinImprovements to the Makefile
2016-06-21 Rick van ReinRemoved build warnings and an unexplained linker error...
2016-06-20 Rick van ReinFixed syntax error; accidentally checked into master...
2016-06-20 Rick van ReinPrepared documentation for the Pulley backend driver...
2016-06-19 Rick van ReinPreparing for inclusion of validation logic into master...
2016-06-19 Rick van ReinFirst delivery of the validation framework
2016-06-18 Henri Mansonbugfix uninstall make targets
2016-06-17 Rick van ReinMerge commit 'fda96751b800bf7722c247af49abbba8020b011f...
2016-06-17 Rick van ReinFixed fetch_remote_credentials(), got working tool...
2016-06-16 Rick van ReinBuild updates on Linux to the Windows port
2016-06-16 Henri Mansoncleanup code
2016-06-16 Henri Mansonmerge with arpa2/master
2016-06-15 Rick van ReinBugfix. Incomplete static typing led to a missing...
2016-06-15 Rick van ReinCompiling version of valexp code linked in with starttl...
2016-06-10 Rick van ReinTrust DB management tools
2016-06-06 Henri Mansoncross-compile Makefile
2016-06-04 hfmanson$(CC) instead of gcc
2016-06-04 Henri Mansonworking cygwin-less tlspool
2016-05-30 Rick van ReinDocumented the format of the trust.db
2016-05-30 Rick van ReinKey lookup of PGP in Global Directory is working
2016-05-28 Rick van ReinPGP comparison code compiles, linked into profile for...
2016-05-28 Rick van ReinFirst stab at PGP handling for online.c
2016-05-26 Rick van ReinAdded code, yet to be tested, with globaldir invocation...
2016-05-26 Rick van ReinWorking online user check through GlobalDir: DNSSEC...
2016-05-18 Henri Mansonworking version with copycat hack (client = -1)
2016-05-18 Rick van ReinMinor fixes; introduced the considered STARTTLS method...
2016-05-17 Rick van ReinCreated experimental profile (Global Directory X.509...
2016-05-17 Rick van ReinCompleted the code for DANE in online.c
2016-05-17 Rick van ReinAdditional component routine for DANE in online.c
2016-05-17 Rick van ReinAdditional component routines in online.c as part of...
2016-05-12 Rick van ReinBugfix in PKCS #11 copier
2016-05-11 Rick van ReinAnother step in the validation framework realisation
2016-04-26 Michiel LeenaarsFixes to Makefiles, added standard DESTDIR + fixed...
2016-04-18 Rick van ReinChanged GCC to -std=gnu11 which is the default with...
2016-04-01 Henri Mansontls_ping via namedpipe
2016-03-12 Rick van ReinInitial support for systemd (untested)
2016-02-25 Rick van ReinValidation framework: Created the callback interface...
2016-02-24 Rick van ReinImproved Makefile failure in looped builds
2016-02-24 Rick van ReinValidation Expression logic framework aspects finished
2016-02-23 Rick van ReinInitial validation expression processing; & | ~ work...
2016-02-19 Rick van Reinbugfixes -- thank you Henri
2016-02-18 Rick van ReinAdded -lphtread to the libraries in src/Makefile
2016-02-17 Rick van ReinLast emancipation from autotools; doc now installs...
2016-02-17 Rick van ReinMajor improvement in build stability: Dropped autotools.
2016-02-17 Rick van Reintype
2016-02-15 Rick van Reinbugfix in printf() in config.c
2016-02-05 Rick van ReinAdded the output of autotools; because that stuff is...
2016-02-02 Rick van ReinProducing credentials, including PGP, but TLS Pool...
2016-02-01 Rick van ReinMerge branch 'windows-port' of ../tlspool-windows-port
2016-01-30 Rick van ReinImproved database support with tool/[sg]et_*.py replace...
2016-01-27 Henri Mansonfix 2
2016-01-27 Henri Mansonprepare master merge
2016-01-27 Henri MansonMerge branch 'master' into cygwin
2016-01-27 Henri Manson__CYGWIN__, restore tlspool.conf, new file tlspool...
2016-01-26 Henri Mansonworking version
2016-01-25 Rick van ReinIntroduced on-the-fly signing
2016-01-20 Henri Mansonwindows
2016-01-18 Henri Mansonresolved conflict
2016-01-18 Rick van ReinWorked towards Windows portability; patched a few probl...
2016-01-04 Henri MansonDB_NOSERVER_HOME and DB_NOSERVER_ID conditional
2015-12-16 Rick van ReinRemoved dependencies on LDAP and MEMCACHED
2015-12-14 Demo user accountAdded open source license texts
2015-11-16 Rick van ReinAPI overhaul, deprecating past development versions...
2015-11-10 Rick van ReinIncompatible API changes, tmp version: STARTTLS flags...
2015-08-24 Rick van ReinIncompatible API changes, tmp version: PRNG support...
right now Rick van ReinHopefully the last bugfix entry... for LIDENTRY
right now Rick van ReinPart #3 of LIDENTRY bugfixes. Sigh, partial checkins :-S
right now Rick van ReinLIDENTRY bugfixes & corrections:
2015-05-27 Rick van ReinIncompatible API changes, tmp version: localid-entry...
2015-04-01 Rick van ReinIncompatible API changes, tmp version: timeout, svcname...
2015-04-01 Rick van ReinIncompatible API changes, tmp version: detach control...
2015-03-17 Rick van ReinThe starttls_xxx() functions in libfun.c now support...
2015-03-13 Rick van ReinIncompatible API changes, tmp version: passing fds...
2015-03-09 Rick van ReinMore decoupling of GnuTLS specific structures
2015-03-09 Rick van ReinMore decoupling of GnuTLS specific structures
2015-03-09 Rick van ReinMade TLS Pool less centered around GnuTLS
next