Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
celic authored Sep 10, 2020
1 parent 37df28a commit 4ee7d8f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# ACVP-Server

An implementation of the [Automated Cryptographic Validation Protocol (ACVP)](https://github.com/usnistgov/acvp) for NIST.
An implementation of the [Automated Cryptographic Validation Protocol (ACVP)](https://github.com/usnistgov/acvp) for NIST. This repository will be used to track deployments and issues of the Demo and Production ACVP Servers hosted by NIST. The server implementation *MAY* differ from the protocol specification. We will track those differences in this repository. Some modifications may be additional requirements on top of the protocol that are NIST specific. The protocol is intended to be general purpose for any testing body to host a compliant instance.

`
## Disclaimer

```
“***WARNING***WARNING***WARNING
You are accessing a U.S. Government information system, which includes: 1) this computer, 2) this computer network, 3) all computers connected to this network, and 4) all devices and storage media attached to this network or to a computer on this network. You understand and consent to the following: you may access this information system for authorized use only; you have no reasonable expectation of privacy regarding any communication of data transiting or stored on this information system; at any time and for any lawful Government purpose, the Government may monitor, intercept, and search and seize any communication or data transiting or stored on this information system; and any communications or data transiting or stored on this information system may be disclosed or used for any lawful Government purpose.
You are accessing a U.S. Government information system, which includes:
1) this computer, 2) this computer network, 3) all computers connected
to this network, and 4) all devices and storage media attached to this
network or to a computer on this network. You understand and consent to
the following: you may access this information system for authorized use
only; you have no reasonable expectation of privacy regarding any
communication of data transiting or stored on this information system;
at any time and for any lawful Government purpose, the Government may
monitor, intercept, and search and seize any communication or data
transiting or stored on this information system; and any communications
or data transiting or stored on this information system may be disclosed
or used for any lawful Government purpose.
***WARNING***WARNING***WARNING”
`
```

0 comments on commit 4ee7d8f

Please sign in to comment.