commit | 7af92fe48b688089004b47c35ea0a207782b7ebf | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Sun Aug 15 15:37:50 2021 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Sun Aug 15 18:17:02 2021 -0700 |
tree | fc915986732868455ddeb507e3a5c9bac86a6cf8 |
Initial commit - cpisign.py - initial work and logic by Wei-Yu - converted to use python cryptography (stable API) instead of OpenSSL by Zack) - Basic lint, license tests Change-Id: I05e9c0fbce339fc3bd187120174dcfde0299852f
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af3bea8 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> +# SPDX-License-Identifier: Apache-2.0 + +venv_cbrs +*.p12