summaryrefslogtreecommitdiffstats
path: root/libssh/dh.c
Commit message (Expand)AuthorAgeFilesLines
* fix ssh_finalize which didn't clear the flagAris Adamantiadis2009-08-131-0/+1
* Fix possible memory corruption (#14)milo2009-08-071-5/+5
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+1
* Change back to a initialized variable and document ssh_finalize().Andreas Schneider2009-04-181-9/+5
* Use a reference counter for the crypto functions.Andreas Schneider2009-04-181-5/+9
* Revert commit 530.Andreas Schneider2009-04-171-9/+5
* Don't leak memory in error path.Andreas Schneider2009-04-171-5/+9
* Don't leak memory in error path.Andreas Schneider2009-04-171-0/+1
* Don't shadow a global variable.Andreas Schneider2009-04-171-6/+6
* Fix build warning.Andreas Schneider2009-04-161-1/+1
* Reformat signature_verify() and fix match check.Andreas Schneider2009-04-161-36/+44
* Add more error checks to sig_verify().Andreas Schneider2009-04-161-54/+84
* Add a better match() function.Andreas Schneider2009-04-161-24/+21
* Add return values to generate_session_keys() and generate_one_key().Andreas Schneider2009-04-161-64/+119
* Free bignum_ctx in error path.Andreas Schneider2009-04-161-0/+6
* Add return value to dh_build_k().Andreas Schneider2009-04-161-17/+37
* Improve dh_import() functions.Andreas Schneider2009-04-161-5/+17
* Reformat some functions.Andreas Schneider2009-04-161-7/+7
* Reformat make_string_bn().Andreas Schneider2009-04-161-7/+10
* Add memory error check to make_bignum_string().Andreas Schneider2009-04-161-16/+27
* Add return value to dh_generate_f().Andreas Schneider2009-04-161-7/+19
* Add return value to dh_generate_e().Andreas Schneider2009-04-161-7/+19
* Add return value to dh_generate_y().Andreas Schneider2009-04-161-6/+14
* Add return value to dh_generate_x().Andreas Schneider2009-04-161-6/+14
* Improve ssh_print_bignum().Andreas Schneider2009-04-161-8/+8
* Improve ssh_crypto_finalize().Andreas Schneider2009-04-161-7/+9
* Add error checks to ssh_crypto_init().Andreas Schneider2009-04-161-18/+38
* Revert commit 491.Andreas Schneider2009-04-161-54/+35
* Make dh crypto functions thread safe.Andreas Schneider2009-04-161-35/+54
* Add return value and error checking for hash buffer cookie functions.Andreas Schneider2009-04-071-11/+41
* Add return value and error checks to make_sessionid().Andreas Schneider2009-04-071-75/+137
* Use const where it should be used.Andreas Schneider2009-04-051-1/+1
* Fix a build warning.Andreas Schneider2009-04-051-1/+1
* Add error checking of strdup.Andreas Schneider2009-04-021-0/+3
* Improve the ssh_get_pubkey_hash() function.Andreas Schneider2009-04-021-18/+44
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-1/+19
* Create a ssh_get_hexa function.Andreas Schneider2009-03-301-10/+47
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-35/+41
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-121-4/+10
* Fix compiler warning about unused variable.Andreas Schneider2009-03-111-9/+15
* Remove deprecated pubkey_get_hash function.Andreas Schneider2009-02-021-6/+0
* Fix compiler warnings.Andreas Schneider2009-02-021-3/+3
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-1/+1
* gcrypt + SSH1 bug resolvedAris Adamantiadis2008-06-171-9/+6
* big changes :Aris Adamantiadis2008-06-121-3/+15
* some changes so it compiles better under windowsAris Adamantiadis2008-05-221-0/+2
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* first part of win32 patchesAris Adamantiadis2008-03-071-2/+2
* fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis2008-03-041-4/+4