- Nov 07, 2002
-
-
Niels Möller authored
call of rsa_keypair_from_sexp_alist. Rev: src/nettle/examples/io.c:1.3
-
Niels Möller authored
Rev: src/nettle/examples/sexp-conv-test:1.7(DEAD) Rev: src/nettle/examples/sexp-conv.c:1.16(DEAD)
-
Niels Möller authored
Rev: src/nettle/examples/Makefile.am:1.12
-
Niels Möller authored
Rev: src/nettle/tools/Makefile.am:1.1 Rev: src/nettle/tools/getopt.c:1.1 Rev: src/nettle/tools/getopt.h:1.1 Rev: src/nettle/tools/getopt1.c:1.1 Rev: src/nettle/tools/sexp-conv.c:1.1
-
Niels Möller authored
sexp-conv-test. Rev: src/nettle/testsuite/Makefile.am:1.30
-
Niels Möller authored
Rev: src/nettle/testsuite/testutils.h:1.15
-
Niels Möller authored
call of rsa_keypair_from_sexp_alist. Rev: src/nettle/testsuite/sexp2rsa-test.c:1.3
-
Niels Möller authored
more than one digit. Added tests for transport mode decoding. Rev: src/nettle/testsuite/sexp-test.c:1.9
-
Niels Möller authored
%l. Rev: src/nettle/testsuite/sexp-format-test.c:1.2
-
Niels Möller authored
Updated path to sexp-conv, now in ../tools/sexp-conv. Rev: src/nettle/testsuite/sexp-conv-test:1.2
-
Niels Möller authored
Rev: src/nettle/testsuite/sexp-conv-test:1.1
-
- Nov 03, 2002
-
-
Niels Möller authored
sexp-format.c. * Makefile.am (libnettle_a_SOURCES): Renamed sexp_format.c to sexp-format.c. Rev: src/nettle/Makefile.am:1.51
-
Niels Möller authored
Rev: src/nettle/sexp-format.c:1.1 Rev: src/nettle/sexp_format.c:1.4(DEAD)
-
- Nov 02, 2002
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.142
-
Niels Möller authored
let automake handle that. * testsuite/Makefile.am: Likewise. Rev: src/nettle/testsuite/Makefile.am:1.29
-
Niels Möller authored
let automake handle that. Rev: src/nettle/examples/Makefile.am:1.11
-
Niels Möller authored
(rsa_keypair_from_sexp): Use it. Rev: src/nettle/rsa.h:1.16 Rev: src/nettle/sexp2rsa.c:1.7
-
- Nov 01, 2002
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.141
-
Niels Möller authored
explicit filename libnettle.a, so that we will use the shared library, if it exists. (AM_LDFLAGS): Added -L.., so we can find -lnettle. (run-tests): Set LD_LIBRARY_PATH to ../.lib, when running the testsuite. * testsuite/Makefile.am: Similar changes. Rev: src/nettle/examples/Makefile.am:1.10 Rev: src/nettle/testsuite/Makefile.am:1.28
-
Niels Möller authored
LIBOBJS. (CLEANFILES): Delete libnettle.so. (clean-local): Delete the .lib linkfarm. ($(SHLIBFORLINK)): When building libnettle.so, create a link from .lib/$SHLIBSONAME. Needed at runtime, for the testsuite. Rev: src/nettle/Makefile.am:1.50
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.140
-
Also AC_SUBST SHLIBMAJOR and SHLIBMINOR. Reported by James Ralston. Rev: src/nettle/configure.ac:1.13
-
- Oct 31, 2002
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.139
-
Niels Möller authored
(sexp_put_list_end): Likewise. (sexp_put_display_start): Likewise. (sexp_put_display_end): Likewise. (sexp_puts): Likewise. Rev: src/nettle/examples/sexp-conv.c:1.15
-
Niels Möller authored
Rev: src/nettle/examples/sexp-conv.c:1.14
-
Niels Möller authored
Merged with sexp_get_String. (sexp_get_hex_string): Likewise. (sexp_get_base64_string): Likewise. (sexp_get_string): Do hex and base64 decoding. Rev: src/nettle/examples/sexp-conv.c:1.13
-
Niels Möller authored
Rev: src/nettle/examples/sexp-conv-test:1.6
-
Niels Möller authored
markers in the input strem. (struct sexp_input): Deleted LEVEL attribute. Deleted all usage of it. (sexp_get_raw_char): Use INPUT->c and INPUT->ctype to store results. Deleted OUT argument. (sexp_get_char): Likewise. Also removed the INPUT->coding->decode_final call, for symmetry. (sexp_input_end_coding): Call INPUT->coding->decode_final. (sexp_next_char): New function. (sexp_push_char): New function. (sexp_get_token_char): Deleted function. (sexp_get_quoted_char): Simplified. Deleted output argument. (sexp_get_quoted_string): Simplified. (sexp_get_base64_string): Likewise. (sexp_get_token_string): Likewise. (sexp_get_string_length): Skip the character that terminates the string. (sexp_get_token): Cleared upp calling conventions. Always consume the final character of the token. (sexp_convert_list): Take responsibility for converting the start and end of the list. (sexp_convert_file): Call sexp_get_char first, to get the token reading started. (sexp_convert_item): Cleared up calling conventions. Should be called with INPUT->token being the first token of the expression, and returns with INPUT->token being the final token of the expression. Return value changed to void.. Rev: src/nettle/examples/sexp-conv.c:1.12
-
Niels Möller authored
interface for decoding. (sexp_input_start_coding): New function. (sexp_input_end_coding): New function. (sexp_get_base64_string): Rewrote to use sexp_input_start_coding and sexp_input_end_coding. (sexp_get_token): Generate SEXP_TRANSPORT_START tokens. (sexp_convert_list): Lists are ended only by SEXP_LIST_END. (sexp_convert_item): Implemented transport mode, using sexp_input_start_coding and sexp_input_end_coding. Rev: src/nettle/examples/sexp-conv.c:1.11
-
- Oct 30, 2002
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.138
-
Niels Möller authored
Rev: src/nettle/Makefile.am:1.49
-
Niels Möller authored
Rev: src/nettle/examples/sexp-conv-test:1.5
-
Niels Möller authored
base16 files. (struct sexp_output): Represent the current encoding as a nettle_armor pointer and a state struct. (sexp_output_init): Deleted MODE argument. Now passed to functions that need it. (sexp_get_char): Updated to new base64 conventions. (sexp_get_base64_string): Likewise. (sexp_put_raw_char): New function. (sexp_put_newline): Use sexp_put_raw_char. (sexp_put_char): Use nettle_armor interface for encoding data. Use OUTPUT->coding_indent for line breaking, so the INDENT argument was deleted. (sexp_put_code_start): New function, replacing sexp_put_base64_start. (sexp_put_code_end): New function, replacing sexp_put_base64_end. (sexp_put_data): Deleted argument INDENT. (sexp_puts): Likewise. (sexp_put_length): Likewise. (sexp_put_list_start): Likewise. (sexp_put_list_end): Likewise. (sexp_put_display_start): Likewise. (sexp_put_display_end): Likewise. (sexp_put_string): Likewise. Also changed base64 handling. (sexp_convert_string): Deleted argument INDENT. New argument MODE_OUT. (sexp_convert_list): New argument MODE_OUT. (sexp_convert_file): Likewise. (sexp_convert_item): Likewise. Also handle output in transport mode. (match_argument): Simple string comparison. (main): Adapted to above changes. Rev: src/nettle/examples/sexp-conv.c:1.10
-
Niels Möller authored
CHECK, to make decode_update happy. Updated to new base64 conventions. Rev: src/nettle/testsuite/testutils.c:1.18
-
Niels Möller authored
change the base64 before decoding. Updated to new base64 conventions. Rev: src/nettle/testsuite/base64-test.c:1.4
-
Niels Möller authored
Rev: src/nettle/testsuite/.cvsignore:1.21
-
Niels Möller authored
* testsuite/base16-test.c: New test. Rev: src/nettle/testsuite/Makefile.am:1.27 Rev: src/nettle/testsuite/base16-test.c:1.1
-
Niels Möller authored
conventions for base64_decode_update and base64_decode_final. Rev: src/nettle/sexp-transport.c:1.2
-
Niels Möller authored
for nettle_base16. Rev: src/nettle/nettle-meta.h:1.9
-
Niels Möller authored
Also keep track of the number of padding characters ('=') seen. (base64_decode_update): New argument dst_length. Return -1 on error. (base64_decode_status): Renamed function... (base64_decode_final): ... to this. * base64.h (struct base64_decode_ctx): Deleted STATUS attribute. Added PADDING attribute. Rev: src/nettle/base64-decode.c:1.4 Rev: src/nettle/base64.h:1.11
-