/
niceSOFT
/
libssh
ОбзорДокументацияВойти
/
niceSOFT
/
libssh
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
libssh/
src/
..
ABI

libssh-0.12.0

6 месяцев назад
external

options: Add bundled getopt implementation from FreeBSD

5 месяцев назад
threads

mbedtls: Warn about missing featues of mbedTLS build

10 месяцев назад
CMakeLists.txt

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
agent.c

Use SSH_LOG_STRERROR where applicable

4 месяца назад
auth.c

Usage of ssh_iterator_value() helper macro instead of raw it->data access

13 дней назад
base64.c

CVE-2025-4877 base64: Prevent integer overflow and potential OOB

год назад
bignum.c

bignum: Make sure the padding is large enough for the number

2 года назад
bind.c

docs: add doxygen documentation and fix inconsistencies

5 месяцев назад
bind_config.c

docs: add doxygen documentation and fix inconsistencies

5 месяцев назад
buffer.c

doc: add missing Doxygen comments and fix documentation style

5 месяцев назад
callbacks.c

fix(callbacks): make is_callback_valid's behaviour consistent with its name

год назад
chachapoly.c

CVE-2025-4878 Initialize pointers where possible

год назад
channels.c

Usage of ssh_iterator_value() helper macro instead of raw it->data access

13 дней назад
client.c

misc: cap finite timeout conversion at INT_MAX

3 месяца назад
config.c

client: add ExitOnForwardFailure config option parsing and storage

11 дней назад
config_parser.c

CVE-2026-59846 Block shell metacharacters from usernames

месяц назад
connect.c

connect: Avoid calling close with negative argument

7 месяцев назад
connector.c

fix typos

6 месяцев назад
crypto_common.c

crypto: Use stdint types and make code more readable of secure_memcmp()

4 года назад
curve25519.c

curve25519: Make ssh_curve25519_build_k public

7 месяцев назад
curve25519_crypto.c

CVE-2025-8277: Fix memory leak of unused ephemeral key pair after client's wrong KEX guess

год назад
curve25519_fallback.c

refactor(curve25519): split the single file curve25519.c into multiple files for better readability

год назад
curve25519_gcrypt.c

CVE-2025-8277: Fix memory leak of unused ephemeral key pair after client's wrong KEX guess

год назад
curve25519_mbedcrypto.c

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
dh-gex.c

dh-gex: Add missing goto error

3 месяца назад
dh.c

reformat: gssapi key exchange

7 месяцев назад
dh_crypto.c

feat: add gssapi key exchange

7 месяцев назад
dh_key.c

dh: Validate peer public key

4 месяца назад
ecdh.c

CVE-2023-48795: client side mitigation

3 года назад
ecdh_crypto.c

Native ML-KEM768 implementation

7 месяцев назад
ecdh_gcrypt.c

Native ML-KEM768 implementation

7 месяцев назад
ecdh_mbedcrypto.c

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
error.c

doc: add missing Doxygen comments and fix documentation style

5 месяцев назад
gcrypt_missing.c

fix: replace str(n)(cat|cpy) with strl(cat|cpy)

4 месяца назад
getpass.c

fix: replace str(n)(cat|cpy) with strl(cat|cpy)

4 месяца назад
getrandom_crypto.c

getrandom_crypto.c: Add function to the documentation

4 года назад
getrandom_gcrypt.c

Build external override library with all symbols

4 года назад
getrandom_mbedcrypto.c

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
gssapi.c

gssapi: fail if the selected OID is not in client-supplied OIDs

3 месяца назад
gzip.c

zlib: Move conditional compilation inside of the gzip.c

2 года назад
hybrid_mlkem.c

hybrid_mlkem: Fix incomplete error handling of short ML-KEM keys

3 месяца назад
init.c

Add missing includes for fprintf()

4 года назад
kdf.c

CVE-2023-6918: kdf: Detect context init failures

3 года назад
kex-gss.c

CVE-2026-59851 gssapi-keyex: add a missing server callback dispatch

месяц назад
kex.c

Fix semantics of strchr() for C23

3 месяца назад
known_hosts.c

knownhosts: restrict StrictHostKeyChecking off on key mismatches

3 месяца назад
knownhosts.c

knownhosts: Return SSH_KNOWN_HOSTS_UNKNOWN with GSS KEX and no host key

месяц назад
legacy.c

doc: add missing Doxygen comments and fix documentation style

5 месяцев назад
libcrypto-compat.h

