pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-07-10
2016-07-10 12:10:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b7ac837f7c6d4cde0229b5ab9c6d6871c2ba927c (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
CHANGES: Added note about JOSE.
117:
add_constant( "random_string", rnd->random_string ); add_constant( "random", rnd->random );
+
o JOSE (JSON Object Signing and Encryption)
-
+
Some low-level API support has been added to the Crypto and Web
+
modules to support parts of RFC 7515 - 7520.
+
+
Incompatible changes --------------------
-
o Gz.crc32 now only
returns
positive results.
+
o Gz.crc32
and Nettle.crc32c
now only
return
positive results.
o glob() has changed.
180:
This module collect non-cryptographic checksums. Support for crc32, adler32 and Castagnoli CRC (CRC32C).
+
NB: In the future these may be amended to support the Crypto.Hash API.
+
o Protocols.HTTP2 o Bittorrent.DHT o MsgPack