Subversion Repositories pub

Rev

Go to most recent revision | Hide changed files | Directory listing | SVN

Filtering Options

Rev Age Author Path Log message Diff Changes
184 4742 d 23 h toni /relevation/ext/ Patch cryptopy's copyright line  
/relevation/ext/cryptopy-1.2.5.ascii_copyright.patch
/relevation/ext/cryptopy-1.2.5.patched/LICENSE.txt
/relevation/ext/cryptopy-1.2.5.patched/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/binascii_plus.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/app/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes_cbc.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes_sbox_analysis.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/arc4.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/arc4_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/base.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/cbc.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/cbc_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/ccm.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/ccm_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/icedoll.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/icedoll_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/rijndael.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/rijndael_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/test_all_ciphers.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/tkip_encr.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/tkip_encr_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/tkip_fake_crc_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/trolldoll.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/wep.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/wep_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/common.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/pagingEntropy.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/prn_rijndael.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/prn_rijndael_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/errors.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/hash/hash.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/hash/sha1Hash.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/icedoll_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/michael.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/michael_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/pbkdf2.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/pbkdf2_test.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/passwords/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/passwords/passwordfactory.py
/relevation/ext/cryptopy-1.2.5.patched/crypto/passwords/passwordfactory_test.py
/relevation/ext/cryptopy-1.2.5.patched/fmath/__init__.py
/relevation/ext/cryptopy-1.2.5.patched/fmath/prime.py
/relevation/ext/cryptopy-1.2.5.patched/fmath/prime_test.py
/relevation/ext/cryptopy-1.2.5.patched/fmath/primes_to_5k.py
/relevation/ext/cryptopy-1.2.5.patched/setup.py
183 4742 d 23 h toni /relevation/ext/cryptopy-1.2.5.patched/ Branch to patch with ASCII copyright  
/relevation/ext/cryptopy-1.2.5.patched
182 4742 d 23 h toni /relevation/ext/cryptopy-1.2.5.orig/ Add cryptopy to repository  
/relevation/ext/cryptopy-1.2.5.orig
/relevation/ext/cryptopy-1.2.5.orig/CHANGES.txt
/relevation/ext/cryptopy-1.2.5.orig/LICENSE.txt
/relevation/ext/cryptopy-1.2.5.orig/PKG-INFO
/relevation/ext/cryptopy-1.2.5.orig/README.txt
/relevation/ext/cryptopy-1.2.5.orig/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/binascii_plus.py
/relevation/ext/cryptopy-1.2.5.orig/crypto
/relevation/ext/cryptopy-1.2.5.orig/crypto/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/app
/relevation/ext/cryptopy-1.2.5.orig/crypto/app/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/app/filecrypt.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_cbc.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_cbc_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_sbox_analysis.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/arc4.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/arc4_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/base.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/cbc.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/cbc_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/ccm.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/ccm_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/icedoll.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/icedoll_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/rijndael.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/rijndael_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/test_all_ciphers.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/tkip_encr.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/tkip_encr_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/tkip_fake_crc_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/trolldoll.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/wep.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/wep_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/common.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/entropy
/relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/pagingEntropy.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/prn_rijndael.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/prn_rijndael_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/errors.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/hash
/relevation/ext/cryptopy-1.2.5.orig/crypto/hash/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/hash/hash.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/hash/md5Hash.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/hash/md5Hash_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/hash/sha1Hash.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/hash/sha1Hash_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/icedoll_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/hmacHash.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/hmacHash_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/michael.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/michael_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/pbkdf2.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/pbkdf2_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/prf_dot11.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/prf_dot11_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_key_mixing.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_key_mixing_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_mic.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_mic_test.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/passwords
/relevation/ext/cryptopy-1.2.5.orig/crypto/passwords/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/passwords/passwordfactory.py
/relevation/ext/cryptopy-1.2.5.orig/crypto/passwords/passwordfactory_test.py
/relevation/ext/cryptopy-1.2.5.orig/doc
/relevation/ext/cryptopy-1.2.5.orig/doc/cryptopy-1.ppt
/relevation/ext/cryptopy-1.2.5.orig/fmath
/relevation/ext/cryptopy-1.2.5.orig/fmath/__init__.py
/relevation/ext/cryptopy-1.2.5.orig/fmath/prime.py
/relevation/ext/cryptopy-1.2.5.orig/fmath/prime_test.py
/relevation/ext/cryptopy-1.2.5.orig/fmath/primes_1st_50k.txt
/relevation/ext/cryptopy-1.2.5.orig/fmath/primes_to_5k.py
/relevation/ext/cryptopy-1.2.5.orig/setup.py
181 4742 d 23 h toni /relevation/branches/1.1/ Integrate cryptopy support  
/relevation/branches/1.1/README.Windows.txt
/relevation/branches/1.1/relevation.py
180 4743 d 10 h toni /relevation/branches/1.1/ Discard pycryptoplus  
/relevation/branches/1.1
/relevation/branches/1.1/README.Windows.txt
179 4743 d 11 h toni /relevation/branches/1.1/ Exclude .svn from python-cryptoplus (untested)  
/relevation/branches/1.1/Makefile
178 4743 d 11 h toni /relevation/branches/1.1/ * External python-cryptoplus  
/relevation/branches/1.1
177 4743 d 12 h toni /relevation/branches/1.1/ * Separate distribution of pycryptoplus  
/relevation/branches/1.1/Makefile
/relevation/branches/1.1/README.Windows.txt
176 4743 d 12 h toni /relevation/ Move pycryptoplys out of tree  
/relevation/ext/python-cryptoplus
/relevation/branches/1.1/python-cryptoplus
175 4743 d 12 h toni /relevation/ext/ Create separate tree for pycryptoplus  
/relevation/ext
174 4743 d 12 h toni /relevation/branches/1.1/ * Rename manpage.sgml to manpage_source.sgml to reduce possible confussion  
/relevation/branches/1.1/manpage_source.sgml
/relevation/branches/1.1/manpage.sgml
/relevation/branches/1.1/Makefile
/relevation/branches/1.1/relevation.1
173 4743 d 12 h toni /relevation/branches/1.1/ * Revert reorganisation  
/relevation/branches/1.1/manpage.sgml
/relevation/branches/1.1/relevation.1
/relevation/branches/1.1/relevation.py
/relevation/branches/1.1/src
/relevation/branches/1.1/Makefile
172 4743 d 12 h toni /relevation/branches/1.1/ * Reorganisation test  
/relevation/branches/1.1/README.Windows.txt
/relevation/branches/1.1/src
/relevation/branches/1.1/src/manpage.sgml
/relevation/branches/1.1/src/relevation.1
/relevation/branches/1.1/src/relevation.py
/relevation/branches/1.1/README.Windows
/relevation/branches/1.1/manpage.sgml
/relevation/branches/1.1/relevation.1
/relevation/branches/1.1/relevation.py
/relevation/branches/1.1/Makefile
/relevation/branches/1.1/debian/changelog
/relevation/branches/1.1/debian/control
171 4743 d 13 h toni /relevation/branches/1.1/ * Fix import order  
/relevation/branches/1.1/relevation.py
170 4743 d 13 h toni /relevation/branches/ Remove PyCryptoPlus experimental branch (already merged to 1.1 branch)  
/relevation/branches/1.1-PyCryptoPlus
169 4743 d 13 h toni /relevation/branches/1.1/ * Merge PyCryptoPlus experimental branch back to 1.1 branch (2045:2046)  
/relevation/branches/1.1/README.Windows
/relevation/branches/1.1/python-cryptoplus
/relevation/branches/1.1
/relevation/branches/1.1/CHANGELOG
/relevation/branches/1.1/relevation.py
168 4743 d 13 h toni /relevation/branches/1.1-PyCryptoPlus/ * Integration of PyCryptoPlus
* Full code included in package
 
