Difference between revisions of "Integrity (MU3)"

From OpenEMR Project Wiki
Line 1: Line 1:
==Status==
==Status==
:*To complete this, need to ensure CCDA imports get hashed like other documents/imports.
:*'''VERIFIED COMPLETE'''
:*This item is ready to self-attest.


==Notes==
==Notes==
:*All message digest hashing is using sha3-516 (able to use sha3 because of this: https://csrc.nist.gov/publications/detail/fips/180/4/final ).
:*All message digest hashing is using sha3-516 (able to use sha3 because of this: https://csrc.nist.gov/publications/detail/fips/180/4/final ).
:*Message digest of imported documents/records are created via sha3-516 to ensure integrity of records.
:*Message digest of imported documents/records are created via sha3-516 to ensure integrity of records.

Revision as of 23:07, 26 September 2020

Status

  • VERIFIED COMPLETE
  • This item is ready to self-attest.

Notes