Move old DSA and RSA structs into EVP_PKEY

4 года назад
libcrypto.c

CVE-2026-59847 libcrypto: Fix symmetric issue during encryption

месяц назад
libgcrypt.c

Replace explicit_bzero with ssh_burn

8 месяцев назад
libmbedcrypto.c

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
libssh.map

gssapi: export ssh_userauth_gssapi_keyex

14 дней назад
log.c

doc: add missing Doxygen comments and fix documentation style

5 месяцев назад
match.c

fix: replace str(n)(cat|cpy) with strl(cat|cpy)

4 месяца назад
mbedcrypto-compat.h

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
mbedcrypto_missing.c

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
mbedcrypto_v4.c

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
md_crypto.c

kex: Allow MLKEM key exchanges in FIPS mode

4 месяца назад
md_gcrypt.c

md: Implement one-shot md5

7 месяцев назад
md_mbedcrypto.c

md: Implement one-shot md5

7 месяцев назад
messages.c

Fix bind_address leak on global request callback path

14 дней назад
misc.c

CVE-2026-59846 Block shell metacharacters from usernames

месяц назад
mlkem.c

Native ML-KEM768 implementation

7 месяцев назад
mlkem_crypto.c

mlkem_crypto: Fix fallback to default provider in FIPS

15 дней назад
mlkem_gcrypt.c

Add missing check in ML-KEM implementation of gcrypt

7 месяцев назад
mlkem_native.c

Native ML-KEM768 implementation

7 месяцев назад
options.c

client: add ExitOnForwardFailure config option parsing and storage

11 дней назад
packet.c

Usage of ssh_iterator_value() helper macro instead of raw it->data access

13 дней назад
packet_cb.c

Add missing newline on eof

3 месяца назад
packet_crypt.c

Replace explicit_bzero with ssh_burn

8 месяцев назад
pcap.c

Use calloc instead of zeroizing structure after malloc

год назад
pki.c

Fix semantics of strchr() for C23

3 месяца назад
pki_container_openssh.c

Replace explicit_bzero with ssh_burn

8 месяцев назад
pki_context.c

pki_context: Document 0 is valid for bit size (default)

5 месяцев назад
pki_crypto.c

Replace explicit_bzero with ssh_burn

8 месяцев назад
pki_ed25519.c

ed25519: Avoid timing leak when comparing private keys

6 месяцев назад
pki_ed25519_common.c

CVE-2025-4878 Initialize pointers where possible

год назад
pki_gcrypt.c

fix: test failure in pkd against dropbear with libgcrypt

3 месяца назад
pki_mbedcrypto.c

mbedtls: Initial migration to PSA-Crypto API (v4)

месяц назад
pki_sk.c

Replace explicit_bzero with ssh_burn

8 месяцев назад
poll.c

Usage of ssh_iterator_value() helper macro instead of raw it->data access

13 дней назад
scp.c

Use SSH_CHANNEL_FREE where possible

месяц назад
server.c

Add a new API function ssh_session_kex_is_gss

месяц назад
session.c

Defer allocation of session option lists to first use to avoid unnecessary allocations in ssh_new()

13 дней назад
sftp.c

CVE-2026-59848 sftp: Initialize sftp_request_queue ptr in sftp_free

месяц назад
sftp_aio.c

CVE-2026-59848 sftp: handle responses with unknown request IDs

месяц назад
sftp_common.c

CVE-2026-59848 sftp: handle responses with unknown request IDs

месяц назад
sftpserver.c

CVE-2026-15370 sftpserver: Avoid use of strlcpy altogether

месяц назад
sk_common.c

Replace explicit_bzero with ssh_burn

8 месяцев назад
sk_usbhid.c

fido2: implement the default sk_callbacks for FIDO2/U2F keys using the usb-hid protocol

9 месяцев назад
sntrup761.c

sntrup: Remove needless conversion of shared secret to bignum

5 месяцев назад
socket.c

options: do not let config override explicitly-set options

18 дней назад
string.c

string: Made ssh_string_new() to zero-init payload on creation

3 месяца назад
threads.c

doc: add missing Doxygen comments and fix documentation style

5 месяцев назад
token.c

fix: replace str(n)(cat|cpy) with strl(cat|cpy)

4 месяца назад
ttyopts.c

ttyopts: make non-POSIX defines optional

9 месяцев назад
wrapper.c

pki: add ssh_key_type_and_hash_from_signature_name()

5 месяцев назад