Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
d7ed3c13
Commit
d7ed3c13
authored
Jan 08, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added instruction for CVS access.
Rev: src/nettle/ChangeLog:1.219 Rev: src/nettle/index.html:1.3
parent
44ae2850
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
ChangeLog
ChangeLog
+2
-0
index.html
index.html
+11
-0
No files found.
ChangeLog
View file @
d7ed3c13
2004-01-08 Niels Mller <niels@s3.kth.se>
* index.html: Added instruction for CVS access.
* dsa-keygen.c (dsa_nist_gen): Fixed declaration/statement order.
* rsa-keygen.c (bignum_next_prime): Fixed off-by-one error when
...
...
index.html
View file @
d7ed3c13
...
...
@@ -23,6 +23,17 @@ href="ftp://ftp.lysator.liu.se/pub/security/lsh">ftp</a>. Nettle is
also included with the latest development versions of
<a
href=
"http://www.lysator.liu.se/~nisse/lsh"
>
lsh
</a>
.
<h2>
CVS access
</h2>
As some shared but crucial files are not stored in the Nettle corner
of the CVS repository, the recommended way of CVS access is to check
out the entire LSH tree, as per the instructions at the
<a
href=
"http://www.lysator.liu.se/~nisse/lsh"
>
LSH home page
</a>
, run the
top-level
<tt>
./.bootstrap
</tt>
script (which sets up a few important
symlinks and runs .bootstrap scripts in subdirectories), and then
descend into the
<tt>
src/nettle
</tt>
directory for a standard
<tt>
./configure
&&
make
</tt>
there.
<h2>
Contact
</h2>
Send mail to the
<a
...
...
Write
Preview
Markdown
is supported
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