pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:46:
o Fixed stack overrun bug in Nettle.CBC and Nettle.Proxy. This is not belived to have been a security issue. o Added System.getloadavg() on platforms that support the getloadavg() call. o SSL Added support for AES to SSL3, and fixed bug that prevented some handshake failure alerts to be sent to the client.
+
o SSL
+
+
Implemented RFC 5746 "TLS Renegotiation Indication Extension".
+
o ADT.Heap->values and ->num_values can now be overloaded. Optimizations ------------- o MIME should now use 1/3 less memory when decoding big messages. o Improved performance of Process.run.