On Tue, 9 Dec 2008 10:30:30 -0500, Alan Altmark <[EMAIL PROTECTED]> wrote:
>TcpSStatus contains the state information maintainted by the stack in >cooperation with the SSL server. I wanted to know if the state >information it returns it is sufficient to meet the needs of Mr. >Ackerman's programmers. If so, it can be used now, with some creative >programming to convert socket numbers to connection numbers. I'd also >entertain a requirement to add a C (IUCV) interface to obtain the >information. > >Alan Altmark >z/VM Development >IBM Endicott That certainly would be fine for information about whether the transactio ns are secured, and how secure they are. It doesn't, of course, provide any information about who the client is. F or that we would need information from the client certificates. Otherwise , all we have is the IP address. Why is it that there are no C APIs? The vendor (of zWeb Server) would lik e to use C, and it would make porting easier. Doesn't Pascal require a runtime product be installed? For C, we have LE built-in since z/VM 4.1. (? I forget which release.) That makes it much easier for the vendor to d istribute object code, without having to require the customer to buy a run-time license. Alan Ackerman Alan (dot) Ackerman (at) Bank of America (dot) com
