pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:26:
Added helper methods, including: get_certificates() , get_private_keys(), get_private_key() and decrypt_fragment(). o Runtime and EFUNS - describe_backtrace() now reports cpu time --with-profiling. - decode_value can be called with codec -1, which disables decoding of functions, objects, programs and types.
+
o Unicode databases updated to 14.0.0 from 7.0.0
+
Bug Fixes --------- o crypt Fixed a bug which caused crypt() with a random salt to sometimes return "*0" instead of an encrypted password. o Concurrent