Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tahoe-LAFS

Tahoe-LAFS is a free and open, secure, decentralized, fault-tolerant, distributed data store and distributed file system.
Collective - Host: opensource - https://opencollective.com/tahoe-lafs - Website: https://tahoe-lafs.org/ - Code: https://github.com/tahoe-lafs

add const_cast's to make const char*'s accepted as char*'s by the CPython API

github.com/tahoe-lafs/pycryptopp - 407e1beb8d14eaba45ba2eb1d849408b1c5428c7 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
Refactor pycryptopp so that there is only on native Python module (shared library) named _pycryptopp.so, and the aes, sha256, rsa, and ecdsa modules import names from that.

And set RTLD_GLOBAL on dlopen().
This appears to fix the problems which were due to RTTI not cros...

github.com/tahoe-lafs/pycryptopp - 8c620b6c2b81aeece267fec4af48ec555e19a4e6 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
ecdsamodule.cpp: avoid the dynamic_cast in VerifyingKey_serialize by using the same constructor pattern that Wei Dai suggested for get_verifying_key. Tests now pass on my OS-X 10.5 box.

github.com/tahoe-lafs/pycryptopp - 04972adb8f408065d91782da20c6f136998b7b8c authored over 15 years ago by Brian Warner <[email protected]>
ecdsa: simplify construction of verifier with point-compression turned on, thanks to Wei Dai for explaining how

This should also avoid a bug in which, on a certain platform with a certain compiler build, the d...

github.com/tahoe-lafs/pycryptopp - 05a319274a56a95d9da84af271a235469da9463a authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
test_ecdsa.py: exercise zero-byte messages separately, since they'd correctly fail the flip-a-bit tests

github.com/tahoe-lafs/pycryptopp - 85bd2eb87cdc06f5dcc3a09a793bf112fbbab7ea authored over 15 years ago by Brian Warner <[email protected]>
add in some more files from the new version of Crypto++ (the previous patch added the header files, this one adds the .cpp files...)

github.com/tahoe-lafs/pycryptopp - bba31fc1e1e973029b072856a87c93f01f10c7f4 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
add in the new files that were added in the upgrade to Crypto++ v5.6.0

github.com/tahoe-lafs/pycryptopp - 4503695aa6dd30d80dfadcd44b99864060fb9248 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
cryptopp: upgrade the bundled copy of Crypto++ to release 5.6.0

github.com/tahoe-lafs/pycryptopp - b1bf3b714e02b3259fa037c822c3d604a198bc39 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
setup: emit platform from misc/show-tool-versions.py

github.com/tahoe-lafs/pycryptopp - c32c0c85ebfbeafc6a03d96846903f2a8157feaa authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
setup: copy misc/show-tool-versions.py from tahoe-lafs

