Richard Fuchs
201c15489c
MT#55283 initialise str objects with macros
Use provided macros for initrialise str objects everywhere instead of
manually setting .s and .len. This allows for flexibility to extend str
objects.
Change-Id: I5ebca0bc82b348301c2c8e94b974c7acbf249b82
1 year ago
Richard Fuchs
ba9a6465ce
MT#55283 modernise STR_LEN_ASSERT()
no-op
Change-Id: Iba769ac7e1e6561ac5b613da98a741ad5e7b03b9
1 year ago
Richard Fuchs
a6b28af6f8
MT#55283 modernise STR_INIT and str_init
Obsolete str_init(), rename STR_INIT() to just STR(), and replace all
instances of str_init() with STR().
no-op
Change-Id: I981529063ad2ea26089add467f7a84b638dbf423
1 year ago
Richard Fuchs
aed9279176
TT#172650 update for OpenSSL >= 3.0
closes #1477
Change-Id: I0d5c14f12dd4525d63b435a565f97b5f8abcd81e
4 years ago
Richard Fuchs
a86d98f8d1
TT#118902 add support for per-call debugging
Change-Id: I9b0eab21ff4e5c241ff045049ccd37f6044d5707
5 years ago
Guillem Jover
09cd962eef
TT#111150 Fix memory leaks in unit tests
Change-Id: Id0981af0c01f3a5c6f27435f7f92d3da90bf278e
5 years ago
Richard Fuchs
e3ec97f858
TT#50652 add -Wstrict-prototypes everywhere
Change-Id: Ic5b5fcb892a8f70196478f8622d956bdea373422
7 years ago
Alexey Vasilyev
0c9bb7c440
Rename crypto suits according to RFC6188
7 years ago
Richard Fuchs
5e558e9016
fix test suite compilation after 590b752b
Change-Id: Ibcba457a1e31c1523b417a9492e581e0b5cedbbb
7 years ago
Richard Fuchs
db2882ca78
integrate AES unit test into main build framework
Required addition of include/ directory for headers shared between
daemon and tests
Change-Id: Ib25504f4d7f4baa917efcdc0ef78b6cc89439827
8 years ago
Anthony Alba
74b2559b04
AES CM static test vectors
9 years ago