Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
6ef1068a
Commit
6ef1068a
authored
21 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.210 Rev: src/nettle/examples/.cvsignore:1.6
parent
f1a1de6d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+21
-0
21 additions, 0 deletions
ChangeLog
examples/.cvsignore
+2
-0
2 additions, 0 deletions
examples/.cvsignore
examples/.gitignore
+2
-0
2 additions, 0 deletions
examples/.gitignore
with
25 additions
and
0 deletions
ChangeLog
+
21
−
0
View file @
6ef1068a
2003-09-19 Niels Mller <niels@s3.kth.se>
* examples/rsa-decrypt.c: Fixes to get the file to compile. It
won't work yet.
* examples/Makefile.am (EXTRA_PROGRAMS): Added rsa-encrypt and
rsa-decrypt.
* examples/io.c (write_file): New function.
(write_string): Simplified error check, it's no real point in
calling ferror unless we also call fflush.
* examples/rsa-keygen.c (main): Check return value from
simple_random.
* examples/rsa-decrypt.c, examples/rsa-encrypt.c,
examples/rsa-session.h: New files, demonstrating rsa encryption
and decryption.
* configure.ac (RSA_EXAMPLES): Added rsa-encrypt and rsa-decrypt.
2003-09-01 Niels Mller <nisse@cuckoo.hack.org>
2003-09-01 Niels Mller <nisse@cuckoo.hack.org>
* testsuite/testutils.c (print_hex): Use const.
* testsuite/testutils.c (print_hex): Use const.
...
...
This diff is collapsed.
Click to expand it.
examples/.cvsignore
+
2
−
0
View file @
6ef1068a
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
Makefile
Makefile
Makefile.in
Makefile.in
nettle-benchmark
nettle-benchmark
rsa-decrypt
rsa-encrypt
rsa-keygen
rsa-keygen
rsa-sign
rsa-sign
rsa-verify
rsa-verify
...
...
This diff is collapsed.
Click to expand it.
examples/.gitignore
+
2
−
0
View file @
6ef1068a
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
/Makefile
/Makefile
/Makefile.in
/Makefile.in
/nettle-benchmark
/nettle-benchmark
/rsa-decrypt
/rsa-encrypt
/rsa-keygen
/rsa-keygen
/rsa-sign
/rsa-sign
/rsa-verify
/rsa-verify
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment