42
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove non-iovec based RSA/DSA signing (not used, and DSA code even buggy). More... about 19 years ago
fix warning for memcpy() More... about 19 years ago
Indent. Fix mem leak on errors. More... about 19 years ago
Remove openssl #include. Protect use of 3DES. Reorder definitions to match preference order. More... about 19 years ago
Remove debug code. More... about 19 years ago
Use new generic crypto APIs. More... about 19 years ago
Align with new _LIBSSH2_CRYPT_METHOD API, for libgcrypt support. More... about 19 years ago
Fix _LIBSSH2_CRYPT_METHOD for libgcrypt support. More... about 19 years ago
Implement new _libssh2_cipher_* API. More... about 19 years ago
Support DSA verifications. More... about 19 years ago
Check return value. Fix SHA1_Final. More... about 19 years ago
Add. More... about 19 years ago
Add more files. More... about 19 years ago
Add more files. More... about 19 years ago
Fix 3DES check. More... about 19 years ago
Use libssh2_sha1 instead of SHA1. More... about 19 years ago
Fix last commit. More... about 19 years ago
Use libssh2_* wrappers for SHA-1. More... about 19 years ago
Use LIBSSH2_* instead of OPENSSL_NO_* (should ultimately be possible to chose by ./configure?). More... about 19 years ago
Use LIBSSH2_* instead of OPENSSL_NO_* (should ultimately be possible to chose by ./configure?). More... about 19 years ago
Unconditionally use SHA-1. More... about 19 years ago
Add. More... about 19 years ago
Add. More... about 19 years ago
Begin to abstract RSA operations. More... about 19 years ago
Also build openssl.c or libgcrypt.c. More... about 19 years ago
Define an automake conditional iff libgcrypt is used. More... about 19 years ago
Use generic APIs for (HMAC-)MD5/SHA1 and RNG, and implement them via OpenSSL/libgcrypt. More... about 19 years ago
Add, for libgcrypt. More... about 19 years ago
Look for libgcrypt if --with-libgcrypt is given to ./configure. Note that until the libgcrypt work is complete, libssh2 also link to OpenSSL. More... about 19 years ago
Remove unfinished OPENSSL_NO_SHA ifdef stuff, since SHA-1 is required for libssh2 to work. More... about 19 years ago