Module: kamailio Branch: master Commit: b94c0282ca297410c82973423f8104334b4281f9 URL: https://github.com/kamailio/kamailio/commit/b94c0282ca297410c82973423f810433...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2021-03-30T23:01:10+02:00
modules: readme files regenerated - crypto ... [skip ci]
---
Modified: src/modules/crypto/README
---
Diff: https://github.com/kamailio/kamailio/commit/b94c0282ca297410c82973423f810433... Patch: https://github.com/kamailio/kamailio/commit/b94c0282ca297410c82973423f810433...
---
diff --git a/src/modules/crypto/README b/src/modules/crypto/README index a305f5c33a..8683d9eba7 100644 --- a/src/modules/crypto/README +++ b/src/modules/crypto/README @@ -31,7 +31,7 @@ Daniel-Constantin Mierla 3.4. kevcb_netio (str) 3.5. netio_key (str) 3.6. key_derivation (str) - 3.7. netio_key (str) + 3.7. init_vector (str)
4. Functions
@@ -83,7 +83,7 @@ Chapter 1. Admin Guide 3.4. kevcb_netio (str) 3.5. netio_key (str) 3.6. key_derivation (str) - 3.7. netio_key (str) + 3.7. init_vector (str)
4. Functions
@@ -134,7 +134,7 @@ Chapter 1. Admin Guide 3.4. kevcb_netio (str) 3.5. netio_key (str) 3.6. key_derivation (str) - 3.7. netio_key (str) + 3.7. init_vector (str)
3.1. salt (str)
@@ -226,7 +226,7 @@ modparam("crypto", "netio_key", "strong-password-here") modparam("crypto", "key_derivation", 0) ...
-3.7. netio_key (str) +3.7. init_vector (str)
The initialization vector used for the cryptographic operations. This needs to be a Base64 encoded value with 16 bytes lengths.
Diff: https://github.com/kamailio/kamailio/commit/b94c0282ca297410c82973423f810433... Patch: https://github.com/kamailio/kamailio/commit/b94c0282ca297410c82973423f810433...
diff --git a/src/modules/crypto/README b/src/modules/crypto/README index a305f5c33a..8683d9eba7 100644 --- a/src/modules/crypto/README +++ b/src/modules/crypto/README @@ -31,7 +31,7 @@ Daniel-Constantin Mierla 3.4. kevcb_netio (str) 3.5. netio_key (str) 3.6. key_derivation (str)
3.7. netio_key (str)
3.7. init_vector (str)
Just a note that you are breaking backwards compatibility. Maybe add a short note that ”Init_vector was previously named netio_key” to help people migrating from an older release.
/O