Subversion Repositories pub

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | SVN

Filtering Options

Rev Age Author Path Log message Diff Changes
168 4745 d 18 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 4745 d 19 h toni /relevation/branches/1.1-PyCryptoPlus/ Branch 1.1 to integrate with PyCryptoPlus  
/relevation/branches/1.1-PyCryptoPlus
166 4749 d 18 h toni /relevation/branches/1.1/ Branch for 1.1  
/relevation/branches/1.1
159 4750 d 0 h toni /relevation/ * Use new, fixed-history, trunk  
/relevation/trunk
/relevation/trunk-1981
157 4750 d 0 h toni /relevation/trunk-1981/ * Merge 0.3,1.0 to trunk, 1989:2015 (final merge of 0.3/1.0)  
/relevation/trunk-1981/FIXMES
/relevation/trunk-1981/TODO
/relevation/trunk-1981
/relevation/trunk-1981/Makefile
/relevation/trunk-1981/debian/changelog
/relevation/trunk-1981/relevation.py
155 4750 d 0 h toni /relevation/trunk-1981/ * Merge 0.3 to trunk, 1981:1988  
/relevation/trunk-1981/TODO
/relevation/trunk-1981/upstream.debian/manpages
/relevation/trunk-1981/debian
/relevation/trunk-1981
/relevation/trunk-1981/CHANGELOG
/relevation/trunk-1981/LICENSE
/relevation/trunk-1981/Makefile
/relevation/trunk-1981/manpage.sgml
/relevation/trunk-1981/relevation.1
/relevation/trunk-1981/relevation.py
/relevation/trunk-1981/upstream.debian/README.source
/relevation/trunk-1981/upstream.debian/changelog
/relevation/trunk-1981/upstream.debian/control
/relevation/trunk-1981/upstream.debian/copyright
154 4750 d 0 h toni /relevation/trunk-1981/ Try to fix again  
/relevation/trunk-1981
131 4753 d 1 h toni /relevation/trunk/ * Merge 0.2 to trunk  
/relevation/trunk/CHANGELOG
/relevation/trunk/LICENSE
/relevation/trunk/Makefile
/relevation/trunk/debian
/relevation/trunk/manpage.sgml
/relevation/trunk/relevation.1
/relevation/trunk/relevation.py
/relevation/trunk/upstream.debian
/relevation/trunk/relevation
/relevation/trunk
129 4753 d 1 h toni /relevation/branches/0.2/ * Sync: make dist enabled  
/relevation/branches/0.2/CHANGELOG
/relevation/branches/0.2/Makefile
/relevation/branches/0.2/relevation.py
/relevation/branches/0.2/upstream.debian/control
/relevation/branches/0.2/upstream.debian/docs
125 4753 d 15 h toni /relevation/branches/0.2/ * Fix install
* Update changelog
* Handle IO errors better
 
/relevation/branches/0.2/CHANGELOG
/relevation/branches/0.2/Makefile
/relevation/branches/0.2/relevation.py
124 4753 d 15 h toni /relevation/branches/0.2/ * Debian packaging
* Manpage
 
/relevation/branches/0.2/LICENSE
/relevation/branches/0.2/manpage.sgml
/relevation/branches/0.2/revelation.1
/relevation/branches/0.2/upstream.debian
/relevation/branches/0.2/upstream.debian/README.Debian
/relevation/branches/0.2/upstream.debian/README.source
/relevation/branches/0.2/upstream.debian/changelog
/relevation/branches/0.2/upstream.debian/compat
/relevation/branches/0.2/upstream.debian/control
/relevation/branches/0.2/upstream.debian/copyright
/relevation/branches/0.2/upstream.debian/docs
/relevation/branches/0.2/upstream.debian/rules
/relevation/branches/0.2/upstream.debian/source
/relevation/branches/0.2/upstream.debian/source/format
/relevation/branches/0.2/Makefile
/relevation/branches/0.2/relevation.py
123 4753 d 16 h toni /relevation/branches/0.2/ * Makefile
* Better option handling
 
/relevation/branches/0.2/Makefile
/relevation/branches/0.2/relevation.py
/relevation/branches/0.2/relevation
/relevation/branches/0.2/CHANGELOG
122 4754 d 17 h toni /relevation/branches/0.2/ * Sync  
/relevation/branches/0.2/CHANGELOG
/relevation/branches/0.2/relevation
121 4754 d 20 h toni /relevation/branches/0.2/ * Branch 0.2  
/relevation/branches/0.2
120 4755 d 22 h toni /relevation/ * Props  
/relevation/tags/0.1.0/relevation
/relevation/trunk/relevation
119 4755 d 22 h toni /relevation/trunk/ * Initial version  
/relevation/trunk
117 4755 d 22 h toni /relevation/tags/0.1.0/ * Initial import  
/relevation/tags/0.1.0
/relevation/tags/0.1.0/relevation