Files
bacnet_stack/bacnet-stack/ports/linux
skarg 3362eecdff Added security for BACnet stack, based on the BACnet 2012 standard, clause 24.
Implemented the majority of functionalities presented in the standard, but there are several features that this patch currently lacks:
- Set-Master-Key message has a specific order of key adding and decoding which is not covered
- There is no general secure-apdu-handler function
- Checks for the type of keys used for signing/encryption of specific messages is not implemented
- The status of encrypted flag during the calculation of the signature is ambiguous
There is a Linux implementation using the OpenSSL library, with function prototypes broad enough to allow for different implementations.
Thank you, Nikola Jelić!
2016-04-20 17:00:51 +00:00
..
2014-11-15 17:27:27 +00:00
2004-09-22 19:08:48 +00:00
2010-05-04 21:06:26 +00:00

This is a port to Linux for testing.
The unit tests can be run via the test.sh script.