#
# ChangeLog for trunk
#
# Generated by Trac 1.2
# 04/08/25 09:01:14

Wed, 11 Mar 2015 18:06:31 GMT tim [76]
	* trunk/lib/bletchley/CBC/__init__.py (modified)

	Fixed off-by-one block error in CBC-R code when a partial encryption ...


Wed, 17 Dec 2014 04:06:14 GMT tim [75]
	* trunk/bin/bletchley-clonecertchain (modified)

	more improvements to handshake


Fri, 14 Nov 2014 00:39:07 GMT tim [74]
	* trunk/bin/bletchley-clonecertchain (modified)

	fixed script in cases where server rejects client handshake due to ...


Wed, 12 Nov 2014 20:19:33 GMT tim [73]
	* trunk/bin/bletchley-clonecertchain (modified)
	* trunk/bin/bletchley-decode (modified)
	* trunk/bin/bletchley-http2py (modified)

	added PKCS12 capabilities to clonecertchain


Mon, 01 Sep 2014 16:59:24 GMT tim [72]
	* trunk/SConstruct (modified)
	* trunk/bin/bletchley-clonecertchain (added)

	Added experimental certificate chain cloning script


Tue, 26 Aug 2014 22:37:44 GMT tim [71]
	* trunk/bin/bletchley-http2py (modified)
	* trunk/lib/bletchley/chosenct.py (modified)

	chosenct and http2py convenience fixes


Fri, 25 Apr 2014 18:17:34 GMT tim [70]
	* trunk/bin/bletchley-http2py (modified)

	.


Wed, 12 Mar 2014 17:45:28 GMT tim [69]
	* trunk/lib/bletchley/CBC/__init__.py (modified)

	.


Wed, 08 Jan 2014 19:49:45 GMT tim [68]
	* trunk/bin/bletchley-http2py (modified)

	more crib notes


Wed, 06 Nov 2013 17:17:09 GMT tmorgan [67]
	* trunk/lib/bletchley/blobtools.py (modified)

	added documentation to a few functions

	allowing strings as argument ...


Mon, 04 Nov 2013 16:54:59 GMT tmorgan [66]
	* trunk/lib/bletchley/CBC/__init__.py (modified)
	* trunk/lib/bletchley/blobtools.py (modified)

	added Microsoft-style intpad notation for base64


Thu, 17 Oct 2013 16:10:35 GMT tmorgan [65]
	* trunk/lib/bletchley/blobtools.py (modified)
	* trunk/lib/bletchley/buffertools.py (modified)
	* trunk/lib/bletchley/chosenct.py (modified)

	added result set object and HTML generator to chosenct probe routine
 ...


Tue, 15 Oct 2013 16:16:27 GMT tmorgan [64]
	* trunk/lib/bletchley/hash.py (added)

	added hacky HLE wrapper


Sun, 18 Aug 2013 15:57:13 GMT tmorgan [62]
	* trunk/bin/bletchley-http2py (modified)

	added comments in output as crib notes for POA


Tue, 13 Aug 2013 04:28:04 GMT tmorgan [58]
	* trunk/INSTALL (modified)
	* trunk/lib/bletchley/CBC/__init__.py (modified)

	updated docs

	improvements to CBC-R and edge cases


Fri, 12 Jul 2013 15:51:36 GMT tmorgan [53]
	* trunk/lib/bletchley/blobtools.py (modified)

	new custom base64 dialect


Tue, 09 Jul 2013 15:17:19 GMT tmorgan [52]
	* trunk/doc/TODO (modified)
	* trunk/lib/bletchley/CBC/__init__.py (modified)

	fixed an off-by-one


Thu, 20 Jun 2013 19:05:44 GMT tmorgan [51]
	* trunk/bin/bletchley-http2py (modified)

	script generation fixes


Wed, 12 Jun 2013 22:05:19 GMT tmorgan [50]
	* trunk/lib/bletchley/chosenct.py (modified)

	more python3 fixes


Fri, 31 May 2013 23:06:39 GMT tmorgan [49]
	* trunk/lib/bletchley/buffertools.py (modified)

	fixed python3 port bug


Fri, 31 May 2013 22:45:02 GMT tmorgan [48]
	* trunk/lib/bletchley/CBC/__init__.py (modified)

	fixed foolish hard-coded block size


Thu, 30 May 2013 16:36:53 GMT tmorgan [47]
	* trunk/bin/bletchley-http2py (modified)

	added support for binary data in request body


