Timeline
2007-11-09:
- 19:08 Changeset in git, trunk [c101e56] by
- pycryptopp: setup: bump the required version number of …
- 19:08 Changeset in git, trunk [df3bf55] by
- pycryptopp: setup: attempt to keep running setup even if ez_setup.py …
- 19:01 Changeset in git, trunk [1011d49] by
- pycryptopp: setup: don't spew a traceback if darcsver isn't installed
- 18:59 Changeset in git, trunk [dd6f39a] by
- old tag: pycryptopp-0.2.5
- 18:59 Changeset in git, trunk [b640bb4] by
- old tag: pycryptopp-0.2.4
- 18:58 Changeset in git, trunk [e84a9c5] by
- pycryptopp: setup: require setuptools_darcs plugin
2007-11-08:
- 14:22 Changeset in git, trunk [fd38d01] by
- old tag: pycryptopp-0.2.4
- 14:21 Changeset in git, trunk [43495f6] by
- pycryptopp: refactor exception-raising code, tighten precondition checks
- 14:21 Changeset in git, trunk [01139eb] by
- pycryptopp: hash: fix segfault by setting SHA256_update's calling …
- 14:20 Changeset in git, trunk [74572c2] by
- pycryptopp: hash: add some unit tests, some of which are thanks to …
2007-11-07:
- 23:46 Changeset in git, trunk [879f022] by
- old tag: pycryptopp-0.2.3
- 23:46 Changeset in git, trunk [6f302f0] by
- pycryptopp: setup: patch from Brian to add -L and -l and -I better and …
- 23:45 Changeset in git, trunk [df02778] by
- pycryptopp: remove unused #include's
- 19:56 Changeset in git, trunk [1b5d6f5] by
- old tag: pycryptopp-0.2.2
- 19:54 Changeset in git, trunk [2aae02d] by
- pycryptopp: fix casting between Py_ssize_t and size_t, including …
- 05:43 Changeset in git, trunk [c36a2ec] by
- old tag: pycryptopp-0.2.1
- 05:43 Changeset in git, trunk [dabf09a] by
- pycryptopp: setup: update metadata and in-line comments in setup.py
- 03:05 Changeset in git, trunk [3101b11] by
- pycryptopp: setup: if you don't detect a Crypto++ installation, …
- 00:51 Changeset in git, trunk [801bb86] by
- old tag: pycryptopp-0.2.0
- 00:01 Changeset in git, trunk [b9c5091] by
- pycryptopp: rsa: nicer casting Or at least more C++'ish.
- 00:00 Changeset in git, trunk [dfba64d] by
- pycryptopp: use boolean meaning of pointer instead of explicitly …
2007-11-06:
- 23:59 Changeset in git, trunk [c46713e] by
- pycryptopp: sha256: refactor creation of SHA256 objects to use …
- 23:08 Changeset in git, trunk [12bce90] by
- pycryptopp: sha256: unit tests
- 22:32 Changeset in git, trunk [8ada2f7] by
- pycryptopp: rsa: edit docstrings
- 22:18 Changeset in git, trunk [cea4f21] by
- pycryptopp: sha256: .digest()
- 20:29 Changeset in git, trunk [8fc7a16] by
- pycryptopp: rsa: a few touch-ups to in-line comments
- 20:27 Changeset in git, trunk [94f5b30] by
- pycryptopp: sha256: it has a constructor to create hash objects and …
- 19:52 Changeset in git, trunk [10d9052] by
- pycryptopp: tidy up variable names and use short (insecure) RSA keys …
- 19:15 Changeset in git, trunk [0587f33] by
- pycryptopp: reindent.py
- 19:15 Changeset in git, trunk [68f819b] by
- pycryptopp: rsa: name the self argument "dummy" if it doesn't actually …
- 19:14 Changeset in git, trunk [c045018] by
- pycryptopp: rsa: use PyDoc_STRVAR to declare docstrings It's the thing …
- 18:45 Changeset in git, trunk [c99a9ee] by
- pycryptopp: rsa: tweak error message from error that is probably impossible
- 18:44 Changeset in git, trunk [6728210] by
- pycryptopp: rsa: simplify construction of Key objects in light of the …
- 18:24 Changeset in git, trunk [2223bae] by
- pycryptopp: rsa: add keyword arguments, tighten calling convetions, …
- 16:46 Changeset in git, trunk [37cd34d] by
- pycryptopp: let PyArg_ParseTupleAndKeywords know the name of each …
- 08:18 Changeset in git, trunk [18fa0a0] by
- pycryptopp: fix error message from an internal error that is probably …
- 08:17 Changeset in git, trunk [00b3387] by
- pycryptopp: simplify typing by using size_t everywhere that it is …
- 07:54 Changeset in git, trunk [3bc1f20] by
- pycryptopp: a couple of no-functional-difference tidy-ups
- 04:26 Changeset in git, trunk [77f14a5] by
- old tag: pycryptopp-0.1.0
- 04:25 Changeset in git, trunk [fd87f64] by
- pycryptopp: add serialization of signing key
- 04:19 Changeset in git, trunk [1077887] by
- pycryptopp: fix bug in deserialization of verifier key When Python …
- 04:00 Changeset in git, trunk [63e2135] by
- pycryptopp: fix typo in comment
- 00:19 Changeset in git, trunk [7586424] by
- old tag: pycryptopp-0.0.7
- 00:19 Changeset in git, trunk [d8409d4] by
- pycryptopp: update metadata including licence (OSL 3.0 for now)
- 00:14 Changeset in git, trunk [04ac0f2] by
- old tag: pycryptopp-0.0.6
- 00:07 Changeset in git, trunk [34a721e] by
- pycryptopp: use the non-blocking operating system RNG if available I …
- 00:06 Changeset in git, trunk [576a3a0] by
- pycryptopp: the polite way to tell people not to use init turns …
2007-11-05:
- 18:13 Changeset in git, trunk [99ae709] by
- pycryptopp: add rsa.py (accidentally omitted from earlier patches)
- 18:05 Changeset in git, trunk [ecafff3] by
- pycryptopp: update the detection of Crypto++ name and location
2007-11-02:
- 23:35 Changeset in git, trunk [a9e5505] by
- pycryptopp: add rsa.VerifyingKey?.serialize() and …
- 23:34 Changeset in git, trunk [620cb29] by
- pycryptopp: refactor signing to be imperative instead of streamy It's …
- 23:26 Changeset in git, trunk [4142b9c] by
- pycryptopp: update some in-line docs
- 19:40 Changeset in git, trunk [0dffab1] by
- old tag: pycryptopp-0.0.5
- 19:39 Changeset in git, trunk [8fa8e66] by
- pycryptopp: add SigningKey?.get_verifying_key(), VerifyingKey?.verify(), …
- 18:11 Changeset in git, trunk [509b6cc] by
- pycryptopp: delete the RSA key when the Python object is deallocated
- 18:00 Changeset in git, trunk [a26cfcd] by
- pycryptopp: create subpackage "publickey", with module "rsa", and move …
- 17:35 Changeset in git, trunk [ab6b0ae] by
- pycryptopp: include a setuptools egg so that it doesn't have to be …
Note: See TracTimeline
for information about the timeline view.