Lines Matching refs:code
409 upstream: adapt ssh_api.c code for kex-strict
499 upstream: remove ext-info-* in the kex.c code, not in callers;
1008 upstream: move PKCS#11 setup code to test-exec.sh so it can be reused
1018 upstream: tidy and refactor PKCS#11 setup code
1023 Move PKCS#11 setup code to functions in anticipation of it being used
1558 upstream: the sftp code was one of my first contributions to
2267 too no code change
2335 signing of KRL objects. However, the code to sign KRLs and verify KRL
2341 refactors the remaining code to realise the benefit - primarily, we
2382 These too are unreachable, but we want the code to be safe regardless of
2507 the u32 that's passed over the multiplexing socket; previously code would
2629 …The commit b068122 removed the code dropping the trailing colon, but the comment stayed leaving th…
2828 sshsig_check_allowed_keys() in r1.31, removing some dead code
3000 is empty, not SSH_ERR_INTERNAL_ERROR. Also remove some dead code spotted
3009 upstream: Remove dead code from inside if block.
3075 upstream: Remove compat code for OpenSSL < 1.1.*
3085 upstream: Remove compat code for OpenSSL 1.0.*
3384 upstream: Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since
3626 We've previously removed a lot of the really old compatibility code,
3957 upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code
4147 in nearby Linux kernel code, e.g. CVE-2020-29368, CVE-2020-29374 and
4364 upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOP
4508 upstream: remove whitespace at EOL from code extracted from SUPERCOP
5561 The cygwin compat code uses xmalloc, so add libssh.a so pick up that.
5789 Move keytype data and some of the type-specific code (allocation,
6138 reflected and with small adjustment to completer code the correct
6379 code returned to fall back only if necessary. Avoids PIN prompts for FIDO
6665 compat code for fido_dev_is_winhello()
6747 the channels code and thus do use libraries such as zlib and libcrypto
6833 upstream: sk-usbhid: preserve error code returned by key_lookup()
6874 run will fail because it'll try to check out the code to a broken
6915 on have a native getcwd() so this code is not used on those anyway.
7345 keys was added, but the ssh-keygen(1) code was missing.
7385 mostly redundant to authopt_fuzz, but it's sensitive code so IMO it
7412 code is less tightly coupled to ssh_api.[ch]
7608 the code in private2_check_padding(). Pull private2_check_padding() up so the
7609 code can be reused. From Martin Vahlensieck, ok deraadt@