summaryrefslogtreecommitdiffstats
path: root/message_parsers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the payload with authenticated field in the headerTom Joseph2019-02-121-0/+2
* netipmid: replace std::cerr with phosphor::logging callsVernon Mauery2018-12-191-1/+0
* netipmid: use shared_ptr on session instead of shared_ptr+referencesVernon Mauery2018-11-211-5/+7
* netipmid: use shared_ptr on messages instead of unique_ptr+referencesVernon Mauery2018-11-211-34/+37
* netipmid: use std::shared_ptr instead of weak_ptr/lockVernon Mauery2018-11-061-12/+8
* netipmid: apply clang-format rulesVernon Mauery2018-11-021-47/+42
* Implement encryptPayload and invoke it when flattening the packetTom Joseph2017-02-241-6/+29
* Implement decryptPayload and invoke it when unflattening the packetTom Joseph2017-02-241-3/+27
* Modify the addIntegrityData to pass the payload lengthTom Joseph2017-02-241-6/+8
* Modify the verifyPacketIntegrity to pass the Payload lengthTom Joseph2017-02-241-4/+5
* Correct the calculation of integrity pad lengthTom Joseph2017-02-151-2/+2
* Astyle changes in message_parsers.cppTom Joseph2017-02-101-6/+6
* Fix compilation errors for x86-64 SDKTom Joseph2017-02-091-1/+1
* Message parser changes to support Integrity AlgoTom Joseph2017-01-171-0/+91
* Minor cleanup of Message parserTom Joseph2017-01-161-9/+9
* Message parser for parsing IPMI messageTom Joseph2016-12-161-0/+223
OpenPOWER on IntegriCloud