summaryrefslogtreecommitdiffstats
path: root/libssh/dh.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-1049/+0
* Fix initialization of threadingAris Adamantiadis2010-09-011-2/+1
* Openssl implementation of threading + default impAris Adamantiadis2010-09-011-0/+2
* Begin of a solution for threadingAris Adamantiadis2010-08-301-9/+0
* Added "fix" for libgcrypt threading, ...Aris Adamantiadis2010-08-301-0/+7
* Fixes bug #99Aris Adamantiadis2010-08-281-1/+4
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-281-1/+1
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-33/+33
* Fix warnings found with clang analyzerAris Adamantiadis2010-04-281-1/+1
* Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2010-04-281-3/+3
* Fixed documentation of dh functions.Andreas Schneider2010-04-041-7/+13
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-3/+3
* Get rid of the options structure.Andreas Schneider2009-10-021-4/+3
* Fixed doxygen compilation warningsAris Adamantiadis2009-09-261-2/+0
* More include file splittingAris Adamantiadis2009-09-261-0/+2
* Removed obsolete optionsAris Adamantiadis2009-09-261-6/+0
* More include file movingsAris Adamantiadis2009-09-261-0/+3
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-2/+5
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-18/+18
* fix ssh_finalize which didn't clear the flagAris Adamantiadis2009-08-131-0/+1
* Fix possible memory corruption (#14)milo2009-08-061-5/+5
* Public key authentication server sidemilo2009-07-271-4/+5
* Switch completly to stdint types.Andreas Schneider2009-07-251-1/+1
* Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider2009-07-251-0/+16
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-2/+2
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-3/+3
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-16/+16
* 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