aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-03channel: Add ssh_channel_send_keepalive()master-keepaliveAndreas Schneider2-0/+24
2018-09-02cmake: Small improvements to AddCMockaTestAndreas Schneider1-15/+17
2018-09-02auth: Fix freeing memory in ssh_userauth_agent_publickey()Andreas Schneider1-11/+11
2018-09-02include: Add SSH_STRING_FREE() and SSH_STRING_FREE_CHAR()Andreas Schneider1-0/+4
2018-09-01gitlab-ci: Correctly run AddressSanitizer with cmakeAndreas Schneider1-2/+1
2018-09-01messages: Fix memory leak in ssh_packet_userauth_requestAndreas Schneider1-0/+1
2018-09-01gitlab-ci: Enable address sanitzer buildmaster-asanAndreas Schneider1-2/+4
2018-09-01tests: Fix memory leaks in torture_hashesAndreas Schneider1-0/+3
2018-09-01auth: Fix a memory leak in ssh_userauth_agent_publickey()Andreas Schneider1-2/+2
2018-09-01pki: Fix a memory leak in ssh_pki_do_sign()Andreas Schneider1-0/+2
2018-09-01packet: Add a bound check for nr_extensionsAndreas Schneider1-0/+6
2018-08-31doc: Update Public Key AlgorithmsAndreas Schneider1-1/+1
2018-08-31gitlab-ci: Move tumbleweed to the end of the fileAndreas Schneider1-73/+74
2018-08-31gitlab-ci: Only run static-analysis on tumbleweedAndreas Schneider1-20/+0
2018-08-31gitlab-ci: Add a clang build on tumbleweedAndreas Schneider1-1/+21
2018-08-31tests: Properly initilize library in threads testsJakub Jelen3-0/+18
2018-08-31pki: Support RSA SHA2 signatures of sessionid for serverJakub Jelen8-46/+89
2018-08-31server: We should list SHA2 variants in offered hostkeysJakub Jelen1-1/+6
2018-08-31server: Support for extension negotiationJakub Jelen3-2/+58
2018-08-31messages: Create correct digest for pki signaturesJakub Jelen1-5/+10
2018-08-31tests: Verify the public key algorithms can be limited by configuration optionJakub Jelen1-0/+87
2018-08-31auth: Prevent authentication with non-allowed key algorithmsJakub Jelen1-6/+33
2018-08-31tests: PUBLICKEY_ACCEPTED_TYPES are effectiveJakub Jelen3-1/+53
2018-08-31pki: Allow filtering accepted public key types based on the configurationJakub Jelen4-4/+36
2018-08-31tests: Cover PubkeyAcceptedTypes configuration optionJakub Jelen1-0/+4
2018-08-31config: Accept the PubkeyAcceptedTypes configuration optionJakub Jelen1-1/+8
2018-08-31options: The new option SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPESJakub Jelen4-0/+34
2018-08-31kex: The public key algorithms are no longer only host keysJakub Jelen1-5/+5
2018-08-31SHA2 extension in the ssh-agent interfaceJakub Jelen2-0/+11
2018-08-31tests: SHA2 extension signaturesJakub Jelen1-0/+52
2018-08-31auth: Support SHA2 extension for pubkey authentication (RFC 8332)Jakub Jelen3-7/+35
2018-08-31pki: RSA signatures with SHA2 hash algorithms (RFC 8332)Jakub Jelen5-31/+209
2018-08-31kex: Offer SHA2 extension signature algorithms by defaultJakub Jelen1-3/+3
2018-08-31pki: Support RSA verification using different hash algorithmsJakub Jelen8-19/+196
2018-08-31client: Handle the MSG_EXT_INFO packet signalling supported extensionsJakub Jelen5-2/+65
2018-08-31kex: Signalize support for the extension negotiation in client (RFC 8308)Jakub Jelen1-1/+33
2018-08-31pkd: Produce more useful logsJakub Jelen1-1/+1
2018-08-31pkd: Generate host keys in old formatJakub Jelen1-5/+5
2018-08-31tests: Ignore SIGPIPE in pkdAndreas Schneider1-0/+3
2018-08-31cmake: Use -fstack-protector-strong if possibleAndreas Schneider1-4/+9
2018-08-31examples: Reformat ssh_clientAndreas Schneider1-135/+186
2018-08-31doc: Update that_styleAndreas Schneider9-1789/+10
2018-08-30poll: Fix size types in ssh_event_free()Andreas Schneider1-1/+1
2018-08-30poll: Reformat ssh_event_free()Andreas Schneider1-7/+10
2018-08-30cmake: Set version to 0.8.90Andreas Schneider1-1/+1
2018-08-30cmake: VERSION_GREATER_EQUAL is not suppored by cmake 3.3Andreas Schneider1-1/+1
2018-08-29cmake: Only support building docs the on cmake >= 3.9Andreas Schneider1-1/+5
2018-08-29cmake: Fix SSP compiler flag checkAndreas Schneider1-3/+3
2018-08-29Bump library version to 4.6.0Andreas Schneider4-3/+421
2018-08-29cmake: Fix final map generationAndreas Schneider1-3/+3