-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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” | ||
` | ||
``` |