#
# ChangeLog for /
#
# Generated by Trac 1.2
# 04/08/25 00:36:51

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:41:05 GMT tmorgan [33]
	* wiki/Overview.wiki (modified)

	doc


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

	more docs


Sat, 22 Dec 2012 03:56:56 GMT tmorgan [31]
	* wiki/Overview.wiki (modified)

	more formatting


Sat, 22 Dec 2012 03:55:51 GMT tmorgan [30]
	* wiki/Overview.wiki (modified)

	fixed formatting


Sat, 22 Dec 2012 03:52:30 GMT tmorgan [29]
	* 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 23:56:48 GMT tmorgan [25]
	* wiki/Overview.wiki (modified)

	added image


Sun, 09 Dec 2012 23:46:41 GMT tmorgan [24]
	* wiki/Overview.wiki (modified)
	* wiki/README (modified)
	* wiki/images (added)
	* wiki/images/bletchley-analyze.png (added)

	more docs


Sun, 09 Dec 2012 20:56:09 GMT tmorgan [23]
	* wiki/Overview.wiki (added)
	* wiki/README (added)

	starting wiki docs


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


Sun, 09 Dec 2012 19:27:47 GMT tmorgan [21]
	* doc/TODO (modified)
	* lib/bletchley/CBC/__init__.py (modified)

	fixed IV propagation to the oracle
	documentation


Thu, 06 Dec 2012 23:35:28 GMT tmorgan [20]
	* bin/bletchley-decode (added)
	* bin/bletchley-encode (added)
	* doc/TODO (modified)
	* lib/bletchley/CBC/__init__.py (modified)
	* lib/bletchley/blobtools.py (modified)

	added simple encode/decode command line tools

	fixed problem with ...


Thu, 06 Dec 2012 01:35:58 GMT tmorgan [19]
	* doc/TODO (modified)

	merged


Thu, 06 Dec 2012 01:26:26 GMT tmorgan [18]
	* SConstruct (modified)
	* bletchley-distutils (modified)
	* lib/bletchley/CBC/__init__.py (modified)
	* lib/bletchley/buffertools.py (modified)

	documentation, bugfixes


Sun, 25 Nov 2012 23:49:56 GMT tmorgan [17]
	* lib/bletchley/CBC/__init__.py (moved)

	moving POA class to main module file


Sun, 25 Nov 2012 23:47:09 GMT tmorgan [16]
	* lib/bletchley/CBC (moved)
	* lib/bletchley/PaddingOracle/CBCREncryptionOracle.py (deleted)
	* lib/bletchley/PaddingOracle/DecryptionOracle.py (deleted)
	* lib/bletchley/CBC/POA.py (copied)

	renaming packages/modules


Sun, 25 Nov 2012 23:44:45 GMT tmorgan [15]
	* doc/TODO (modified)
	* lib/bletchley/PaddingOracle/DecryptionOracle.py (modified)
	* lib/bletchley/buffertools.py (modified)

	rewrote POA library to be more stateful, and more frugal with numbers ...


Fri, 23 Nov 2012 19:44:07 GMT tmorgan [14]
	* bin/bletchley-http2py (modified)

	better script formatting for large bodies
	default to port 80


Sun, 11 Nov 2012 18:10:42 GMT tmorgan [13]
	* bin/bletchley-analyze (modified)

	added block size and encoding chain options


Sat, 27 Oct 2012 17:11:21 GMT tmorgan [12]
	* lib/bletchley/PaddingOracle/DecryptionOracle.py (modified)

	added multithreading to main decryption routine
	added new ...


Fri, 19 Oct 2012 16:34:49 GMT tmorgan [11]
	* doc/TODO (modified)

	another


Fri, 19 Oct 2012 16:33:33 GMT tmorgan [10]
	* doc/TODO (modified)

	more on the list


Fri, 19 Oct 2012 15:11:55 GMT tmorgan [9]
	* bin/bletchley-analyze (modified)

	fixed problems with hexdump


Thu, 18 Oct 2012 04:37:07 GMT tmorgan [8]
	* lib/bletchley/PaddingOracle/CBCREncryptionOracle.py (modified)
	* lib/bletchley/PaddingOracle/DecryptionOracle.py (modified)
	* lib/bletchley/PaddingOracle/Exceptions.py (added)
	* lib/bletchley/PaddingOracle/InvalidBlockError.py (deleted)

	reorganized exceptions


Thu, 18 Oct 2012 03:08:26 GMT tmorgan [7]
	* lib/bletchley/buffertools.py (modified)

	renamed function


Thu, 18 Oct 2012 01:17:49 GMT tmorgan [6]
	* SConstruct (modified)

	added http2py to install list


Wed, 17 Oct 2012 23:52:34 GMT tmorgan [5]
	* src/nextrand.c (modified)

	made nextrand more user friendly


Wed, 17 Oct 2012 23:07:25 GMT tmorgan [4]
	* bin/bletchley-http2py (added)

	added http -> python conversion script


Wed, 17 Oct 2012 22:09:53 GMT tmorgan [3]
	* bletchley-distutils (modified)
	* doc/TODO (added)
	* lib/bletchley/PaddingOracle/CBCREncryptionOracle.py (modified)
	* lib/bletchley/PaddingOracle/TimingWebPaddingOracle.py (modified)

	fixed python2-isms
	added PaddingOracle package to install script


Thu, 04 Oct 2012 03:52:24 GMT tmorgan [2]
	* bletchley_version.py (modified)

	set revision tag


Thu, 04 Oct 2012 03:51:49 GMT tmorgan [1]
	* LICENSE (added)
	* SConstruct (added)
	* bin (added)
	* bin/bletchley-analyze (added)
	* bletchley-distutils (added)
	* bletchley_version.py (added)
	* doc (added)
	* lib (added)
	* lib/bletchley (added)
	* lib/bletchley/PaddingOracle (added)
	* lib/bletchley/PaddingOracle/CBCREncryptionOracle.py (added)
	* lib/bletchley/PaddingOracle/DecryptionOracle.py (added)
	* lib/bletchley/PaddingOracle/InvalidBlockError.py (added)
	* lib/bletchley/PaddingOracle/TimingWebPaddingOracle.py (added)
	* lib/bletchley/PaddingOracle/__init__.py (added)
	* lib/bletchley/__init__.py (added)
	* lib/bletchley/blobtools.py (added)
	* lib/bletchley/buffertools.py (added)
	* lib/bletchley/chosen.py (added)
	* lib/bletchley/known.py (added)
	* src (added)
	* src/nextrand.c (added)
	* test (added)
	* test/myweb.py (added)

	moved to dedicated repository