diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-30 16:22:31 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-30 16:22:31 -0800 |
commit | 5b09829959948b85fa6b156abaa091c40d88a9e1 (patch) | |
tree | bd7dc8050230d7e80dfb72d8d02b2e83c4b00942 /doc/hook/crypto_methods.bb | |
parent | 1fe1194ef42026b70e62a678133d025dd0553756 (diff) | |
download | volse-hubzilla-5b09829959948b85fa6b156abaa091c40d88a9e1.tar.gz volse-hubzilla-5b09829959948b85fa6b156abaa091c40d88a9e1.tar.bz2 volse-hubzilla-5b09829959948b85fa6b156abaa091c40d88a9e1.zip |
zot 1.2
Diffstat (limited to 'doc/hook/crypto_methods.bb')
-rw-r--r-- | doc/hook/crypto_methods.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/hook/crypto_methods.bb b/doc/hook/crypto_methods.bb new file mode 100644 index 000000000..1b16f567d --- /dev/null +++ b/doc/hook/crypto_methods.bb @@ -0,0 +1,5 @@ +[h2]crypto_mthods[/h2] + +Passed an array of crypto methods in local priority order. + +You may change the order and add new methods or disable existing methods. 'aes256cbc' is always supported as a fallback and currently removing this has no effect.
\ No newline at end of file |