public
Description: This is an implementation of the 0-8 version of AMQP for AS3.
Homepage:
Clone URL: git://github.com/0x6e6562/as3-amqp.git
Thu Oct 29 22:27:51 -0700 2009
0x6e6562 (committer)
Fri Oct 30 01:18:34 -0700 2009
as3-amqp / as3-crypto.patch
100644 13 lines (11 sloc) 0.455 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
--- /Users/0x6e6562/Downloads/Crypto/com/hurlant/crypto/tls/TLSEngine.as 2007-11-19 05:01:32.000000000 +0000
+++ com/hurlant/crypto/tls/TLSEngine.as 2008-05-25 12:02:05.000000000 +0100
@@ -695,7 +695,8 @@
  }
  }
  } else {
- throw new TLSError("Cannot verify certificate", TLSError.bad_certificate);
+ _otherCertificate = firstCert;
+ //throw new TLSError("Cannot verify certificate", TLSError.bad_certificate);
  }
  }