index
:
projects/libssh.git
master
master-fix
stable-0.8
stable-0.9
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
libssh shared repository
libssh git server
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-04
cmake: Avoid setting compiler flags directly
DDoSolitary
1
-13
/
+6
2021-01-28
pki: Fix memory leak on error path
Jakub Jelen
1
-0
/
+1
2021-01-28
config: Support more identity files in configuration
Jakub Jelen
1
-0
/
+1
2021-01-15
dh-gex: Avoid memory leaks
Jakub Jelen
1
-0
/
+3
2021-01-12
libmbedcrypto: Fix chacha20-poly1305
Anderson Toshiyuki Sasaki
2
-8
/
+14
2021-01-12
chachapoly: Use secure_memcmp() to compare auth tag
Anderson Toshiyuki Sasaki
1
-1
/
+1
2021-01-12
libcrypto: Use CRYPTO_memcmp() instead of memcmp
Anderson Toshiyuki Sasaki
1
-1
/
+1
2021-01-12
packet_crypt: Move secure_memcmp() to a shared source
Anderson Toshiyuki Sasaki
3
-11
/
+35
2021-01-12
Clean memory on failure paths
Jakub Jelen
2
-3
/
+7
2021-01-11
channel_rcv_close: indentation
Tom Deseyn
1
-30
/
+30
2021-01-11
channesl: Fix delayed close
Tom Deseyn
1
-13
/
+28
2021-01-11
Cleanup AES compatibility code
Dirkjan Bussink
2
-130
/
+1
2021-01-11
Remove no longer needed compatibility check
Dirkjan Bussink
1
-12
/
+0
2021-01-11
Remove no longer needed compatibility function
Dirkjan Bussink
1
-17
/
+0
2021-01-11
Remove compat reset function
Dirkjan Bussink
3
-10
/
+2
2021-01-11
Move HMAC implementation to EVP API
Dirkjan Bussink
3
-31
/
+27
2021-01-11
Fix formatting for file with changes
Dirkjan Bussink
1
-23
/
+25
2021-01-11
Remove unneeded version conditional
Dirkjan Bussink
1
-11
/
+4
2021-01-11
Use correct cleanup function for cipher context
Dirkjan Bussink
1
-2
/
+1
2021-01-11
Remove unneeded HMAC_CTX_reset function
Dirkjan Bussink
2
-7
/
+0
2021-01-11
Remove unneeded EVP_MD_CTX_reset custom cleanup
Dirkjan Bussink
2
-41
/
+1
2021-01-11
Improve cleanup logic for HMAC
Dirkjan Bussink
1
-16
/
+1
2021-01-11
Remove OPENSSL_zalloc helper
Dirkjan Bussink
1
-16
/
+8
2021-01-11
Use current OpenSSL API as the example
Dirkjan Bussink
2
-21
/
+20
2021-01-01
Happy new year 2021!
Andreas Schneider
1
-1
/
+1
2020-12-22
Cleanup old OpenSSL 0.9.7 compatibility code
Dirkjan Bussink
2
-12
/
+2
2020-12-22
Bump minimum version requirement for OpenSSL
Dirkjan Bussink
1
-8
/
+0
2020-12-11
Always check return value of ssh_list_new()
Dirkjan Bussink
4
-21
/
+37
2020-12-11
Add safety checks for all ssh_string_fill calls
Dirkjan Bussink
6
-27
/
+90
2020-12-11
Ignore request success and failure message if they are not expected
Dirkjan Bussink
1
-18
/
+16
2020-12-10
Use OPENSSL_CRYPTO_LIBRARIES CMake variable when linking against OpenSSL
Kevin Kane
1
-3
/
+3
2020-12-10
Revert "cmake: Use OPENSSL_CRYPTO_LIBRARIES CMake variable when linking again...
Andreas Schneider
1
-3
/
+3
2020-12-10
auth: Add ssh_userauth_publickey_auto_get_current_identity()
Marius Vollmer
2
-0
/
+50
2020-12-10
cmake: Use OPENSSL_CRYPTO_LIBRARIES CMake variable when linking against OpenSSL
Kevin Kane
1
-3
/
+3
2020-12-08
wrapper: Avoid memory leak on errors during key exchange
Jakub Jelen
1
-0
/
+1
2020-11-03
New API for parsing configuration from string
Stanislav Zidek
1
-0
/
+54
2020-10-14
Fix handshake bug with AEAD ciphers and no HMAC overlap
Dirkjan Bussink
1
-16
/
+41
2020-10-02
client: Reset pending_call_state on disconnect
Jakub Jelen
1
-0
/
+1
2020-10-02
client: Reformat ssh_disconnect()
Jakub Jelen
1
-69
/
+73
2020-09-29
pki_gcrypt.c: Fix typo + inconsistency in warning
Paul Capron
1
-2
/
+3
2020-09-29
src/kex.c: removes DES and SHA1 from mac and kex algorithms by default.
Sahana Prasad
1
-9
/
+10
2020-09-17
misc: Do not call random()
Anderson Toshiyuki Sasaki
1
-10
/
+13
2020-09-03
Fix another memory leak on invalid nid value
Dirkjan Bussink
1
-0
/
+4
2020-08-12
sftp: Fix more typos
Jakub Jelen
1
-1
/
+1
2020-07-16
Disable *-cbc ciphers by default
Jakub Jelen
1
-10
/
+13
2020-07-16
pki: Avoid memory leak on invalid curve NID
Jakub Jelen
1
-0
/
+2
2020-07-16
packet: Fix unterminated brace and better context name in debug message
Jakub Jelen
1
-1
/
+1
2020-07-16
misc: Do not confuse client/server in debug messages
Jakub Jelen
1
-1
/
+2
2020-06-23
channel: Do not return error if the server closed the channel
Anderson Toshiyuki Sasaki
1
-3
/
+4
2020-06-03
buffer: Add NULL check for 'buffer' argument
Andreas Schneider
1
-0
/
+4
[next]