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-10-25
cmake: Bump version to 0.9.1
libssh-0.9.1
Andreas Schneider
3
-2
/
+16
2019-10-25
cmake: Bump library version
Andreas Schneider
3
-2
/
+423
2019-10-25
cmake: Link compile database to source dir for clangd
Andreas Schneider
2
-0
/
+7
2019-10-25
packet: On failure, do not use uninitialized crypto
Jakub Jelen
1
-0
/
+4
2019-10-25
packet_crypt: Avoid out of bounds access in debug functions
Jakub Jelen
1
-2
/
+2
2019-10-25
tests: Do not parse global config in torture_ssh_session()
Anderson Toshiyuki Sasaki
1
-1
/
+8
2019-10-25
tests: Do not parse global configuration when testing server
Anderson Toshiyuki Sasaki
1
-51
/
+0
2019-10-25
tests: Do not process server config during tests
Anderson Toshiyuki Sasaki
1
-0
/
+8
2019-10-25
tests: Do not process config when reinitializing session
Anderson Toshiyuki Sasaki
1
-0
/
+2
2019-10-25
tests: Use temporary file for known_hosts
Anderson Toshiyuki Sasaki
2
-75
/
+136
2019-09-30
pki_crypto: Support Ed25519 keys in PEM files
Anderson Toshiyuki Sasaki
3
-22
/
+229
2019-09-30
cmake: Do not build internal ed25519 when unnecessary
Anderson Toshiyuki Sasaki
1
-8
/
+18
2019-09-30
curve25519: Use OpenSSL X25519 implementation
Anderson Toshiyuki Sasaki
1
-45
/
+208
2019-09-30
cmake: Detect OpenSSL X25519 support
Anderson Toshiyuki Sasaki
2
-0
/
+7
2019-09-30
pki: Remove unused function pki_signature_verify()
Anderson Toshiyuki Sasaki
12
-157
/
+35
2019-09-30
pki_crypto: Use OpenSSL for Ed25519 signatures
Anderson Toshiyuki Sasaki
7
-60
/
+343
2019-09-30
pki: Move common Ed25519 functions to pki_ed25519_common.c
Anderson Toshiyuki Sasaki
7
-192
/
+236
2019-09-30
cmake: Detect OpenSSL support for Ed25519
Anderson Toshiyuki Sasaki
2
-0
/
+7
2019-09-30
pki_mbedcrypto: Do not treat Ed25519 as a special case
Anderson Toshiyuki Sasaki
1
-11
/
+35
2019-09-30
pki_gcrypt: Do not treat Ed25519 as a special case
Anderson Toshiyuki Sasaki
1
-10
/
+37
2019-09-30
pki_crypto: Use EVP_DigestSign* and EVP_DigestVerify*
Anderson Toshiyuki Sasaki
3
-25
/
+64
2019-09-30
torture_pki_ed25519: Use public key to verify signatures
Anderson Toshiyuki Sasaki
1
-3
/
+7
2019-09-30
gitlab-ci: Move cmake from prep to build command in csbuild
Anderson Toshiyuki Sasaki
1
-2
/
+1
2019-09-30
gitlab-ci: Turn DEBUG_CRYPTO on for standard crypto lib builds
Andreas Schneider
1
-2
/
+3
2019-09-30
buffer: Simplify handling of the return codes
Jakub Jelen
1
-6
/
+2
2019-09-30
buffer: Avoid use of uninitialized values
Jakub Jelen
1
-6
/
+13
2019-09-30
dh-gex: Correctly free modulus and generator with openssl
Jakub Jelen
1
-6
/
+12
2019-09-30
channels: Correctly reports failed channels opening
Jakub Jelen
1
-0
/
+5
2019-09-30
Reformat channel_open()
Jakub Jelen
1
-57
/
+67
2019-09-30
channels: Do not use deprecated functions in the example code
Jakub Jelen
1
-2
/
+2
2019-09-30
options: Do not attempt to expand percents in PKCS#11 URIs
Jakub Jelen
1
-0
/
+7
2019-09-30
tests: Verify the localuser match works
Jakub Jelen
2
-5
/
+26
2019-09-30
config: Support match localuser
Jakub Jelen
1
-1
/
+23
2019-09-30
config: Make the matching case sensitive as documented in ssh_config manual p...
Jakub Jelen
1
-4
/
+1
2019-09-30
Skip the proxycommand test in case the netcat is not avaliable
Jakub Jelen
1
-1
/
+9
2019-09-30
sftp: Improve the documentation of sftp_init() and sftp_new()
Jakub Jelen
1
-2
/
+10
2019-09-30
known_hosts: Avoid using deprecated functions (even from deprecated functions)
Jakub Jelen
1
-6
/
+11
2019-08-08
misc: Allow %% to escape a single % in paths.
Richard W.M. Jones
2
-0
/
+16
2019-08-08
dh: Add ssh_dh_debug_crypto()
Andreas Schneider
5
-25
/
+48
2019-08-08
bignum: Pass const to ssh_print_bignum()
Andreas Schneider
5
-5
/
+8
2019-08-08
pki_mbedcrypto: Add missing misc.h header file
Andreas Schneider
1
-0
/
+1
2019-08-08
tests: Skip testing 1024 bits key generation in FIPS mode
Anderson Toshiyuki Sasaki
1
-13
/
+15
2019-08-08
knownhosts: Use ssh_mkdirs() instead of ssh_mkdir()
Anderson Toshiyuki Sasaki
3
-45
/
+107
2019-08-08
misc: Introduce internal function ssh_mkdirs()
Anderson Toshiyuki Sasaki
3
-5
/
+166
2019-08-08
misc: Introduce internal function ssh_dir_writeable()
Anderson Toshiyuki Sasaki
3
-0
/
+98
2019-08-08
libcrypto: Avoid incompatible pointers
Jakub Jelen
1
-2
/
+6
2019-08-08
pki_container_openssh: Avoid bogus newline in debug message
Jakub Jelen
1
-1
/
+1
2019-08-08
pki_container_openssh: Reformat whitespace
Jakub Jelen
1
-14
/
+14
2019-08-08
examples: Load ED25519 key when loading all keys
Jakub Jelen
1
-0
/
+2
2019-08-08
Replace ssh_print_hexa() with ssh_log_hexdump()
Anderson Toshiyuki Sasaki
11
-59
/
+59
[next]