[sr-dev] git:master:b08fd55d: crypto: add two new parameters to provide interoperability with existing crypto libraries
Henning Westerholt
hw at skalatan.de
Tue Mar 30 22:41:23 CEST 2021
Module: kamailio
Branch: master
Commit: b08fd55ddd598115a3b69afc630403a582d239f2
URL: https://github.com/kamailio/kamailio/commit/b08fd55ddd598115a3b69afc630403a582d239f2
Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2021-03-30T20:39:06Z
crypto: add two new parameters to provide interoperability with existing crypto libraries
- add two new parameters to provide interoperability with existing crypto libraries
- key_derivation: specify the mode of the key derivation
- init_vector: specify the source of the initialization vector
- this can e.g. used to decrypt data coming from a Java middle-ware application or
from a PostgreSQL database encrypt function
---
Modified: src/modules/crypto/crypto_aes.c
Modified: src/modules/crypto/crypto_aes.h
Modified: src/modules/crypto/crypto_evcb.c
Modified: src/modules/crypto/crypto_mod.c
Modified: src/modules/crypto/doc/crypto_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b08fd55ddd598115a3b69afc630403a582d239f2.diff
Patch: https://github.com/kamailio/kamailio/commit/b08fd55ddd598115a3b69afc630403a582d239f2.patch
More information about the sr-dev
mailing list