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
Container registry
Model registry
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
Dmitry Baryshkov
nettle
Commits
3cc24c84
Commit
3cc24c84
authored
22 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.107 Rev: src/nettle/testsuite/.cvsignore:1.18
parent
9c131376
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+45
-0
45 additions, 0 deletions
ChangeLog
testsuite/.cvsignore
+4
-0
4 additions, 0 deletions
testsuite/.cvsignore
testsuite/.gitignore
+4
-0
4 additions, 0 deletions
testsuite/.gitignore
with
53 additions
and
0 deletions
ChangeLog
+
45
−
0
View file @
3cc24c84
2002-09-29 Niels Möller <nisse@cuckoo.hack.org>
* testsuite/Makefile.am (TS_PROGS): Added buffer-test
sexp-format-test rsa2sexp-test sexp2rsa-test.
* testsuite/sexp-test.c (test_main): Updated calls to
sexp_iterator_assoc.
* testsuite/testutils.h (MEMEQH): New macro.
* testsuite/sexp2rsa-test.c: New test.
* testsuite/sexp-format-test.c: New test.
* testsuite/rsa2sexp-test.c: New test.
* testsuite/buffer-test.c: New test.
* testsuite/testutils.c (test_rsa_key): Copied this function
from...
testsuite/rsa-keygen-test.c: ... here.
* examples/rsa-keygen.c: New file.
* Makefile.am: Added new source files and headers buffer.h,
buffer.c, sexp_format.c, sexp2rsa.c, rsa2sexp.c.
* rsa.h (rsa_keypair_to_sexp, rsa_keypair_from_sexp): New
prototypes.
* rsa2sexp.c, sexp2rsa.c: New files.
* sexp.c (sexp_iterator_assoc): Don't enter the list, associate
keys within the current list. Still exit the list when done.
(sexp_iterator_assoc): Represent keys as plain NUL-terminated
strings.
(sexp_iterator_check_type, sexp_iterator_check_types): New
functions.
* sexp_format.c: New file, implementing an sexp canonical syntax
formatter.
* buffer.c, buffer.h: New files, implementing a bare-bones string
stream.
* bignum.c (nettle_mpz_sizeinbase_256): New function.
2002-09-28 Niels Möller <nisse@cuckoo.hack.org>
2002-09-28 Niels Möller <nisse@cuckoo.hack.org>
* sexp.c (sexp_iterator_assoc): Return 0 for missing or duplicate
* sexp.c (sexp_iterator_assoc): Return 0 for missing or duplicate
...
...
This diff is collapsed.
Click to expand it.
testsuite/.cvsignore
+
4
−
0
View file @
3cc24c84
...
@@ -6,6 +6,7 @@ arcfour-test
...
@@ -6,6 +6,7 @@ arcfour-test
base64-test
base64-test
bignum-test
bignum-test
blowfish-test
blowfish-test
buffer-test
cast128-test
cast128-test
cbc-test
cbc-test
des-compat-test
des-compat-test
...
@@ -17,8 +18,11 @@ md5-compat-test
...
@@ -17,8 +18,11 @@ md5-compat-test
md5-test
md5-test
rsa-keygen-test
rsa-keygen-test
rsa-test
rsa-test
rsa2sexp-test
serpent-test
serpent-test
sexp-format-test
sexp-test
sexp-test
sexp2rsa-test
sha1-test
sha1-test
sha256-test
sha256-test
twofish-test
twofish-test
...
...
This diff is collapsed.
Click to expand it.
testsuite/.gitignore
+
4
−
0
View file @
3cc24c84
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
/base64-test
/base64-test
/bignum-test
/bignum-test
/blowfish-test
/blowfish-test
/buffer-test
/cast128-test
/cast128-test
/cbc-test
/cbc-test
/des-compat-test
/des-compat-test
...
@@ -17,8 +18,11 @@
...
@@ -17,8 +18,11 @@
/md5-test
/md5-test
/rsa-keygen-test
/rsa-keygen-test
/rsa-test
/rsa-test
/rsa2sexp-test
/serpent-test
/serpent-test
/sexp-format-test
/sexp-test
/sexp-test
/sexp2rsa-test
/sha1-test
/sha1-test
/sha256-test
/sha256-test
/twofish-test
/twofish-test
...
...
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