]> git.proxmox.com Git - mirror_novnc.git/commit
Import as3crypto_patch: ffda6e9cd8b1d74f45472c676afda8360ae1e5aa
authorJoel Martin <github@martintribe.org>
Fri, 30 Apr 2010 19:13:32 +0000 (14:13 -0500)
committerJoel Martin <github@martintribe.org>
Fri, 30 Apr 2010 19:13:32 +0000 (14:13 -0500)
commit0e486e1ba01c9933c72f535305228068f0243bfa
tree8901a78454b59b9fc91a26e557522e750bb1155c
parent7b99f70bd09c0e751a8459ead2731da8e9444f0e
Import as3crypto_patch: ffda6e9cd8b1d74f45472c676afda8360ae1e5aa

as3crypto is actionscript 3 crypto library with TLS engine support.

From: http://github.com/lyokato/as3crypto_patched

Which was forked from: http://code.google.com/p/as3crypto/
158 files changed:
include/as3crypto_patched/LICENSE.txt [new file with mode: 0644]
include/as3crypto_patched/README [new file with mode: 0644]
include/as3crypto_patched/Rakefile [new file with mode: 0644]
include/as3crypto_patched/airake.yml [new file with mode: 0644]
include/as3crypto_patched/bin/as3crypto_patched.swc [new file with mode: 0644]
include/as3crypto_patched/build-swc.xml [new file with mode: 0644]
include/as3crypto_patched/lib/corelib-04.18.2010.swc [new file with mode: 0644]
include/as3crypto_patched/lib/flexunit-08.30.2007.swc [new file with mode: 0644]
include/as3crypto_patched/script/destroy [new file with mode: 0755]
include/as3crypto_patched/script/generate [new file with mode: 0755]
include/as3crypto_patched/src/assets/app_icons/icon_128.png [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/Crypto.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/cert/MozillaRootCertificates.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/cert/X509Certificate.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/cert/X509CertificateCollection.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/all-wcprops [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/entries [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/prop-base/IHMAC.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/prop-base/MAC.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/HMAC.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/IHMAC.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/IHash.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/MAC.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/MD2.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/MD5.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/SHA1.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/SHA224.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/SHA256.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/.svn/text-base/SHABase.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/HMAC.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/IHMAC.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/hash/IHash.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/MAC.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/hash/MD2.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/MD5.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/SHA1.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/SHA224.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/SHA256.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/hash/SHABase.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/prng/ARC4.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/prng/IPRNG.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/prng/Random.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/prng/TLSPRF.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/rsa/RSAKey.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/AESKey.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/BlowFishKey.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/CBCMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/CFB8Mode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/CFBMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/CTRMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/DESKey.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/ECBMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/ICipher.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/IMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/IPad.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/IStreamCipher.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/ISymmetricKey.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/IVMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/NullPad.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/OFBMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/PKCS5.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/SSLPad.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/SimpleIVMode.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/TLSPad.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/TripleDESKey.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/XTeaKey.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/aeskey.pl [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/symmetric/dump.txt [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tests/AESKeyTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/ARC4Test.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/BigIntegerTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/BlowFishKeyTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/CBCModeTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/CFB8ModeTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/CFBModeTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/CTRModeTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/DESKeyTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/ECBModeTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/HMACTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/ITestHarness.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/MD2Test.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/MD5Test.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/OFBModeTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/RSAKeyTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/SHA1Test.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/SHA224Test.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/SHA256Test.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/TLSPRFTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/TestCase.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/TripleDESKeyTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tests/XTeaKeyTest.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/all-wcprops [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/entries [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/prop-base/ISecurityParameters.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/prop-base/SSLEvent.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/prop-base/SSLSecurityParameters.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/BulkCiphers.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/CipherSuites.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/IConnectionState.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/ISecurityParameters.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/KeyExchanges.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/MACs.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/SSLConnectionState.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/SSLEvent.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/SSLSecurityParameters.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSConfig.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSConnectionState.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSEngine.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSError.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSEvent.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSSecurityParameters.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSSocket.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSSocketEvent.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/.svn/text-base/TLSTest.as.svn-base [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/BulkCiphers.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/CipherSuites.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/IConnectionState.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/ISecurityParameters.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tls/KeyExchanges.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/MACs.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/SSLConnectionState.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/SSLEvent.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tls/SSLSecurityParameters.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSConfig.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSConnectionState.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSEngine.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSError.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSEvent.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSSecurityParameters.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSSocket.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSSocketEvent.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/crypto/tls/TLSTest.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/math/BarrettReduction.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/math/BigInteger.as [new file with mode: 0644]
include/as3crypto_patched/src/com/hurlant/math/ClassicReduction.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/math/IReduction.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/math/MontgomeryReduction.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/math/NullReduction.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/math/bi_internal.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/ArrayUtil.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/Base64.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/Hex.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/Memory.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/ByteString.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/DER.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/IAsn1Type.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/Integer.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/OID.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/ObjectIdentifier.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/PEM.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/PrintableString.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/Sequence.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/Set.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/Type.as [new file with mode: 0755]
include/as3crypto_patched/src/com/hurlant/util/der/UTCTime.as [new file with mode: 0755]
include/as3crypto_patched/test/Test-app.xml [new file with mode: 0644]
include/as3crypto_patched/test/Test.mxml [new file with mode: 0644]
include/as3crypto_patched/test/suite/AllTests.as [new file with mode: 0644]