Improvements in Python support and installation of Python and includes
[tlspool] / src /
2018-10-23 Rick van ReinImprovements in Python support and installation of...
2018-10-21 Rick van ReinAdded a CMake option for EXPERIMENTAL_SRP, defaulting...
2018-02-27 Adriaan de GrootPolishing (#65)
2018-02-27 Adriaan de GrootCmakeing (#66)
2017-08-27 Adriaan de GrootMakefile: clean up build
2017-08-27 Adriaan de GrootCMake: install all libraries and executables and manpages
2017-08-27 Adriaan de GrootCMake-ify TLSPool (and pulleyback)
2017-08-22 Adriaan de GrootLDAP-types: use berelement instead of void
2017-08-22 Adriaan de GrootC-style: char vs uint8_t
2017-08-22 Adriaan de GrootAdd some constness to parameters of strncatesc
2017-08-22 Adriaan de GrootFix string escaping
2017-08-22 Adriaan de GrootC-style: char vs uint8_t
2017-08-22 Adriaan de GrootC-style: char vs uint8_t
2017-08-22 Adriaan de GrootC-style: massage char / uint8_t to reduce warnings
2017-08-22 Adriaan de GrootLogic-typos
2017-08-22 Adriaan de GrootC-style: simplify setup of validation-expression tables.
2017-08-22 Adriaan de GrootC-style: drop trailing spaces
2017-08-21 Adriaan de GrootTLS_KDH: code not guarded
2017-08-21 Adriaan de GrootAssignment clobbers value in if
2017-08-21 Adriaan de GrootC-style: reduce pointer-signedness warnings
2017-08-21 Adriaan de GrootC-style: pointer typo
2017-08-21 Adriaan de GrootC-style: reduce signedness warnings
2017-08-21 Adriaan de GrootC-style: use %p to print pointers
2017-08-21 Adriaan de GrootC-style: drop unused printf parameter
2017-08-21 Adriaan de GrootGnuTLS: unhandled enum values made explicit
2017-08-21 Adriaan de GrootGnuTLS: fix call
2017-08-21 Adriaan de GrootC-style: drop casts
2017-08-21 Adriaan de GrootC-style: swapped format chars lead to warning
2017-08-20 Adriaan de GrootC-style: massage char types
2017-08-20 Adriaan de GrootC-style: lengths (sizes, really) are unsigned
2017-08-20 Adriaan de GrootC-style: reduce signed/unsigned warnings
2017-08-20 Adriaan de GrootC-style: drop duplicate const, make read-only data
2017-08-20 Adriaan de GrootC-style: drop trailing spaces
2017-08-20 Adriaan de GrootFix-build: remove duplicate flag-setting (with bad...
2017-08-20 Adriaan de GrootFix-build: for FreeBSD, allow specifying /usr/local...
2017-08-20 Adriaan de GrootFix-build: package is named Quick-DER
2017-01-23 Rick van ReinChanges to accommodate NixOS; thanks to Joachim Schiele...
2016-10-17 Rick van ReinMerge branch 'master' of https://github.com/arpa2/tlspo...
2016-10-17 Rick van ReinMerge branch 'tls-kdh' of https://github.com/arpa2...
2016-10-17 Rick van ReinFixes of memory leaks in TLS-KDH handling
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-10-17 Rick van ReinFixes of memory leaks in TLS-KDH handling
2016-10-17 Rick van ReinFirst working TLS-KDH system! (Still with possible...
2016-08-25 Rick van ReinNow passing Ticket and Authenticator between client...
2016-08-19 Rick van ReinNow returning properly from cli_kdhsig_encode()
2016-08-19 Rick van ReinMostly working-ish, with problems in Quick DER and...
2016-08-17 Rick van ReinFirst version that seems to get the ticket accross...
2016-08-09 Rick van ReinRemoved length valexp_varchars[] dump sequence (DEBUG)
2016-07-21 vanreinMerge pull request #37 from hfmanson/master
2016-07-21 Rick van ReinUsing the new Python library wrapper, this makes https_...
2016-07-15 Rick van ReinWorking Python wrapper, for starttls() but some other...
2016-07-13 Rick van ReinInitial attempt, with some pieces working, of Python...
2016-07-12 Henri MansonMXE cross compile fixes 3
2016-07-12 Henri MansonMXE cross compile fixes 2
2016-07-12 Henri MansonMXE cross compile fixes
2016-07-03 Rick van ReinNow running all the way up to the reception of Certific...
2016-07-03 Rick van ReinWorking up to and including clisrv_cert_retrieve()
2016-07-02 Rick van ReinLast (AFAIK) functional extension to TLS-KDH
2016-07-01 Rick van ReinMisc improvements
2016-07-01 Rick van ReinAdded srv_kdhsig_decode() to help verification of the...
2016-07-01 Rick van ReinIntroduced compiling cli_kdhsig_encode()
2016-07-01 Rick van ReinCompiling code to supply Tickets as certificates to...
2016-06-30 Rick van ReinLooking good: have_key_tgt() produce a keyblock + creds...
2016-06-30 Rick van ReinRemodelled contexts (split for clients / servers) and...
2016-06-30 Rick van ReinPotential extra precaution at setup of Kerberos.
2016-06-30 Rick van ReinPotential extra precaution during startup of Kerberos
2016-06-30 Rick van ReinAdded keyblock to session, and cleanup at the end of...
2016-06-30 Rick van ReinSetup and cleanup for Kerberos: check colletion support...
2016-06-30 Rick van ReinCreated configuration variabels for Kerberos keytab...
2016-06-27 Rick van ReinMerged a recent master into the TLS-KDH version
2016-06-27 Rick van ReinFirst attempt at making TLS-KDH work with the TLS Pool
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
next