- 03 Nov, 2002 2 commits
-
-
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)
-
- 02 Nov, 2002 15 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.557 Rev: src/nettle/ChangeLog:1.142
-
Niels Möller authored
the obsolete methods SIGN_SPKI and VERIFY_SPKI. Rev: src/testsuite/testutils.c:1.5
-
Niels Möller authored
optimization. Don't set CFLAGS explicitly. Rev: src/testsuite/Makefile.am:1.50
-
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
-
Niels Möller authored
supports ctags it out of the box. * Makefile.am.in: Don't include ctags.mk. * src/Makefile.am.in: Likewise. Rev: Makefile.am.in:1.17 Rev: misc/ctags.mk:1.2(DEAD) Rev: src/Makefile.am.in:1.133
-
Niels Möller authored
* src/randomness.c (lsh_random): New function. Rev: src/rsa_keygen.c:1.10
-
Niels Möller authored
(do_rsa_sign): Likewise. (do_rsa_verify_spki): Deleted function. (do_rsa_sign_spki): Likewise. Rev: src/rsa.c:1.21
-
Niels Möller authored
Rev: src/randomness.c:1.27 Rev: src/randomness.h:1.15
-
Niels Möller authored
dsa_generate_keypair function. Rev: src/dsa_keygen.c:1.21
-
Niels Möller authored
(generic_dsa_verify): Rewrote to use nettle's dsa_verify. (do_dsa_verify_spki, do_dsa_sign_spki): Deleted method. (generic_dsa_sign): Rewrote to use nettle's dsa_sign. (dsa_blob_length): Use struct dsa_signature for the argument. (dsa_blob_write): Likewise. (encode_dsa_sig_val): Likewise. (decode_dsa_sig_val): Likewise. (make_dsa_signer): Use dsa_private_key_init. (class dsa_verifier): Use nettle's struct dsa_public_key. (class dsa_signer): Use nettle's struct dsa_private_key. (do_dsa_verify): Recognize algorithm "spki". (do_dsa_sign): Likewise. Rev: src/dsa.c:1.33
-
Niels Möller authored
Rev: src/bignum.c:1.20 Rev: src/bignum.h:1.19
-
Niels Möller authored
Rev: src/atoms.in:1.29
-
Niels Möller authored
used only by the testsuite. Rev: src/abstract_crypto.h:1.40
-
- 01 Nov, 2002 7 commits
-
-
Pontus Freyhult authored
Rev: ChangeLog:1.556 Rev: NEWS:1.104 Rev: src/client.c:1.144 Rev: src/client.h:1.51 Rev: src/lsh.c:1.168 Rev: src/lshg.c:1.18
-
Pontus Freyhult authored
Rev: src/testsuite/Makefile.am:1.49 Rev: src/testsuite/lsh-9-test:1.1
-
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
-
- 31 Oct, 2002 8 commits
-
-
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
-
Niels Möller authored
Rev: doc/index.html:1.3
-
- 30 Oct, 2002 8 commits
-
-
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
-