aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2014-11-04Introducing helper function to validate DNS name strings.rl1987
2014-10-09Merge remote-tracking branch 'public/bug10816'Nick Mathewson
2014-10-03Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-03Merge remote-tracking branch 'public/bug13325_024' into maint-0.2.5Nick Mathewson
2014-10-03Run correctly on OpenBSD systems without SSL_METHOD.get_cipher_by_charNick Mathewson
2014-09-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-29Don't use the getaddrinfo sandbox cache from tor-resolveNick Mathewson
2014-09-26Merge remote-tracking branch 'public/require_some_c99'Nick Mathewson
2014-09-26Avoid a "constant variable guards dead code" warning from coverityNick Mathewson
2014-09-26Check key_len in secret_to_key_new()Nick Mathewson
2014-09-25Fix on that last fix.Nick Mathewson
2014-09-25Fix warnings on 32-bit builds.Nick Mathewson
2014-09-25Merge branch 'ed25519_ref10_squashed'Nick Mathewson
2014-09-25Comments and tweaks based on review by asnNick Mathewson
2014-09-25More documentation for ed25519 stuff.Nick Mathewson
2014-09-25Draft implementation for ed25519 key blinding, as in prop224Nick Mathewson
2014-09-25Add curve25519->ed25519 key conversion per proposal 228Nick Mathewson
2014-09-25Support for writing ed25519 public/private components to disk.Nick Mathewson
2014-09-25Add encode/decode functions for ed25519 public keysNick Mathewson
2014-09-25Restore the operation of extra_strong in ed25519_secret_key_generateNick Mathewson
2014-09-25Another ed25519 tweak: store secret keys in expanded formatNick Mathewson
2014-09-25Fix API for ed25519_ref10_open()Nick Mathewson
2014-09-25Tweak ed25519 ref10 signing interface to use less space.Nick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson
2014-09-25Merge branch 'libscrypt_trunnel_squashed'Nick Mathewson
2014-09-25Use trunnel for crypto_pwbox encoding/decoding.Nick Mathewson
2014-09-25Adjust pwbox format: use a random IV each timeNick Mathewson
2014-09-25Use preferred key-expansion means for pbkdf2, scrypt.Nick Mathewson
2014-09-25Tweak and expose secret_to_key_compute_key for testingNick Mathewson
2014-09-25Rudimentary-but-sufficient passphrase-encrypted box code.Nick Mathewson
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-09-25Tell autoconf to make the compiler act as c99Nick Mathewson
2014-09-25Tweak address.c to use a little c99 syntaxNick Mathewson
2014-09-15Clear up another clangalyzer issueNick Mathewson
2014-09-11Merge remote-tracking branch 'public/bug13104_025'Nick Mathewson
2014-09-11Avoid an overflow on negation in format_helper_exit_statusNick Mathewson
2014-09-10Avoid overflows and underflows in sscanf and friendsNick Mathewson
2014-09-09Add unittests for finding the third quartile of a set.George Kadianakis
2014-09-09Use S?SIZE_MAX, not S?SIZE_T_MAXNick Mathewson
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Clean up the MVSC nmake files so they work again.Nick Mathewson
2014-09-02Make iter for DECLARE_TYPED_DIGESTMAP_FNS be a pointer.Nick Mathewson
2014-09-02Add more assertions to esc_for_log to please the clangalyzer.Nick Mathewson
2014-09-02Add an assertion to read_file_to_str_until_eofNick Mathewson
2014-09-02Explicitly initialize addresses in tor_ersatz_socketpairNick Mathewson
2014-09-02Apply the MALLOC_ZERO_WORKS fixup to tor_realloc as well.Nick Mathewson
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-08-29Drop check for NTE_BAD_KEYSET errorNick Mathewson