aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-18Build with SSH1 and server by default.Andreas Schneider1-1/+1
2009-04-18Simplify signature_from_string() a bit.Andreas Schneider1-30/+13
2009-04-18Fix memleak in sample.Andreas Schneider1-0/+2
2009-04-18Add error checks to ssh_do_sign_with_agent() and fix a memleak.Andreas Schneider1-2/+17
2009-04-18Replace some strcmp with switch to make it a bit faster.Andreas Schneider2-35/+31
2009-04-18Make use of ssh_type_from_name().Andreas Schneider1-3/+3
2009-04-18Some cleanup for publickey_to_string().Andreas Schneider1-2/+2
2009-04-18Fix segfault with gcrypt.Andreas Schneider2-7/+14
2009-04-18Add more error checks to ssh_sign_session_id().Andreas Schneider1-50/+75
2009-04-18Fix a segfault if we try to a signature.Andreas Schneider1-1/+4
2009-04-18Add more error checks to RSA_do_sign().Andreas Schneider1-21/+30
2009-04-18Add more error checks to signature_from_string().Andreas Schneider1-110/+176
2009-04-18Add error checks to signature_to_string().Andreas Schneider1-69/+133
2009-04-18Add check for the return value of gcry_sexp_find_token().Andreas Schneider1-2/+47
2009-04-18Add more error checks to ssh_encrypt_rsa1().Andreas Schneider1-26/+56
2009-04-18Add more error checks to ssh_do_sign().Andreas Schneider1-60/+83
2009-04-18Use a reference counter for the crypto functions.Andreas Schneider1-5/+9
2009-04-17Don't leak memory in publickey_make_* functions.Andreas Schneider1-1/+4
2009-04-17Revert commit 530.Andreas Schneider2-13/+6
2009-04-17Don't leak memory in error path.Andreas Schneider2-6/+13
2009-04-17Revert commit 527.Andreas Schneider1-10/+3
2009-04-17space_tokenize should be rewritten.Andreas Schneider1-0/+1
2009-04-17Don't leak memory.Andreas Schneider1-3/+10
2009-04-17Fix memory leak.Andreas Schneider1-0/+2
2009-04-17Don't leak memory in error path.Andreas Schneider1-0/+1
2009-04-17Fix openSSL support.Andreas Schneider1-12/+18
2009-04-17Fix build with openssl.Andreas Schneider2-21/+30
2009-04-17Don't shadow a global variable.Andreas Schneider1-6/+6
2009-04-17Reformat some of the code.Andreas Schneider1-69/+87
2009-04-17Make the cipher table more readable.Andreas Schneider1-23/+155
2009-04-17Add return values to set_encrypt_key and set_decrypt_key.Andreas Schneider3-150/+271
2009-04-17Reformat HMAC functions.Andreas Schneider1-46/+57
2009-04-17Reformat MD5 functions.Andreas Schneider1-23/+29
2009-04-17Cleanup SHA1 functions.Andreas Schneider1-14/+20
2009-04-17Improve sha1_init().Andreas Schneider1-11/+13
2009-04-16Fix build warning.Andreas Schneider1-1/+1
2009-04-16Fix typo.Andreas Schneider1-1/+1
2009-04-16Reformat signature_verify() and fix match check.Andreas Schneider1-36/+44
2009-04-16Add more error checks to sig_verify().Andreas Schneider1-54/+84
2009-04-16Add a better match() function.Andreas Schneider1-24/+21
2009-04-16Add option to enable crypto debug output.Andreas Schneider3-0/+8
2009-04-16Add return values to generate_session_keys() and generate_one_key().Andreas Schneider4-67/+127
2009-04-16Free bignum_ctx in error path.Andreas Schneider1-0/+6
2009-04-16Add return value to dh_build_k().Andreas Schneider4-20/+46
2009-04-16Improve dh_import() functions.Andreas Schneider4-9/+28
2009-04-16Reformat some functions.Andreas Schneider1-7/+7
2009-04-16Reformat make_string_bn().Andreas Schneider1-7/+10
2009-04-16Add memory error check to make_bignum_string().Andreas Schneider1-16/+27
2009-04-16Add return value to dh_generate_f().Andreas Schneider3-10/+25
2009-04-16Add return value to dh_generate_e().Andreas Schneider3-9/+23