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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-30
pki_crypto: plug pki_signature_from_blob leaks
Jon Simons
1
-0
/
+8
2019-01-30
pki: NULL check pki_signature_from_rsa_blob result
Jon Simons
2
-0
/
+6
2019-01-30
dh: harden error handling in 'ssh_dh_init_common'
Jon Simons
1
-0
/
+3
2019-01-30
dh: plug pubkey_blob leak in ssh_server_dh_process_init
Jon Simons
1
-1
/
+4
2019-01-30
dh-gex: fix double-ssh_dh_init_common memory leak
Jon Simons
1
-6
/
+0
2019-01-30
dh-gex: fix moduli file stream leak
Jon Simons
1
-0
/
+1
2019-01-30
session: Repects timeout=0 for packets on blocking sessions
Till Wimmer
1
-1
/
+1
2019-01-30
options: Removed outdated param annotations of ssh_options_set()
Till Wimmer
1
-31
/
+0
2019-01-30
connector: Don't NULL connector (in|out) channels on event remove
Till Wimmer
1
-2
/
+0
2019-01-27
gitlab-ci: Enable DEBUG build options on Fedora
Andreas Schneider
1
-0
/
+1
2019-01-26
bignum: Reformat ssh_make_string_bn and unbreak build with DEBUG_CRYPTO
Jakub Jelen
1
-10
/
+11
2019-01-26
dh: Reformat ssh_dh_debug, ssh_dh_build_k and unbreak build with DEBUG_CRYPTO
Jakub Jelen
1
-21
/
+29
2019-01-26
tests: Initialize ssh_cipher_struct in torture_crypto_aes256_cbc()
Andreas Schneider
1
-8
/
+20
2019-01-26
packet: Add missing error check in packet_send2()
Andreas Schneider
1
-0
/
+3
2019-01-26
pki: Avoid a possible segfaults in error paths
Andreas Schneider
1
-2
/
+2
2019-01-26
dh-gex: Add error check for ssh_packet_send() in ssh_packet_server_dhgex_request
Andreas Schneider
1
-0
/
+3
2019-01-26
libcrypto: Use size_t for size calculations
Andreas Schneider
1
-5
/
+8
2019-01-26
sftp: Add NULL check in sftp_ext_free()
Anderson Toshiyuki Sasaki
1
-7
/
+14
2019-01-26
sftp: Reformat sftp_ext_free()
Anderson Toshiyuki Sasaki
1
-13
/
+14
2019-01-26
tests: Add NULL checks in pki tests
Anderson Toshiyuki Sasaki
5
-7
/
+96
2019-01-26
tests: Prefer assert_non_null() over assert_false()
Anderson Toshiyuki Sasaki
5
-8
/
+8
2019-01-26
tests: Added NULL checks in torture_list.c
Anderson Toshiyuki Sasaki
1
-0
/
+31
2019-01-26
tests: Prefer assert_non_null over assert_true
Anderson Toshiyuki Sasaki
14
-88
/
+87
2019-01-26
misc: Add NULL checks before accessing lists
Anderson Toshiyuki Sasaki
1
-8
/
+33
2019-01-26
messages: Fix NULL check, preventing SEGFAULT
Anderson Toshiyuki Sasaki
1
-1
/
+1
2019-01-25
gitlab-ci: Add (disabled) target with MemorySanitizer
Andreas Schneider
1
-0
/
+22
2019-01-25
cmake: Add support for MemorySanitizer
Andreas Schneider
1
-0
/
+12
2019-01-25
packet_crypt: Make sure we always operate on initilized memory
Andreas Schneider
1
-1
/
+1
2019-01-25
session: Initialize allocated memory
Andreas Schneider
1
-3
/
+3
2019-01-25
gitlab-ci: Fix UndefinedSanitizer
Andreas Schneider
1
-1
/
+2
2019-01-24
buffer: Convert argc to size_t in ssh_buffer_unpack() as well
Baruch Siach
2
-14
/
+15
2019-01-24
examples: add public key auth for specific key
Eric Bentley
1
-0
/
+62
2019-01-24
examples: add public key authentication to ssh_server_fork
Eric Bentley
1
-2
/
+67
2019-01-24
tests: Extend negative test cases for config Match keyword
Jakub Jelen
2
-2
/
+102
2019-01-24
tests: Use assert_ssh_return_code() in config test
Jakub Jelen
1
-7
/
+7
2019-01-24
config: Add new Match final keyword from OpenSSH 8.0
Jakub Jelen
1
-5
/
+16
2019-01-24
config: Fail if there is missing argument for some of the match keywords
Jakub Jelen
1
-7
/
+16
2019-01-24
pkd: dh-group-exchange testcases
Aris Adamantiadis
1
-4
/
+27
2019-01-24
dh-gex: Add server implementation
Aris Adamantiadis
9
-31
/
+195
2019-01-24
wrapper: Move dh cleanup into dh.c
Aris Adamantiadis
4
-14
/
+9
2019-01-24
tests: Added moduli file parsing tests
Aris Adamantiadis
2
-0
/
+121
2019-01-24
dh-gex: Add support for moduli file parsing
Aris Adamantiadis
1
-0
/
+252
2019-01-24
tests: Add dh-group-exchange algorithm tests
Aris Adamantiadis
2
-1
/
+28
2019-01-24
dh-gex: Add client implementation
Aris Adamantiadis
8
-2
/
+335
2019-01-24
dh: move state changes inside DH code
Aris Adamantiadis
3
-1
/
+2
2019-01-24
dh: Do some basic refactoring
Aris Adamantiadis
5
-351
/
+222
2019-01-24
buffer: Support bignums in ssh_buffer_unpack()
Aris Adamantiadis
1
-0
/
+20
2019-01-24
mbedcrypto: fixed nasty RNG bugs
Aris Adamantiadis
1
-2
/
+12
2019-01-24
bignum: harmonize gcrypt, libcrypto and libmcrypt bignum
Aris Adamantiadis
11
-218
/
+177
2019-01-24
dh: move unrelated functions out of dh.c
Aris Adamantiadis
6
-714
/
+786
[prev]
[next]