[jira] [Commented] (PROTON-172) Implement SSL within proton-j

2012-12-11 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528814#comment-13528814 ] Keith Wall commented on PROTON-172: --- Patch applied. > Implement SSL wit

[jira] [Resolved] (PROTON-120) Link.delivery() signature takes offset and size which are not used

2012-12-11 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved PROTON-120. --- Resolution: Fixed Fixed by http://svn.apache.org/viewvc?rev=1419835&view=rev > Link.

[jira] [Resolved] (PROTON-118) Add support for Messenger API

2012-12-11 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved PROTON-118. --- Resolution: Fixed Driver changes committed as http://svn.apache.org/viewvc?rev=1419837&view=rev, ini

[jira] [Commented] (PROTON-136) Add support for SSL session resumption

2012-12-11 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528996#comment-13528996 ] Ken Giusti commented on PROTON-136: --- Hi Affan, As far as I can tell my current version

[jira] [Commented] (PROTON-136) Add support for SSL session resumption

2012-12-11 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529126#comment-13529126 ] Philip Harvey commented on PROTON-136: -- There's no easy way of achieving session resu

[jira] [Resolved] (PROTON-134) pn_connector makes a blocking call to socket::connect

2012-12-11 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved PROTON-134. - Resolution: Fixed > pn_connector makes a blocking call to socket::connect > -

[jira] [Commented] (PROTON-161) SSL impl does not allow verification of the peer's identity

2012-12-11 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529256#comment-13529256 ] Ken Giusti commented on PROTON-161: --- Affan, As we used to say: "Busted!" You're entir

[jira] [Comment Edited] (PROTON-161) SSL impl does not allow verification of the peer's identity

2012-12-11 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529256#comment-13529256 ] Ken Giusti edited comment on PROTON-161 at 12/11/12 7:43 PM: -

[jira] [Created] (PROTON-182) [proton-j] SSL tests fail with org.bouncycastle.openssl.PEMException: problem parsing ENCRYPTED PRIVATE KEY: java.security.InvalidKeyException: Illegal key size

2012-12-11 Thread Hiram Chirino (JIRA)
Hiram Chirino created PROTON-182: Summary: [proton-j] SSL tests fail with org.bouncycastle.openssl.PEMException: problem parsing ENCRYPTED PRIVATE KEY: java.security.InvalidKeyException: Illegal key size Key: PROTON-182

[jira] [Updated] (PROTON-182) [proton-j] SSL tests fail with org.bouncycastle.openssl.PEMException: problem parsing ENCRYPTED PRIVATE KEY: java.security.InvalidKeyException: Illegal key size

2012-12-11 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated PROTON-182: - Attachment: PROTON-182.patch Attaching patch which generates the keys using java so that they are

[jira] [Updated] (PROTON-182) [proton-j] SSL tests fail with org.bouncycastle.openssl.PEMException: problem parsing ENCRYPTED PRIVATE KEY: java.security.InvalidKeyException: Illegal key size

2012-12-11 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated PROTON-182: -- Attachment: PROTON-182-II.patch Fixed a typo in the script for creating the PEM files. Verified this p

[jira] [Comment Edited] (PROTON-182) [proton-j] SSL tests fail with org.bouncycastle.openssl.PEMException: problem parsing ENCRYPTED PRIVATE KEY: java.security.InvalidKeyException: Illegal key size

2012-12-11 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529340#comment-13529340 ] Ken Giusti edited comment on PROTON-182 at 12/11/12 9:16 PM: -

[jira] [Commented] (PROTON-121) Platform specific code is mixed in with platform independent code

2012-12-11 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529345#comment-13529345 ] Andrew Stitcher commented on PROTON-121: Another example is the use of strerror_r(

[jira] [Commented] (PROTON-121) Platform specific code is mixed in with platform independent code

2012-12-11 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529358#comment-13529358 ] Andrew Stitcher commented on PROTON-121: I've committed changes that remove the us