Tue, 28 May 2013 22:00:48 GMT tmorgan [46]
	* trunk/bin/bletchley-analyze (modified)

	fixed highlighting bug


Thu, 11 Apr 2013 21:05:59 GMT tmorgan [45]
	* trunk/lib/bletchley/blobtools.py (modified)

	percent encoder fix


Thu, 11 Apr 2013 20:55:05 GMT tmorgan [44]
	* trunk/lib/bletchley/blobtools.py (modified)

	fixes for percent decoder


Tue, 09 Apr 2013 00:33:21 GMT tmorgan [43]
	* trunk/lib/bletchley/CBC/__init__.py (modified)
	* trunk/lib/bletchley/buffertools.py (modified)

	Fixed more Python3 conversion issues

	Made several improvements to ...


Tue, 26 Mar 2013 00:06:29 GMT tmorgan [42]
	* trunk/lib/bletchley/blobtools.py (modified)

	fixed bug in 2->3 transition


Tue, 19 Mar 2013 22:37:17 GMT tmorgan [41]
	* trunk/INSTALL (modified)

	updated docs


Mon, 18 Mar 2013 02:26:27 GMT tmorgan [40]
	* trunk/SConstruct (modified)
	* trunk/bin/bletchley-analyze (modified)
	* trunk/bin/bletchley-decode (modified)
	* trunk/bin/bletchley-encode (modified)
	* trunk/bin/bletchley-http2py (modified)
	* trunk/lib/bletchley/blobtools.py (modified)
	* trunk/lib/bletchley/buffertools.py (modified)

	Switched to python3 only, since supporting both 2.x and 3.x is such a ...


Sun, 17 Feb 2013 02:12:12 GMT tmorgan [39]
	* trunk/bin/bletchley-http2py (modified)

	misc output improvements, putting more items in organized functions


Thu, 14 Feb 2013 02:02:54 GMT tmorgan [38]
	* trunk/lib/bletchley/CBC/__init__.py (modified)

	simplified decrypt() and interface to probe_padding()

	sanity checks


Thu, 14 Feb 2013 00:59:42 GMT tmorgan [37]
	* trunk/lib/bletchley/CBC/__init__.py (modified)

	fixed problem with decrypt function when starting with partially ...


Tue, 12 Feb 2013 20:47:25 GMT tmorgan [36]
	* trunk/lib/bletchley/CBC/__init__.py (modified)
	* trunk/lib/bletchley/buffertools.py (modified)

	added option for logging PKCS7 stripping/sanity checking


Tue, 12 Feb 2013 18:12:08 GMT tmorgan [35]
	* trunk/bin/bletchley-analyze (modified)
	* trunk/lib/bletchley/CBC/__init__.py (modified)
	* trunk/lib/bletchley/blobtools.py (modified)

	now encoding '/' in percent encoding

	fixed bug in POA's stripping ...


Mon, 11 Feb 2013 21:27:42 GMT tmorgan [34]
	* trunk/lib/bletchley/blobtools.py (modified)

	added limited support for base64 blobs with inline newlines


Tue, 25 Dec 2012 18:25:57 GMT tmorgan [32]
	* trunk/INSTALL (added)
	* wiki/Overview.wiki (modified)

	more docs


Sat, 22 Dec 2012 03:44:29 GMT tmorgan [28]
	* trunk/bin/bletchley-analyze (modified)
	* trunk/bin/bletchley-decode (modified)
	* trunk/bin/bletchley-encode (modified)
	* trunk/bin/bletchley-http2py (modified)
	* trunk/lib/bletchley/blobtools.py (modified)

	more documentation
	added supported encodings listing


Fri, 14 Dec 2012 15:28:39 GMT tmorgan [27]
	* trunk/lib/bletchley/chosenct.py (added)

	initial version of a ciphertext byte probe tool


Thu, 13 Dec 2012 21:36:49 GMT tmorgan [26]
	* trunk/SConstruct (modified)

	added overlooked scripts to install target


Sun, 09 Dec 2012 19:39:52 GMT tmorgan [22]
	* trunk (added)
	* trunk/LICENSE (moved)
	* trunk/SConstruct (moved)
	* trunk/bin (moved)
	* trunk/bletchley-distutils (moved)
	* trunk/bletchley_version.py (moved)
	* trunk/doc (moved)
	* trunk/lib (moved)
	* trunk/src (moved)
	* wiki (added)

	created trunk dir, rearranged