Timeline


and

2007-11-06:

23:59 Changeset in git, trunk [c46713e] by Zooko O'Whielacronx <zooko@…>
pycryptopp: sha256: refactor creation of SHA256 objects to use …
23:08 Changeset in git, trunk [12bce90] by Zooko O'Whielacronx <zooko@…>
pycryptopp: sha256: unit tests
22:32 Changeset in git, trunk [8ada2f7] by Zooko O'Whielacronx <zooko@…>
pycryptopp: rsa: edit docstrings
22:18 Changeset in git, trunk [cea4f21] by Zooko O'Whielacronx <zooko@…>
pycryptopp: sha256: .digest()
20:29 Changeset in git, trunk [8fc7a16] by Zooko O'Whielacronx <zooko@…>
pycryptopp: rsa: a few touch-ups to in-line comments
20:27 Changeset in git, trunk [94f5b30] by Zooko O'Whielacronx <zooko@…>
pycryptopp: sha256: it has a constructor to create hash objects and …
19:52 Changeset in git, trunk [10d9052] by Zooko O'Whielacronx <zooko@…>
pycryptopp: tidy up variable names and use short (insecure) RSA keys …
19:15 Changeset in git, trunk [0587f33] by Zooko O'Whielacronx <zooko@…>
pycryptopp: reindent.py
19:15 Changeset in git, trunk [68f819b] by Zooko O'Whielacronx <zooko@…>
pycryptopp: rsa: name the self argument "dummy" if it doesn't actually …
19:14 Changeset in git, trunk [c045018] by Zooko O'Whielacronx <zooko@…>
pycryptopp: rsa: use PyDoc_STRVAR to declare docstrings It's the thing …
18:45 Changeset in git, trunk [c99a9ee] by Zooko O'Whielacronx <zooko@…>
pycryptopp: rsa: tweak error message from error that is probably impossible
18:44 Changeset in git, trunk [6728210] by Zooko O'Whielacronx <zooko@…>
pycryptopp: rsa: simplify construction of Key objects in light of the …
18:24 Changeset in git, trunk [2223bae] by Zooko O'Whielacronx <zooko@…>
pycryptopp: rsa: add keyword arguments, tighten calling convetions, …
16:46 Changeset in git, trunk [37cd34d] by Zooko O'Whielacronx <zooko@…>
pycryptopp: let PyArg_ParseTupleAndKeywords know the name of each …
08:18 Changeset in git, trunk [18fa0a0] by Zooko O'Whielacronx <zooko@…>
pycryptopp: fix error message from an internal error that is probably …
08:17 Changeset in git, trunk [00b3387] by Zooko O'Whielacronx <zooko@…>
pycryptopp: simplify typing by using size_t everywhere that it is …
07:54 Changeset in git, trunk [3bc1f20] by Zooko O'Whielacronx <zooko@…>
pycryptopp: a couple of no-functional-difference tidy-ups
04:26 Changeset in git, trunk [77f14a5] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.1.0
04:25 Changeset in git, trunk [fd87f64] by Zooko O'Whielacronx <zooko@…>
pycryptopp: add serialization of signing key
04:19 Changeset in git, trunk [1077887] by Zooko O'Whielacronx <zooko@…>
pycryptopp: fix bug in deserialization of verifier key When Python …
04:00 Changeset in git, trunk [63e2135] by Zooko O'Whielacronx <zooko@…>
pycryptopp: fix typo in comment
00:19 Changeset in git, trunk [7586424] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.0.7
00:19 Changeset in git, trunk [d8409d4] by Zooko O'Whielacronx <zooko@…>
pycryptopp: update metadata including licence (OSL 3.0 for now)
00:14 Changeset in git, trunk [04ac0f2] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.0.6
00:07 Changeset in git, trunk [34a721e] by Zooko O'Whielacronx <zooko@…>
pycryptopp: use the non-blocking operating system RNG if available I …
00:06 Changeset in git, trunk [576a3a0] by Zooko O'Whielacronx <zooko@…>
pycryptopp: the polite way to tell people not to use init turns …

