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
174 4743 d 14 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 14 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 14 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 15 h toni /relevation/branches/1.1/ * Fix import order  
/relevation/branches/1.1/relevation.py
170 4743 d 15 h toni /relevation/branches/ Remove PyCryptoPlus experimental branch (already merged to 1.1 branch)  
/relevation/branches/1.1-PyCryptoPlus
169 4743 d 15 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 15 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 16 h toni /relevation/branches/1.1-PyCryptoPlus/ Branch 1.1 to integrate with PyCryptoPlus  
/relevation/branches/1.1-PyCryptoPlus
166 4747 d 15 h toni /relevation/branches/1.1/ Branch for 1.1  
/relevation/branches/1.1
165 4747 d 15 h toni /relevation/branches/ Delete old branch 1.0  
/relevation/branches/1.0
164 4747 d 20 h toni /relevation/trunk/ * Merge back fixed Makefile dist (2021:2022)  
/relevation/trunk
/relevation/trunk/Makefile
163 4747 d 20 h toni /relevation/tags/1.0/ Fix Makefile dist  
/relevation/tags/1.0/Makefile
162 4747 d 20 h toni /relevation/tags/1.0/ TAG 1.0 final  
/relevation/tags/1.0
161 4747 d 20 h toni /relevation/trunk/ * Re-start CHANGELOG for public release  
/relevation/trunk/CHANGELOG
160 4747 d 20 h toni /relevation/tags/ Delete wrong-history 1.0  
/relevation/tags/1.0
159 4747 d 20 h toni /relevation/ * Use new, fixed-history, trunk  
/relevation/trunk
/relevation/trunk-1981
158 4747 d 20 h toni /relevation/ * Delete messed trunk
merge history was messed to the change from debian/ symlink to debian/ dir
 
/relevation/trunk
157 4747 d 20 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
156 4747 d 20 h toni /relevation/trunk-1981/ * Merge 0.3 to trunk, 1988:1989 (upstream.debian moved to debian, cleanly)  
/relevation/trunk-1981/debian
/relevation/trunk-1981/upstream.debian
/relevation/trunk-1981
155 4747 d 20 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

Show All