Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
47e00e0f
Commit
47e00e0f
authored
Nov 19, 2017
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing ChangeLog for base64 changes.
Dated 2017-08-27.
parent
285de0fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
ChangeLog
ChangeLog
+20
-0
No files found.
ChangeLog
View file @
47e00e0f
...
...
@@ -89,6 +89,10 @@
* aclocal.m4 (GMP_PROG_CC_FOR_BUILD): Add -g when compiling with
gcc.
2017-09-27 Niels Möller <nisse@lysator.liu.se>
Merged armor-signedness branch, starting 2017-08-27.
2017-09-24 Niels Möller <nisse@lysator.liu.se>
* tools/pkcs1-conv.c (base64_decode_in_place): New helper
...
...
@@ -109,6 +113,22 @@
* testsuite/testutils.h (SDATA): Use US macro to cast data
argument.
2017-08-27 Niels Möller <nisse@lysator.liu.se>
* base64-encode.c (base64_encode_raw, base64_encode_group)
(base64_encode_single, base64_encode_update)
(base64_encode_final): Change type of destination to char *.
* base16-encode.c (base16_encode_single, base16_encode_update):
Likewise.
* base64-decode.c (base64_decode_single, base64_decode_update):
Change type of source argument to const char *. Update (almost)
all callers.
* base16-decode.c (base16_decode_single, base16_decode_update):
Likewise.
* nettle-types.h (nettle_armor_encode_update_func)
(nettle_armor_encode_final_func, nettle_armor_decode_update_func):
Corresponding updates to typedefs.
2017-09-14 Niels Möller <nisse@lysator.liu.se>
* hkdf.c: Delete unneeded includes. Use Nettle licensing notice.
...
...
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