1
1
Форкнуть 0
libssh/src
Andreas Schneider e8322817a9 Bump version to 0.10.4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2022-09-07 15:30:40 +02:00
..
ABI Bump version to 0.10.4 2022-09-07 15:30:40 +02:00
external trivial fix: Fixes some spelling errors 2022-04-19 15:55:49 +02:00
threads [winlocks] Include stdlib.h to avoid crash in Windows 2021-03-11 09:02:08 -05:00
CMakeLists.txt Do not force GNU_SOURCE during build to fix #141 2022-08-30 13:26:02 +02:00
agent.c Rewrite strerror to ssh_strerror 2022-07-04 11:55:40 +02:00
auth.c Use EVP_PKEY as a key type in key structs 2022-07-07 08:39:39 +02:00
base64.c base64: Use SSH_BUFFER_FREE() 2019-12-09 16:08:03 +01:00
bignum.c More consistent logging 2021-08-18 14:13:56 +02:00
bind.c bind.c: Add missing size constant to err_msg 2022-07-12 10:43:25 +02:00
bind_config.c Fix multiple spelling and grammar mistakes 2022-05-02 19:05:51 +02:00
buffer.c Fix type mismatch warnings 2022-06-15 14:47:06 +02:00
callbacks.c callbacks: Implement list of callbacks for channels 2016-05-02 16:56:54 +02:00
chachapoly.c Fix multiple spelling and grammar mistakes 2022-05-02 19:05:51 +02:00
channels.c Fix type mismatch warnings 2022-06-15 14:47:06 +02:00
client.c Rewrite strerror to ssh_strerror 2022-07-04 11:55:40 +02:00
config.c config: Expand tilde when handling include directives 2022-09-02 09:56:52 +02:00
config_parser.c config_parser: Allow equal sign as a separator and eat up trailing whitespace 2020-04-20 14:14:33 +02:00
connect.c Rewrite strerror to ssh_strerror 2022-07-04 11:55:40 +02:00
connector.c Fix type mismatch warnings 2022-06-15 14:47:06 +02:00
crypto_common.c crypto: Use stdint types and make code more readable of secure_memcmp() 2022-06-20 09:18:59 +02:00
curve25519.c curve25519: Do not check for openssl functions when other crypto backend is used 2022-08-03 10:49:18 +02:00
dh-gex.c Change const bignum to bignum 2022-07-07 08:39:39 +02:00
dh.c Change const bignum to bignum 2022-07-07 08:39:39 +02:00
dh_crypto.c Port functions to openssl3.0 2022-07-07 08:39:39 +02:00
dh_key.c kex: Add support for diffie-hellman-group14-sha256 2020-04-06 09:27:26 +02:00
ecdh.c ecdh: Use SSH_STRING_FREE() 2019-12-09 16:08:03 +01:00
ecdh_crypto.c Port functions to openssl3.0 2022-07-07 08:39:39 +02:00
ecdh_gcrypt.c ecdh_gcrypt: Use SSH_STRING_FREE() 2019-12-09 16:08:03 +01:00
ecdh_mbedcrypto.c Fix mbedTLS issues caused by v3 API changes 2022-07-04 08:52:18 +02:00
error.c Fix multiple spelling and grammar mistakes 2022-05-02 19:05:51 +02:00
gcrypt_missing.c dh: Do some basic refactoring 2019-01-24 11:56:23 +01:00
getpass.c Reformat most of the function headers 2022-06-09 09:08:02 +02:00
getrandom_crypto.c Build external override library with all symbols 2022-08-02 16:01:35 +02:00
getrandom_gcrypt.c Build external override library with all symbols 2022-08-02 16:01:35 +02:00
getrandom_mbedcrypto.c Build external override library with all symbols 2022-08-02 16:01:35 +02:00
gssapi.c Reformat most of the function headers 2022-06-09 09:08:02 +02:00
gzip.c Fix type mismatch warnings 2022-06-15 14:47:06 +02:00
init.c init: Free global init mutex in the destructor on Windows 2022-08-02 16:03:06 +02:00
kdf.c kdf: Avoid endianess issues 2022-09-07 15:29:03 +02:00
kex.c Change const bignum to bignum 2022-07-07 08:39:39 +02:00
known_hosts.c Update HMAC function parameter type 2022-07-07 08:39:39 +02:00
knownhosts.c knownhosts: Fix and infinite loop when iterating known host entries 2022-09-05 14:25:22 +02:00
legacy.c Use EVP_PKEY as a key type in key structs 2022-07-07 08:39:39 +02:00
libcrypto-compat.c Remove no longer needed compatibility function 2021-01-11 10:45:22 +01:00
libcrypto-compat.h Define EC name constants for openssl3 2022-07-07 08:39:39 +02:00
libcrypto.c kdf: Avoid endianess issues 2022-09-07 15:29:03 +02:00
libgcrypt.c kdf: Avoid endianess issues 2022-09-07 15:29:03 +02:00
libmbedcrypto.c kdf: Avoid endianess issues 2022-09-07 15:29:03 +02:00
libssh.map API: Bump SO version to 4.9.0 2022-07-02 07:04:48 +02:00
log.c log: add ssh_vlog to save the stack space 2021-06-10 14:56:29 +02:00
match.c Fix type mismatch warnings 2022-06-15 14:47:06 +02:00
mbedcrypto-compat.h Fix mbedTLS issues caused by v3 API changes 2022-07-04 08:52:18 +02:00
mbedcrypto_missing.c mbedcrypto_missing: Always check return values 2019-12-23 14:31:32 +01:00
md_crypto.c Move digest functions into separate file 2022-08-02 16:01:42 +02:00
md_gcrypt.c Move digest functions into separate file 2022-08-02 16:01:42 +02:00
md_mbedcrypto.c Move digest functions into separate file 2022-08-02 16:01:42 +02:00
messages.c Fix multiple spelling and grammar mistakes 2022-05-02 19:05:51 +02:00
misc.c misc: Refactor ssh_strerror to check return values 2022-08-30 13:26:04 +02:00
options.c options: Use exec for the proxy command 2022-08-30 10:01:48 +02:00
packet.c packet: Fix ssh_packet_socket_callback() return value 2022-06-22 12:28:30 +02:00
packet_cb.c Clean memory on failure paths 2021-01-12 12:46:25 +01:00
packet_crypt.c packet: Check hmac return codes in ssh_packet_hmac_verify() 2022-07-14 15:03:58 +02:00
pcap.c Rewrite strerror to ssh_strerror 2022-07-04 11:55:40 +02:00
pki.c pki: Rework handling of EVP_PKEYs in OpenSSL backend 2022-08-25 17:36:36 +02:00
pki_container_openssh.c Improve documentation by mentioning the free functions 2022-06-09 09:08:02 +02:00
pki_crypto.c pki: Rework handling of EVP_PKEYs in OpenSSL backend 2022-08-25 17:36:36 +02:00
pki_ed25519.c unsorted formatting cleanup 2022-05-10 12:39:26 +02:00
pki_ed25519_common.c Add safety checks for all ssh_string_fill calls 2020-12-11 13:32:02 +01:00
pki_gcrypt.c pki: Factor out the backend-specifics from cleaning the key structure 2022-08-25 17:36:22 +02:00
pki_mbedcrypto.c pki: Factor out the backend-specifics from cleaning the key structure 2022-08-25 17:36:22 +02:00
poll.c poll: Document errno will be set for ssh_event_dopoll() 2022-06-23 12:35:39 +02:00
scp.c Deprecate duplicate/ unused functions 2022-06-09 09:08:02 +02:00
server.c session->socket_callbacks.data will be set to ssh_packet_socket_callback 2022-08-25 17:36:45 +02:00
session.c session: Initialize the port with the standard port (22) 2022-08-30 10:00:48 +02:00
sftp.c sftp: fix the length calculation of packet in sftp_write 2022-06-29 18:29:26 +02:00
sftpserver.c sftpserver: Add missing return check for ssh_buffer_add_data() 2020-06-03 10:38:40 +02:00
socket.c socket: Remove needless typedef 2022-08-30 13:26:06 +02:00
string.c Fix multiple spelling and grammar mistakes 2022-05-02 19:05:51 +02:00
threads.c threads: Automatically call ssh_init on load 2018-08-03 16:43:03 +02:00
token.c token: Added function to remove duplicates 2019-07-04 10:29:20 +02:00
wrapper.c wrapper: Avoid size_t to uint8 cast 2022-08-30 13:26:05 +02:00