github.com/tahoe-lafs/pycryptopp - f203ff51b821c2616202f340aa7e46166fd0033a authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
ecdsa: fix a few warnings or docstring problems (this requires the "Z" classifier for the "%d" format -- I'm not sure if that is sufficiently widespread yet).

github.com/tahoe-lafs/pycryptopp - 1be6695a78ee8c72f22d8ae09884369e1e3ff94c authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
ecdsamodule.cpp SigningKey_get_verifying_key: move error-check earlier

github.com/tahoe-lafs/pycryptopp - 910449439ff9a822b021814b838447c267522dfa authored over 15 years ago by Brian Warner <[email protected]>
ecdsamodule.cpp: check return value of dynamic_cast, throw exception if it fails (instead of causing a segfault)

github.com/tahoe-lafs/pycryptopp - f84eb7e7690f54f4e6758722016008fe8ae119a9 authored over 15 years ago by Brian Warner <[email protected]>
test_ecdsa.py: add smaller test cases, to exercise more C methods independently

github.com/tahoe-lafs/pycryptopp - 77a220a3f97cd2f379ae3dd661df269a100ff8ba authored over 15 years ago by Brian Warner <[email protected]>
ecdsa: fix typo inside assert

github.com/tahoe-lafs/pycryptopp - b3ea63f9d8f56e02bca57ad2dcea70cfb7e62070 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
ecdsa: turn on point compression of public keys

github.com/tahoe-lafs/pycryptopp - 173d782001405bc1ab90415a919c1d4bcc7e3777 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
ecdsa: fix a few details of docstrings and tests

github.com/tahoe-lafs/pycryptopp - 3f84a690a98f5158fb11754b9415b2ed6ae01f27 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
ecdsa: better tests (they don't pass, but they are better tests than the previous version)

github.com/tahoe-lafs/pycryptopp - 511fd19b6c867409cadf38f1214ceb8740a3ae63 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
ecdsa: re-enable ecdsa with the new API, using Tiger as the hash function, the custom KDF, and Python objects holding pointers to C++ objects (thanks to Brian for pairing with me to get this passing tests again)

github.com/tahoe-lafs/pycryptopp - 230adf115985471dc3b170a6bcbffb456607d019 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
setup: remove bundled copy of setuptools_darcs

github.com/tahoe-lafs/pycryptopp - a5a645635ee44a5aafbc40f28e4f546b29f33bf8 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
setup: remove bundled copy of darcsver

github.com/tahoe-lafs/pycryptopp - e4b465394455d9ff8b0cfecec48b22ecccfcd34b authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
setup: allow tests to run with normal pyunit -- trial is not required

github.com/tahoe-lafs/pycryptopp - 7b9f79a7e7a58fbf590b0379a4bfaa464c5a0bc0 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
setup: always require darcsver

github.com/tahoe-lafs/pycryptopp - e4a288cd323037a1fc8d7bbd547789a1a8db3768 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
setup: execute darcsver --count-all-patches before most commands

github.com/tahoe-lafs/pycryptopp - ab3de94233fd87a348c0d7df89fb9d73caa62c28 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
trivial: make it pyflakes-clean by commenting out unused things

github.com/tahoe-lafs/pycryptopp - 92150f344b8c05b4abe04765207643a9ca0e5959 authored over 15 years ago by Zooko O'Whielacronx <[email protected]>
.darcs-boringfile: ignore build products

github.com/tahoe-lafs/pycryptopp - a1d3d5de0ee54ecfb194e62d9f980092d0a0b7c8 authored almost 16 years ago by Brian Warner <[email protected]>
setup.py: stop including .cpp files in the build directory, they got copied in as 'package data' when they really are not

github.com/tahoe-lafs/pycryptopp - dcc2b63dba2e974e6a36ae533f9acfe673131eaa authored almost 16 years ago by Brian Warner <[email protected]>
honor USE_NAME_CRYPTO_PLUS_PLUS again, so we can build against system libcrypto++ on debian

github.com/tahoe-lafs/pycryptopp - b8751ee7fdb86cde1b3e54d66774c0dae3d38ab6 authored almost 16 years ago by Brian Warner <[email protected]>
doc: README.txt: fix URL

Ignore-this: c41641abd5ff4909d4c0e619821d4176

darcs-hash:dd42e048204b73c2e2f360a0196c6da74a7cb02c

github.com/tahoe-lafs/zfec - 61a9b1a6b46c215f84f5d53d8dcce644043bf9c8 authored almost 16 years ago by zooko <[email protected]>
docs: recommend 7z

Ignore-this: db6eb40fd019f183cfb4ea9643300482

darcs-hash:b6479ebd924e8001195c0ed233b0c5ec39c5d5a8

github.com/tahoe-lafs/zfec - 216919809ac5ca684b60a0473aeda5303b56c999 authored almost 16 years ago by zooko <[email protected]>
setup: upgrade to my hacked version of ez_setup.py

Ignore-this: e6d70e416a8b32e487d664fceb8d417e

darcs-hash:7c9dc94cfc43702d7e2a2b616a789c54af71c2a8

github.com/tahoe-lafs/zfec - 8299797203823f1ee129678cbb13e9b9a05317a3 authored about 16 years ago by zooko <[email protected]>
setup: bundle my version of setuptools

Ignore-this: d65e6a0eb8975ea1dec8f3b80f1ff016

darcs-hash:5876308688124d9c12cad6644b5572571b27a977

github.com/tahoe-lafs/zfec - 87b0ac69b806bedc2cd03f5e4ba7a47466e4217a authored about 16 years ago by zooko <[email protected]>
docs: update docs a little

Ignore-this: fd7bd93bcb6a38204a5415174c0a8331

darcs-hash:035d050585b9a4be720208b8f4f1f3ea7bd49126

github.com/tahoe-lafs/zfec - 81d00c567e2733dd2f6f39e9f42cdedc7924e15f authored about 16 years ago by zooko <[email protected]>
setup: VERSIONFILE boilerplate tidy-up

Ignore-this: 1e1557de97acf1675af92b286b8c05fb

darcs-hash:2b2479486d1c779d1f6178dfa3425c976a8ab6b4

github.com/tahoe-lafs/zfec - 3d276e4f32dc862912f702ca119468ef4586b7a8 authored about 16 years ago by zooko <[email protected]>
setup: remove bundled dependencies

Ignore-this: c2351a0f82e80c72bb91071cf14177d

darcs-hash:9b84a2860e69dbab3a0094aba755da98688cd37e

github.com/tahoe-lafs/zfec - ab411b97534f7baa151ec5f6154194ce63023f1c authored about 16 years ago by zooko <[email protected]>
TAG pycryptopp-0.5.12

github.com/tahoe-lafs/pycryptopp - 7757a5eb33fffa65ab5bcd3b8c643ec418a2c623 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
fix syntax error in commented-out ecdsa tests

github.com/tahoe-lafs/pycryptopp - d96af0c0f0633ba9be95e71ccb55ed998f01d81b authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
finish commenting-out ecdsa

github.com/tahoe-lafs/pycryptopp - 8453c90b18383d889e9c2d96e4dd075c2c204963 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.5.11

github.com/tahoe-lafs/pycryptopp - 4bff82602c993aaee6132d9b79efe5852c9efbcb authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
disable ECDSA entirely -- there is at least one bug in the current version (see the buildbot), and there is a new version mostly implemented but not yet committed which comes with a different API

github.com/tahoe-lafs/pycryptopp - 7a61f69799f9ccff74866f702775b2581fddc40c authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.5.10

github.com/tahoe-lafs/pycryptopp - 72e5530e6f6956049d47ee3510de5803d9c43032 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: pass extra link args to build smaller executables

github.com/tahoe-lafs/pycryptopp - 8da5c86daf81d1a33d7d3e2e2c7aec83cb648c38 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.5.9

github.com/tahoe-lafs/pycryptopp - 1e660a1424a0ea3ee696a1c3ebce373f9523db53 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: catch exception from the attempt to probe the version of "as" on the system

github.com/tahoe-lafs/pycryptopp - 50e879f3bac3de97da3564127fed6120e88a9884 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: fix bug in defining the path to the _version.py file

github.com/tahoe-lafs/pycryptopp - cde404d3e311a7dc83c2666a902f795f37eb989b authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: add classifiers indicating what versions of Python this is known to work with

It probably works with Python 2.3 and 2.6, but I don't want to spend the effort to find out and ...

github.com/tahoe-lafs/zfec - 0b9af5855deeef1fd4bc22c1b57ddb18725b30ea authored about 16 years ago by zooko <[email protected]>
TAG pycryptopp-0.5.8

github.com/tahoe-lafs/pycryptopp - b017702735108db5e1e77b1e224b94b9556fc81c authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: add classifiers indicating what versions of Python this is known to work with

It probably works with Python 2.3 and 2.6, but I don't want to spend the effort to find out and I...

github.com/tahoe-lafs/pycryptopp - d9b9167f9d528360a4116c4c8dcbfe1225edfbb5 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: allow setup.py to run on Python 2.4 (don't use "BaseException" which was added in 2.5) and add URL to Elisa bug

github.com/tahoe-lafs/pycryptopp - 2fc47aaded025685ac8f495e4d2a8824fd1b48fd authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: new option --disable-embedded-cryptopp: use include files and libcryptopp from the system

instead of using the Crypto++ source code which is bundled in the pycryptopp source tree.

This i...

github.com/tahoe-lafs/pycryptopp - 25d23f770fdf7743115c85d92b628aea7abc3540 authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: move all the Crypto++ source code (bundled) from ./cryptopp/c5/ to ./cryptopp/

This way, it will be found whether we are doing #include "cryptopp/aes.h" to get it from the syst...

github.com/tahoe-lafs/pycryptopp - 7b3b74b2906799820ea2aae893556c1c9e0719fb authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: use my standard boilerplate for setup.py projects

github.com/tahoe-lafs/pycryptopp - 671383e2dd426e65172bf8810f4bf16bcf76c32d authored about 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: fix harmless silliness in --debug parsing, add work-around for elisa 0.3.5 breaking unit tests in other packages

darcs-hash:363b7427c5e6b3c915d3243475db8309bd94d02b

github.com/tahoe-lafs/zfec - ce38398ae2cb2c3ef0111e01f6a2637168b24aaf authored about 16 years ago by zooko <[email protected]>
setup: remove bundled pyutil-1.3.12

darcs-hash:f902c558c0791ae149557ae73ea698f982a3be33

github.com/tahoe-lafs/zfec - 3381e6c8c6efd044595b348023ebbd457cdf8ddb authored over 16 years ago by zooko <[email protected]>
setup: add --debug flag to setup.py, which adds -O0 and -g to compilation and -g to link

github.com/tahoe-lafs/pycryptopp - 5b7dfbf3748138928496ffdcf57e329a85f34843 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
don't use uninitialized memory as part of the RNG state

It causes false alarms from valgrind, and it isn't really necessary for security.
No, this doesn'...

github.com/tahoe-lafs/pycryptopp - 52861cacb0ef296e818230bf6b756397d6082a10 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
doc: a few more edits to README.txt

darcs-hash:b355c4b244d669681a8038e6f59e1780b6ec483b

github.com/tahoe-lafs/zfec - e991e4c47678f34948a86e0c8e446e0770dd27f9 authored over 16 years ago by zooko <[email protected]>
doc: update README.txt

darcs-hash:7859cafe560f16fb21f0e01d3fa50bd8397a98a1

github.com/tahoe-lafs/zfec - 6b11a0d7d7c7eb4fbe725d79156f60e1426fe93e authored over 16 years ago by zooko <[email protected]>
setup: add -w to silence warnings from the compiler

github.com/tahoe-lafs/pycryptopp - 87babd3277be022409957a61384c29d202980cbc authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: add some scripts to benchmark zfec with different stride lengths

darcs-hash:8b791eeeff1174f795a2da32eac5e4189c1aeb47

github.com/tahoe-lafs/zfec - 60bc1e172e65281027024ef0aac9ca6efb033321 authored over 16 years ago by zooko <[email protected]>
setup: fix another bug in the "build with a specific stride size" feature

darcs-hash:648b2922fc8593e4ab6efb0c0e57796be0ea6a9d

github.com/tahoe-lafs/zfec - 040c550c2dfa8b4b13e2a044b599236d236071ae authored over 16 years ago by zooko <[email protected]>
setup: fix bug in detection of --stride option to build

darcs-hash:9bbfac1b25536baf5d7d4098ae1bad551cea5381

github.com/tahoe-lafs/zfec - 64a8b7bd7644746210ed85ffa850e6d8db123b04 authored over 16 years ago by zooko <[email protected]>
TAG pycryptopp-0.5.7

github.com/tahoe-lafs/pycryptopp - 400f48fc14c3604c9dff2e2e5f7a218d23ec1a5c authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
port to python2.4 by using Exception instead of BaseException

github.com/tahoe-lafs/pycryptopp - 53eda5d2eea90d0e7ce0c97ab8c0be00db16f71d authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
make the STRIDE settable at build-time with the "--stride=" option to "./setup.py build"

darcs-hash:ea947aeba28a1e301c3c52b79e7bfefcab907971

github.com/tahoe-lafs/zfec - 887f86de49636cea9c8e87f99e9efb729a74dfc5 authored over 16 years ago by zooko <[email protected]>
TAG pycryptopp-0.5.6

github.com/tahoe-lafs/pycryptopp - 43e864fe0ae72b1c4c05ed9497a6b6c05020b296 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: remove unused import

github.com/tahoe-lafs/pycryptopp - 91155b567362c87f3fa4ae49a94a38053f271ef3 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.5.5

github.com/tahoe-lafs/pycryptopp - 378a715d6b211f6c4ec5e03663582a11045b2fce authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: catch general exception in attempt to work-around Elisa issue

github.com/tahoe-lafs/pycryptopp - 0f4fe441e982c24e26e194f14ac748f5c56c25a7 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: work-around bug in Elisa setuptools plugin so that tests can run with or without that plugin

github.com/tahoe-lafs/pycryptopp - 6b0e084afd57fda582c7bccd26d60254fe19c3b2 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: comment-out the test_suite setting, since somebody out there says "test_suite must be a list", which contradicts setuptools's "test_suite must be a string" :-(

github.com/tahoe-lafs/pycryptopp - 44c767670cf506acd41bebd68a3328e3918da702 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.5.4

github.com/tahoe-lafs/pycryptopp - c7fbf0aa5639669d8748d7328b6bc92c688bbd72 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: add special compiler flags for assembly on SunOS (copied from Crypto++ GNUmakefile)

github.com/tahoe-lafs/pycryptopp - e635885cb199396df5ef8910f6375da81d41b6e0 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: tweak setup.py's description of data/doc files

github.com/tahoe-lafs/pycryptopp - 9f891b2fca723719857f9d77ce52d801f914ed5c authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
add test for instantiating Decoder with no args

darcs-hash:45f89755404533455388318289b3a714f74ac638

github.com/tahoe-lafs/zfec - 6c11c740c53bf3fb6c500de654088e9987ed2895 authored over 16 years ago by zooko <[email protected]>
add a test for instantiating Encoder with absent arguments

darcs-hash:dfec6b0ed248ec65732c9bfdfeff84ff14dd0bed

github.com/tahoe-lafs/zfec - 818bc8eabcac8aac3116faae4b189ca6c3853141 authored over 16 years ago by zooko <[email protected]>
setup: url=http://allmydata.org/trac/zfec

darcs-hash:70c168f849dbae3bf4980d00d827a6f49d15bb44

github.com/tahoe-lafs/zfec - cd8ddac6764886583c5c9ee580b882d56c49efba authored over 16 years ago by zooko <[email protected]>
give names to C functions for use in reporting exceptions about which function received incorrect arguments

darcs-hash:c45702607f53072ae9cff92e1f2b58d57617aaea

github.com/tahoe-lafs/zfec - fe12055578144fec18deac40552f0ec7c51da186 authored over 16 years ago by zooko <[email protected]>
setup: update docs in setup code

darcs-hash:03c4b79f4fd45ca3dce4fe85be139a9dce3ebd30

github.com/tahoe-lafs/zfec - d7ae7ed581e05e0836ace5fb7e89518a4a12cff3 authored over 16 years ago by zooko <[email protected]>
setup: specify data_files in such a way that stdeb-produced .deb's of zfec will have the docs in the right subdirectory

darcs-hash:80ba6bff12642561fe55eb035b58a76b6c5027fe

github.com/tahoe-lafs/zfec - 496ab6145fffddf49ff56fa9a391a5d39a22d74f authored over 16 years ago by zooko <[email protected]>
setup: put README.txt and licence files in share/doc/python-pycryptopp

github.com/tahoe-lafs/pycryptopp - 69bce6cab9aeb37b846e700f7ed18fbf7effa43e authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
setup: fix metadata: url='http://allmydata.org/trac/pycryptopp'

github.com/tahoe-lafs/pycryptopp - c5b5ec1c4e874f03cb5d06a6a7b681ba77ce9a61 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
tests: use pkg_resources to find test vectors so that the unit tests can be run from any directory and from a zipped install, etc.

github.com/tahoe-lafs/pycryptopp - b32831a739ab61975a58953a249d82899acd3d9a authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.5.1

github.com/tahoe-lafs/pycryptopp - 3f5b86d3b523187c7f4752cd00edea277030e28d authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
doc: release notes for pycryptopp-0.5.0 (oops)

github.com/tahoe-lafs/pycryptopp - 490654ee3626bd2584b52a18d65252a85c19e3b5 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.5.0

github.com/tahoe-lafs/pycryptopp - d4defe1ed3abeff21b22359b35225c717e472673 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
trivial: remove unused DEBUG variable (I'm committing this only to test our automated patch management/build)

github.com/tahoe-lafs/pycryptopp - 16b991a66e71e3b89f092631290f0403343ee057 authored over 16 years ago by Zooko O'Whielacronx <[email protected]>
don't store root-directory in tailor.config

If you do that then when you mv the directory that contains the tailor.config to somewhere else a...

github.com/tahoe-lafs/pycryptopp - 785371f26a10f0defd8d0ffcfa1c4da7e1860a0d authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: add a .darcs-boringfile to enumerate files that we want "darcs whatsnew" to ignore

github.com/tahoe-lafs/pycryptopp - 1dfeb3a91d8635156721f720c54b8f685fdc9bc6 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
ecdsa: serialize ECDSA private keys to just the minimum number of bytes of data that are required -- the private exponent in big-endian integer encoding

github.com/tahoe-lafs/pycryptopp - d88166474b6c2f0740b3b39af8bd325618b81265 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: update build instructions in README.txt

github.com/tahoe-lafs/pycryptopp - 1bc1f4cf2106fa1328e801ee44860f35672ec13e authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: mv aside some files from Crypto++ that we don't use

This way pycryptopp compiles faster. Also it is useful documentation to indicate some parts of C...

github.com/tahoe-lafs/pycryptopp - 3fa9c4a2a2995920eda25768cf2bfe857c51c1d9 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: build against included Crypto++ source instead of an external library

This means that "./setup.py build" should work on any platform, although that has yet to be teste...

github.com/tahoe-lafs/pycryptopp - 573ee649a4fa1a0fb0337793d51ceaafba260a96 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: move the Crypto++ source code and the tailor.config file into a subdirectory named "cryptopp"

The tailor.config file was used to configure tailor to generate a darcs history of Crypto++ from ...

github.com/tahoe-lafs/pycryptopp - 4ed4d8712f0058ea77bb0647d5198b3b814036f7 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
fix bug in initialization of AES key which, with Microsoft compilers, resulted in crashes or even wrong answers!

Thanks for Greg Hazel for detecting and debugging this. If you were using g++ (including cygwin'...

github.com/tahoe-lafs/pycryptopp - c6b23807cc42b8b5552fef976fe258674eb3cd9c authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
publickey: remove the broken "generate deterministically from a seed" feature

github.com/tahoe-lafs/pycryptopp - e5d724e24fcdab242656d59eb31d7a56460368bf authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
tests: use sufficiently large seeds to generate keys in tests

github.com/tahoe-lafs/pycryptopp - adeb394666ef1127f7111a5d7c5a1826550bf6df authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
Add tests and doc to show that the intent is that private keys produced with

generate_from_seed() are fully determined by the seed. This is not correctly
implemented curren...

github.com/tahoe-lafs/pycryptopp - 50e1a90f2115eb11a15a007bea8200abbef8a977 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
TAG pycryptopp-0.4.0

github.com/tahoe-lafs/pycryptopp - 71005d4a3226986a042b8ee81795d77014494738 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: edit setup_requires and metadata a bit

github.com/tahoe-lafs/pycryptopp - e671a630fe859bd8799b625f076d5cf97ec8de5a authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>