aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
AgeCommit message (Expand)AuthorFilesLines
2023-05-04CVE-2023-1667:kex: Add support for sending first_kex_packet_follows flagJakub Jelen2-3/+11
2023-05-04CVE-2023-1667:kex: Correctly handle last fields of KEXINIT also in the client...Jakub Jelen1-0/+5
2023-05-04CVE-2023-1667:dh: Expose the callback cleanup functionsJakub Jelen4-0/+4
2023-05-04CVE-2023-1667:kex: Remove needless function argumentJakub Jelen1-1/+1
2023-05-04Reformat struct ssh_session_structJakub Jelen1-7/+7
2023-04-28handle no-more-sessions in serverAhsen Kamal2-3/+7
2023-04-28add request no-more-sessions@openssh.com global requestAhsen Kamal1-0/+1
2023-04-24Add support for hardlink@openssh.comEshan Kelkar1-0/+16
2023-04-21Add callback to accept forwarded-tcpip requestsAdley Phu1-0/+25
2023-03-15doc: Fix doxygen errors when QUIET=yes EXTRACT_ALL=yesNorbert Pocs3-4/+4
2023-03-06rename discon_msg to peer_discon_msgAhsen Kamal1-1/+1
2023-03-01Add support for PKCS#11 provider in OpenSSL 3.0Jakub Jelen1-1/+1
2023-02-02Remove support for DSA KeysMohammad Shehar Yaar Tausif8-34/+8
2023-02-01server: Add documentation to some functionsNorbert Pocs1-3/+8
2023-02-01documentation: Fix Missing param doxygen warningsNorbert Pocs1-3/+20
2023-01-25Get rid of the deprecated OpenSSL APIJakub Jelen3-16/+7
2023-01-25Remove needless ifdefs for Ed25519 support ...Jakub Jelen2-4/+5
2023-01-25Do not build the PKCS#11 when disabledJakub Jelen2-0/+4
2023-01-09include: Document the need to free the returned bufferJakub Jelen1-0/+2
2023-01-09Happy new year 2023!Andreas Schneider1-1/+1
2023-01-02Add callbacks for channel open response, and channel request response.Tom Deseyn1-0/+31
2022-12-20Move old DSA and RSA structs into EVP_PKEYNorbert Pocs2-14/+0
2022-11-29Add flags for escape expand operationNorbert Pocs1-0/+7
2022-11-29Add a placehohlder for non-expanded identitiesNorbert Pocs1-0/+1
2022-11-29Fix memory leaks of bignums when openssl >= 3.0Norbert Pocs1-1/+1
2022-11-18options.c: Add support for openssh config +,-,^Norbert Pocs1-1/+2
2022-11-18kex: Add functions for openssh +,-,^ featuresNorbert Pocs1-0/+4
2022-11-18tokens: Add low-level function to exlclude, prepend listsNorbert Pocs1-0/+5
2022-11-02libcrypto.c: Change function parameter nameNorbert Pocs1-3/+3
2022-11-02pki_ed25519_common.c: Change function parameter nameNorbert Pocs1-1/+1
2022-11-02misc.c/h: Change function parameter nameNorbert Pocs1-1/+1
2022-11-02Add external c declaration for c++Norbert Pocs42-0/+335
2022-11-02bind: Set socket connected after accepting connectionJakub Jelen1-0/+1
2022-10-31Remove HAVE_OPENSSL_ED25519 ifdefsNorbert Pocs1-3/+3
2022-10-12sftp: Add comment about limitation of sftp_setstatJakub Jelen1-0/+5
2022-10-12Fix various spelling issues reported by codespellJakub Jelen5-11/+11
2022-10-12Support SSH_SUPPRESS_DEPRECATEDJeroen Ooms1-1/+1
2022-10-12fix printf format warningXiang Xiao1-7/+2
2022-10-07libssh.h: Update loglevel docNorbert Pocs1-5/+5
2022-09-22Implement IdentitiesOnlyLinus Kardell3-0/+3
2022-09-07kdf: Avoid endianess issuesAndreas Schneider2-2/+2
2022-08-26misc: Fix format truncation in ssh_path_expand_escape()Andreas Schneider1-1/+1
2022-08-25misc: rename gettimeofday symbolTimo Rothenpieler1-1/+3
2022-08-25pki: Rework handling of EVP_PKEYs in OpenSSL backendJakub Jelen1-1/+3
2022-08-25Initialize pkcs11 engine only onceJakub Jelen1-0/+3
2022-08-25pki: Factor out the backend-specifics from cleaning the key structureJakub Jelen1-0/+2
2022-07-08pki: Fix building pki_ed25519.c with libgcryptAndreas Schneider1-3/+3
2022-07-07Change const bignum to bignumNorbert Pocs1-0/+10
2022-07-07Use EVP_PKEY as a key type in key structsNorbert Pocs3-1/+23
2022-07-07Update HMAC function parameter typeNorbert Pocs2-4/+11