pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:26:
Support decoding of symmetric (ie HMAC) keys. o Web.encode_jws() and Web.decode_jws() Added simplified API for dealing with JSON Web Signature values. Bug fixes ---------
+
o Runtime
+
+
- Variant dispatcher
+
+
Improved string range checking.
+
+
Fixes mismatches due to te lazy string range (ed string(8bit))
+
exceeding the typed string range (eg string(7bit)) for narrow strings.
+
o Arg & ADT.Struct Survive use by old (ie 8.0.232) pike binaries. Roxen 6.0.130 uses a Pike 8.0.232 binary with current modules. o Protocols.HTTP - Fixed do_async_proxied_method() losing the timeout during TLS negotiation.