2007-11-05:

18:13 Changeset in git, trunk [99ae709] by Zooko O'Whielacronx <zooko@…>
pycryptopp: add rsa.py (accidentally omitted from earlier patches)
18:05 Changeset in git, trunk [ecafff3] by Zooko O'Whielacronx <zooko@…>
pycryptopp: update the detection of Crypto++ name and location

2007-11-02:

23:35 Changeset in git, trunk [a9e5505] by Zooko O'Whielacronx <zooko@…>
pycryptopp: add rsa.VerifyingKey?.serialize() and …
23:34 Changeset in git, trunk [620cb29] by Zooko O'Whielacronx <zooko@…>
pycryptopp: refactor signing to be imperative instead of streamy It's …
23:26 Changeset in git, trunk [4142b9c] by Zooko O'Whielacronx <zooko@…>
pycryptopp: update some in-line docs
19:40 Changeset in git, trunk [0dffab1] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.0.5
19:39 Changeset in git, trunk [8fa8e66] by Zooko O'Whielacronx <zooko@…>
pycryptopp: add SigningKey?.get_verifying_key(), VerifyingKey?.verify(), …
18:11 Changeset in git, trunk [509b6cc] by Zooko O'Whielacronx <zooko@…>
pycryptopp: delete the RSA key when the Python object is deallocated
18:00 Changeset in git, trunk [a26cfcd] by Zooko O'Whielacronx <zooko@…>
pycryptopp: create subpackage "publickey", with module "rsa", and move …
17:35 Changeset in git, trunk [ab6b0ae] by Zooko O'Whielacronx <zooko@…>
pycryptopp: include a setuptools egg so that it doesn't have to be …

2007-10-31:

19:42 Changeset in git, trunk [773d5a9] by Zooko O'Whielacronx <zooko@…>
pycryptopp: setup: emit a note if we detect /usr/include/crypto++
19:23 Changeset in git, trunk [b9025bb] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.0.4
19:22 Changeset in git, trunk [3f30c83] by Zooko O'Whielacronx <zooko@…>
pycryptopp: setup: test for /usr/include/crypto++ and use the name …
19:20 Changeset in git, trunk [88f2862] by Zooko O'Whielacronx <zooko@…>
pycryptopp: if you execute the test_pycryptopp.py file as a Python …
17:51 Changeset in git, trunk [be9cf34] by Zooko O'Whielacronx <zooko@…>
pycryptopp: trivial: remove commented-out code
17:49 Changeset in git, trunk [b02fdd1] by Zooko O'Whielacronx <zooko@…>
pycryptopp: make the seeding of the deterministic RNG backwards …
17:15 Changeset in git, trunk [dd6650e] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.0.3
17:14 Changeset in git, trunk [6b9b742] by Zooko O'Whielacronx <zooko@…>
pycryptopp: add sign(), add unit tests, tighten preconditions

2007-10-30:

21:58 Changeset in git, trunk [14fb338] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.0.2
21:58 Changeset in git, trunk [bd0d3c5] by Zooko O'Whielacronx <zooko@…>
pycryptopp: add generate() which produces a signing key from the …
21:54 Changeset in git, trunk [f24916a] by Zooko O'Whielacronx <zooko@…>
old tag: pycryptopp-0.0.1
21:52 Changeset in git, trunk [4c01e79] by Zooko O'Whielacronx <zooko@…>
pycryptopp: this version actually generates an RSS/PSS/SHA-256 signing …
18:28 Changeset in git, trunk [f7f9581] by Zooko O'Whielacronx <zooko@…>
pycryptopp: now it #includes cryptopp/rsa.h, it builds with a C++ …
17:45 Changeset in git, trunk [61a533d] by Zooko O'Whielacronx <zooko@…>
pycryptopp: this version doesn't actually include Crypto++ or do …
Note: See TracTimeline for information about the timeline view.