[security-dev 00110]: First JSN codefreeze is next Monday at noon.

2008-03-14 Thread Brad Wetmore
As per: http://openjdk.java.net/projects/jdk7/builds/ Our first mercurial integration for b25 into the MASTER is next Friday, so in order to get our PreIntegration Testing (PIT) done in time, our JSN codefreeze will be Monday at noon (Pacific time), so we can get the JSN changes into the TL

[security-dev 00109]: hg: jdk7/jsn/jdk: 2 new changesets

2008-03-14 Thread sean . mullan
Changeset: 6068b786e186 Author:mullan Date: 2008-03-13 13:29 -0400 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/6068b786e186 6611991: Add support for parsing RFC4514 DNs to X500Principal Summary: Added new test and made one code change to escape null characters. Reviewed-by: vin

[security-dev 00108]: Re: JSSE sends a packet for every send()?

2008-03-14 Thread Florian Weimer
* Max Wang: > I'm sending a byte[100] on client side using 100 calls of > write(int). When receiving them on the server side using > read(byte[100]), I need to call it 100 times and each time it only > returns 1. > > Does this mean the client generates one SSL packet for each write() > call? So