Merge pull request #115 from hfmanson/master
[tlspool] / src / daemon.c
2018-02-23 Adriaan de GrootAdd a -V flag, which prints the TLSPool version string.
2016-06-19 Rick van ReinFirst delivery of the validation framework
2016-06-17 Rick van ReinMerge commit 'fda96751b800bf7722c247af49abbba8020b011f...
2016-06-16 Henri Mansoncleanup code
2016-06-04 Henri Mansonworking cygwin-less tlspool
2016-05-18 Rick van ReinMinor fixes; introduced the considered STARTTLS method...
2016-03-12 Rick van ReinInitial support for systemd (untested)
2016-02-23 Rick van ReinInitial validation expression processing; & | ~ work...
2016-02-17 Rick van ReinMajor improvement in build stability: Dropped autotools.
2016-01-27 Henri Mansonprepare master merge
2016-01-26 Henri Mansonworking version
2016-01-20 Henri Mansonwindows
2015-11-16 Rick van ReinAPI overhaul, deprecating past development versions...
2015-08-24 Rick van ReinIncompatible API changes, tmp version: PRNG support...
2015-04-01 Rick van ReinIncompatible API changes, tmp version: detach control...
2015-03-09 Rick van ReinMade TLS Pool less centered around GnuTLS
2015-02-16 Rick van ReinSetup autotools (and forwarded a few more BSD friendlyn...
2015-01-23 Rick van ReinSwitched to syslog() for errors and notifications
2015-01-21 Rick van ReinUsed valgrind to identify memory leaks
2015-01-08 Rick van ReinPKCS #11 is working for OpenPGP and X.509 clients
2013-07-18 rootCallback mechanism, PIN entry (one at a time), SUN_LEN...
2013-07-15 Rick van ReinInitial TLS support: use different TLS pool for cli...
2013-07-14 Rick van ReinWorking testcli/testsrv text exchange. Just insert...
2013-07-11 Rick van ReinInitial starttls support: untested, and not actually...
2013-07-10 Rick van ReinPIN entry defined, and application-side implementation...
2013-07-09 Rick van ReinCreated the broad structures of the daemon, and configf...