/relevation/branches/1.1-PyCryptoPlus/README.Windows
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/.gitignore
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/LICENSE
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/README
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/README.relevation
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/setup.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/AES.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/ARC2.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/Blowfish.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/CAST.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/DES.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/DES3.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/IDEA.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/RC5.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/blockcipher.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/pyDes.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/pyblowfish.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/pypresent.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/pyserpent.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_AES.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_Blowfish.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_DES.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_DES3.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_PRESENT.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_Rijndael.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_Serpent.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/python_Twofish.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/pytwofish.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Cipher/rijndael.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/RIPEMD.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pymd5.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pypbkdf2.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pyradiogatun.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pysha.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pysha224.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pysha256.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pysha384.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pysha512.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_MD5.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_PBKDF2.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_RadioGatun.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_SHA.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_SHA224.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_SHA256.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_SHA384.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_SHA512.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/python_whirlpool.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Hash/pywhirlpool.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Protocol.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/PublicKey.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Random
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Random/Fortuna.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Random/OSRNG.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Random/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/..new
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/common.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_AES.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_ARC2.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_ARC4.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_Blowfish.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_CAST.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_DES.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_DES3.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_IDEA.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_RC5.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_XOR.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Cipher/test_python_AES.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/common.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/test_HMAC.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/test_MD2.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/test_MD4.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/test_MD5.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/test_RIPEMD.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/test_SHA.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Hash/test_SHA256.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/PublicKey
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/PublicKey/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/PublicKey/test_RSA.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/Fortuna
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/Fortuna.new
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/Fortuna/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/Fortuna/test_FortunaAccumulator.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/Fortuna/test_FortunaGenerator.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/Fortuna/test_SHAd256.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG.new
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG/test_fallback.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG/test_generic.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG/test_nt.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG/test_posix.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/OSRNG/test_winrandom.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/test_random.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Random/test_rpoolcompat.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Util
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Util/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Util/test_number.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/Util/test_winrandom.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/SelfTest/st_common.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util/RFC1751.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util/number.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util/padding.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util/python_compat.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util/randpool.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/Util/util.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/__init__.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/src/CryptoPlus/testvectors.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/test
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/test/test.py
/relevation/branches/1.1-PyCryptoPlus/python-cryptoplus/test/test_doctests.py
/relevation/branches/1.1-PyCryptoPlus/CHANGELOG
/relevation/branches/1.1-PyCryptoPlus/relevation.py
167 4743 d 14 h toni /relevation/branches/1.1-PyCryptoPlus/ Branch 1.1 to integrate with PyCryptoPlus  
/relevation/branches/1.1-PyCryptoPlus
166 4747 d 13 h toni /relevation/branches/1.1/ Branch for 1.1  
/relevation/branches/1.1
165 4747 d 13 h toni /relevation/branches/ Delete old branch 1.0  
/relevation/branches/1.0

Show All