|
| 1.2 | modified | asaldhana | src/tests/org/jboss/test/remoting/marshall/encrypt/EncryptingMarshallerTestServer.java | JBREM-419: Update the server with the urls for encrypted serialization managers |
| 1.2 | modified | asaldhana | src/tests/org/jboss/test/remoting/marshall/encrypt/EncryptingMarshallerTestClient.java | JBREM-419:uncomment the Java invocation method |
| 1.24 | modified | asaldhana | src/main/org/jboss/remoting/serialization/SerializationStreamFactory.java | JBREM-419: Serialization Managers for Java/JBoss encryption |
| 1.1 | added | asaldhana | src/main/org/jboss/remoting/serialization/impl/java/JavaEncryptionSerializationManager.java | JBREM-419: Encryption serialization managers that seal/unseal the objects being sent over the stream |
| 1.1 | added | asaldhana | src/main/org/jboss/remoting/serialization/impl/jboss/JBossEncryptionSerializationManager.java | JBREM-419: Encryption serialization managers that seal/unseal the objects being sent over the stream |
| 1.5 | modified | asaldhana | src/main/org/jboss/remoting/marshal/encryption/EncryptionManager.java | JBREM-419: Enc.Util to seal/unseal objects |
| 1.1 | added | asaldhana | src/main/org/jboss/remoting/marshal/encryption/EncryptionUtil.java | JBREM-419: Enc.Util to seal/unseal objects |
| 1.1 | added | asaldhana | /keygen.sh | JBREM-419:keygen script that works on cygwin/unix |
| 1.2 | modified | asaldhana | src/etc/org/jboss/remoting/marshall/encryption/AES.key | JBREM-419: Keys generated with jdk4 |
| 1.2 | modified | asaldhana | src/etc/org/jboss/remoting/marshall/encryption/Blowfish.key | JBREM-419: Keys generated with jdk4 |
| 1.2 | modified | asaldhana | src/etc/org/jboss/remoting/marshall/encryption/DES.key | JBREM-419: Keys generated with jdk4 |
| 1.2 | modified | asaldhana | src/etc/org/jboss/remoting/marshall/encryption/DESede.key | JBREM-419: Keys generated with jdk4 |
| 1.11 | modified | telrod | docs/guide/en/chap5.xml | JBREM-569 - fix for http proxy |
| 1.27 | modified | telrod | src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | JBREM-569 - fix for http proxy |
| 1.82 | modified | rsigal | /build.xml | JBREM-562: Can now run performance.sequence tests separately for java and jboss serialization. |
| 1.81 | modified | telrod | /build.xml | Updated list for testing. |
| 1.80 | modified | rsigal | /build.xml | JBREM-562: Factored out individual transport-specific tasts from tests.performance.sequence. |