Added support for HD symmetric ciphering.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-07-17 12:55:14 +02:00
parent 6af4cc7fec
commit f880ee6c93
2 changed files with 69 additions and 22 deletions

View File

@@ -172,4 +172,6 @@
#define OID_AES128_XTS OID_IEEE_ALG "\x01"
#define OID_AES256_XTS OID_IEEE_ALG "\x02"
#define OID_HD "\x2B\x06\x01\x04\x01\x83\xA8\x78\x05\x8D\x6B"
#endif