version 0.3.33 master
authorSomeDude <SomeDude@NuBL7aaJ6Cn4fB7GXFb9Zfi8w1FhPyW3oKgU9TweZMw>
Wed, 11 Mar 2009 18:37:00 +0000 (19:37 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 11 Mar 2009 18:37:00 +0000 (19:37 +0100)
commit109c20e6f822c6efa465af31249e5608469253b6
treedb439e010974d48e2f022726806110e0b46dd71d
parent9ae3b1434e51788e6feb72e1415ec800d05c535a
version 0.3.33
246 files changed:
CMakeLists.txt
include/dbmaintenancethread.h
include/freenet/frostidentity.h [new file with mode: 0644]
include/freenet/frostmessagerequester.h [new file with mode: 0644]
include/freenet/frostmessagexml.h [new file with mode: 0644]
include/freenet/identityinserter.h
include/freenet/messagexml.h
include/global.h
libs/libtomcrypt/CMakeLists.txt [new file with mode: 0644]
libs/libtomcrypt/hashes/helper/hash_memory.c [new file with mode: 0644]
libs/libtomcrypt/hashes/sha1.c [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_argchk.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_cfg.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_cipher.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_custom.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_hash.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_mac.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_macros.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_math.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_misc.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_pk.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_pkcs.h [new file with mode: 0644]
libs/libtomcrypt/headers/tomcrypt_prng.h [new file with mode: 0644]
libs/libtomcrypt/math/ltm_desc.c [new file with mode: 0644]
libs/libtomcrypt/math/multi.c [new file with mode: 0644]
libs/libtomcrypt/math/rand_prime.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_argchk.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_cipher_descriptor.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_cipher_is_valid.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_cipher.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_cipher_any.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_cipher_id.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_hash.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_hash_any.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_hash_id.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_hash_oid.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_find_prng.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_fsa.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_hash_descriptor.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_hash_is_valid.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_ltc_mp_descriptor.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_prng_descriptor.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_prng_is_valid.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_register_cipher.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_register_hash.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_register_prng.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_unregister_cipher.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_unregister_hash.c [new file with mode: 0644]
libs/libtomcrypt/misc/crypt/crypt_unregister_prng.c [new file with mode: 0644]
libs/libtomcrypt/misc/zeromem.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/bit/der_decode_bit_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/bit/der_encode_bit_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/bit/der_length_bit_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/boolean/der_decode_boolean.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/boolean/der_encode_boolean.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/boolean/der_length_boolean.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/choice/der_decode_choice.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/ia5/der_decode_ia5_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/ia5/der_encode_ia5_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/ia5/der_length_ia5_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/integer/der_decode_integer.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/integer/der_encode_integer.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/integer/der_length_integer.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/object_identifier/der_decode_object_identifier.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/object_identifier/der_encode_object_identifier.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/object_identifier/der_length_object_identifier.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/octet/der_decode_octet_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/octet/der_encode_octet_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/octet/der_length_octet_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/printable_string/der_decode_printable_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/printable_string/der_encode_printable_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/printable_string/der_length_printable_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_ex.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_flexi.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/sequence/der_decode_sequence_multi.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_ex.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/sequence/der_encode_sequence_multi.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/sequence/der_length_sequence.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/sequence/der_sequence_free.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/set/der_encode_set.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/set/der_encode_setof.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/short_integer/der_decode_short_integer.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/short_integer/der_encode_short_integer.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/short_integer/der_length_short_integer.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/utctime/der_decode_utctime.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/utctime/der_encode_utctime.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/utctime/der_length_utctime.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/utf8/der_decode_utf8_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/utf8/der_encode_utf8_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/asn1/der/utf8/der_length_utf8_string.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_i2osp.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_mgf1.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_os2ip.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_v1_5_decode.c [new file with mode: 0644]
libs/libtomcrypt/pk/pkcs1/pkcs_1_v1_5_encode.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_decrypt_key.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_encrypt_key.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_export.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_exptmod.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_free.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_import.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_make_key.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_sign_hash.c [new file with mode: 0644]
libs/libtomcrypt/pk/rsa/rsa_verify_hash.c [new file with mode: 0644]
libs/libtommath/CMakeLists.txt [new file with mode: 0644]
libs/libtommath/bn_error.c [new file with mode: 0644]
libs/libtommath/bn_fast_mp_invmod.c [new file with mode: 0644]
libs/libtommath/bn_fast_mp_montgomery_reduce.c [new file with mode: 0644]
libs/libtommath/bn_fast_s_mp_mul_digs.c [new file with mode: 0644]
libs/libtommath/bn_fast_s_mp_mul_high_digs.c [new file with mode: 0644]
libs/libtommath/bn_fast_s_mp_sqr.c [new file with mode: 0644]
libs/libtommath/bn_mp_2expt.c [new file with mode: 0644]
libs/libtommath/bn_mp_abs.c [new file with mode: 0644]
libs/libtommath/bn_mp_add.c [new file with mode: 0644]
libs/libtommath/bn_mp_add_d.c [new file with mode: 0644]
libs/libtommath/bn_mp_addmod.c [new file with mode: 0644]
libs/libtommath/bn_mp_and.c [new file with mode: 0644]
libs/libtommath/bn_mp_clamp.c [new file with mode: 0644]
libs/libtommath/bn_mp_clear.c [new file with mode: 0644]
libs/libtommath/bn_mp_clear_multi.c [new file with mode: 0644]
libs/libtommath/bn_mp_cmp.c [new file with mode: 0644]
libs/libtommath/bn_mp_cmp_d.c [new file with mode: 0644]
libs/libtommath/bn_mp_cmp_mag.c [new file with mode: 0644]
libs/libtommath/bn_mp_cnt_lsb.c [new file with mode: 0644]
libs/libtommath/bn_mp_copy.c [new file with mode: 0644]
libs/libtommath/bn_mp_count_bits.c [new file with mode: 0644]
libs/libtommath/bn_mp_div.c [new file with mode: 0644]
libs/libtommath/bn_mp_div_2.c [new file with mode: 0644]
libs/libtommath/bn_mp_div_2d.c [new file with mode: 0644]
libs/libtommath/bn_mp_div_3.c [new file with mode: 0644]
libs/libtommath/bn_mp_div_d.c [new file with mode: 0644]
libs/libtommath/bn_mp_dr_is_modulus.c [new file with mode: 0644]
libs/libtommath/bn_mp_dr_reduce.c [new file with mode: 0644]
libs/libtommath/bn_mp_dr_setup.c [new file with mode: 0644]
libs/libtommath/bn_mp_exch.c [new file with mode: 0644]
libs/libtommath/bn_mp_expt_d.c [new file with mode: 0644]
libs/libtommath/bn_mp_exptmod.c [new file with mode: 0644]
libs/libtommath/bn_mp_exptmod_fast.c [new file with mode: 0644]
libs/libtommath/bn_mp_exteuclid.c [new file with mode: 0644]
libs/libtommath/bn_mp_fread.c [new file with mode: 0644]
libs/libtommath/bn_mp_fwrite.c [new file with mode: 0644]
libs/libtommath/bn_mp_gcd.c [new file with mode: 0644]
libs/libtommath/bn_mp_get_int.c [new file with mode: 0644]
libs/libtommath/bn_mp_grow.c [new file with mode: 0644]
libs/libtommath/bn_mp_init.c [new file with mode: 0644]
libs/libtommath/bn_mp_init_copy.c [new file with mode: 0644]
libs/libtommath/bn_mp_init_multi.c [new file with mode: 0644]
libs/libtommath/bn_mp_init_set.c [new file with mode: 0644]
libs/libtommath/bn_mp_init_set_int.c [new file with mode: 0644]
libs/libtommath/bn_mp_init_size.c [new file with mode: 0644]
libs/libtommath/bn_mp_invmod.c [new file with mode: 0644]
libs/libtommath/bn_mp_invmod_slow.c [new file with mode: 0644]
libs/libtommath/bn_mp_is_square.c [new file with mode: 0644]
libs/libtommath/bn_mp_jacobi.c [new file with mode: 0644]
libs/libtommath/bn_mp_karatsuba_mul.c [new file with mode: 0644]
libs/libtommath/bn_mp_karatsuba_sqr.c [new file with mode: 0644]
libs/libtommath/bn_mp_lcm.c [new file with mode: 0644]
libs/libtommath/bn_mp_lshd.c [new file with mode: 0644]
libs/libtommath/bn_mp_mod.c [new file with mode: 0644]
libs/libtommath/bn_mp_mod_2d.c [new file with mode: 0644]
libs/libtommath/bn_mp_mod_d.c [new file with mode: 0644]
libs/libtommath/bn_mp_montgomery_calc_normalization.c [new file with mode: 0644]
libs/libtommath/bn_mp_montgomery_reduce.c [new file with mode: 0644]
libs/libtommath/bn_mp_montgomery_setup.c [new file with mode: 0644]
libs/libtommath/bn_mp_mul.c [new file with mode: 0644]
libs/libtommath/bn_mp_mul_2.c [new file with mode: 0644]
libs/libtommath/bn_mp_mul_2d.c [new file with mode: 0644]
libs/libtommath/bn_mp_mul_d.c [new file with mode: 0644]
libs/libtommath/bn_mp_mulmod.c [new file with mode: 0644]
libs/libtommath/bn_mp_n_root.c [new file with mode: 0644]
libs/libtommath/bn_mp_neg.c [new file with mode: 0644]
libs/libtommath/bn_mp_or.c [new file with mode: 0644]
libs/libtommath/bn_mp_prime_fermat.c [new file with mode: 0644]
libs/libtommath/bn_mp_prime_is_divisible.c [new file with mode: 0644]
libs/libtommath/bn_mp_prime_is_prime.c [new file with mode: 0644]
libs/libtommath/bn_mp_prime_miller_rabin.c [new file with mode: 0644]
libs/libtommath/bn_mp_prime_next_prime.c [new file with mode: 0644]
libs/libtommath/bn_mp_prime_rabin_miller_trials.c [new file with mode: 0644]
libs/libtommath/bn_mp_prime_random_ex.c [new file with mode: 0644]
libs/libtommath/bn_mp_radix_size.c [new file with mode: 0644]
libs/libtommath/bn_mp_radix_smap.c [new file with mode: 0644]
libs/libtommath/bn_mp_rand.c [new file with mode: 0644]
libs/libtommath/bn_mp_read_radix.c [new file with mode: 0644]
libs/libtommath/bn_mp_read_signed_bin.c [new file with mode: 0644]
libs/libtommath/bn_mp_read_unsigned_bin.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce_2k.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce_2k_l.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce_2k_setup.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce_2k_setup_l.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce_is_2k.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce_is_2k_l.c [new file with mode: 0644]
libs/libtommath/bn_mp_reduce_setup.c [new file with mode: 0644]
libs/libtommath/bn_mp_rshd.c [new file with mode: 0644]
libs/libtommath/bn_mp_set.c [new file with mode: 0644]
libs/libtommath/bn_mp_set_int.c [new file with mode: 0644]
libs/libtommath/bn_mp_shrink.c [new file with mode: 0644]
libs/libtommath/bn_mp_signed_bin_size.c [new file with mode: 0644]
libs/libtommath/bn_mp_sqr.c [new file with mode: 0644]
libs/libtommath/bn_mp_sqrmod.c [new file with mode: 0644]
libs/libtommath/bn_mp_sqrt.c [new file with mode: 0644]
libs/libtommath/bn_mp_sub.c [new file with mode: 0644]
libs/libtommath/bn_mp_sub_d.c [new file with mode: 0644]
libs/libtommath/bn_mp_submod.c [new file with mode: 0644]
libs/libtommath/bn_mp_to_signed_bin.c [new file with mode: 0644]
libs/libtommath/bn_mp_to_signed_bin_n.c [new file with mode: 0644]
libs/libtommath/bn_mp_to_unsigned_bin.c [new file with mode: 0644]
libs/libtommath/bn_mp_to_unsigned_bin_n.c [new file with mode: 0644]
libs/libtommath/bn_mp_toom_mul.c [new file with mode: 0644]
libs/libtommath/bn_mp_toom_sqr.c [new file with mode: 0644]
libs/libtommath/bn_mp_toradix.c [new file with mode: 0644]
libs/libtommath/bn_mp_toradix_n.c [new file with mode: 0644]
libs/libtommath/bn_mp_unsigned_bin_size.c [new file with mode: 0644]
libs/libtommath/bn_mp_xor.c [new file with mode: 0644]
libs/libtommath/bn_mp_zero.c [new file with mode: 0644]
libs/libtommath/bn_prime_tab.c [new file with mode: 0644]
libs/libtommath/bn_reverse.c [new file with mode: 0644]
libs/libtommath/bn_s_mp_add.c [new file with mode: 0644]
libs/libtommath/bn_s_mp_exptmod.c [new file with mode: 0644]
libs/libtommath/bn_s_mp_mul_digs.c [new file with mode: 0644]
libs/libtommath/bn_s_mp_mul_high_digs.c [new file with mode: 0644]
libs/libtommath/bn_s_mp_sqr.c [new file with mode: 0644]
libs/libtommath/bn_s_mp_sub.c [new file with mode: 0644]
libs/libtommath/bncore.c [new file with mode: 0644]
libs/libtommath/tommath.h [new file with mode: 0644]
libs/libtommath/tommath_class.h [new file with mode: 0644]
libs/libtommath/tommath_superclass.h [new file with mode: 0644]
src/dbmaintenancethread.cpp
src/dbsetup.cpp
src/fmsapp.cpp
src/freenet/freenetmasterthread.cpp
src/freenet/frostidentity.cpp [new file with mode: 0644]
src/freenet/frostmessagerequester.cpp [new file with mode: 0644]
src/freenet/frostmessagexml.cpp [new file with mode: 0644]
src/freenet/identityinserter.cpp
src/freenet/messagelistinserter.cpp
src/http/pages/execquerypage.cpp
src/http/pages/peertrustpage.cpp
src/optionssetup.cpp
src/unicode/utfconversion.cpp