strongSwan Developer Documentation »
« Previous -
Version 6/20
(diff) -
Next » -
Current version
Andreas Steffen, 27.05.2013 20:43
Added some DCL rules
Secure Coding Standard¶
The strongSwan project adheres to the following recommendations and rules recommended by the CERT C Secure Coding Standard:
Preprocessor (PRE)¶
Full Adherence¶
Partial Adherence¶
Check Adherence¶
No Adherence¶
Declarations and Initialization (DCL)¶
Full Adherence¶
No Adherence¶
Expressions (EXP)¶
Integers (INT)¶
Floating Point (FLP)¶
Arrays (ARR)¶
Characters and Strings (STR)¶
Memory Management (MEM)¶
Input Output (FIO)¶
Environment (ENV)¶
Signals (SIG)¶
Error Handling (ERR)¶
Application Programming Interfaces (API)¶
Concurrency (CON)¶
Miscellaneous (MSC)¶
POSIX (POS)¶