Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knot projects
nsec5-crypto
Commits
8bd227a7
Commit
8bd227a7
authored
Jan 03, 2015
by
Jan Včelák
🚀
Browse files
README, small intro, links add references
parent
4e3749d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8bd227a7
...
...
@@ -2,11 +2,13 @@
This repository contains
**sample implementation**
of cryptographic functions required for NSEC5.
The implementation covers following libraries:
NSEC5 is a recently proposed mechanism for authenticated denial of existence in DNSSEC, which prevents zone enumeration.
-
OpenSSL
-
Nettle
-
GnuTLS (3.0 or newer)
The sample implementation covers following libraries:
-
[
OpenSSL
](
http://openssl.org/
)
-
[
Nettle
](
http://www.lysator.liu.se/~nisse/nettle/
)
-
[
GnuTLS
](
http://gnutls.org/
)
(
3.0
or newer)
## Quick Start
...
...
@@ -65,7 +67,7 @@ f8 d1 df c4 e0 47 8e 95 2b 0f 4d 0c 4c bb 83 91
succeeded
```
To generate a new RSA key,
the
utilities supplied with OpenSSL or GnuTLS can be used:
To generate a new RSA key, utilities supplied with OpenSSL or GnuTLS can be used:
```
(openssl)$ openssl genrsa 2048 > key.pem
...
...
@@ -74,7 +76,7 @@ To generate a new RSA key, the utilities supplied with OpenSSL or GnuTLS can be
## Rerefences
TBD
-
[
NSEC5 Project Page
](
http://www.cs.bu.edu/~goldbe/papers/nsec5.html
)
## License
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment