summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix issue from OpenSSL.Gordon Tetlow2025-09-301-1/+1
* openssh: Fix blacklistd sshd-session integrationJose Luis Duran2025-02-262-4/+3
* openssh: Update to 9.9p2Ed Maste2025-02-2019-2100/+289
* openssh: Update to 9.9p1Ed Maste2025-02-2091-3484/+18021
* openssh: Update to 9.8p1Ed Maste2025-02-20115-4271/+6625
* ssh_config.5: Remove redundant CheckHostIP default textEd Maste2025-02-201-2/+0
* ssh: Move XAUTH_PATH setting to ssh.mkEd Maste2025-02-201-1/+1
* ssh: Bump VersionAddendum for CVE fixesEd Maste2025-02-205-5/+5
* ssh: Fix cases where error codes were not correctly setEd Maste2025-02-205-3/+16
* ssh: Don't reply to PING in preauth phase or during KEXEd Maste2025-02-201-1/+9
* Add 'crypto/libecc/' from commit '736d663976d1768533badbf06581481d01fade4c'Kyle Evans2025-01-11344-0/+959066
* sshd: remove blacklist call from grace_alarm_timerEd Maste2024-08-066-7/+5
* Fix enum warning in heimdalDimitry Andric2024-08-041-1/+1
* openssh: use '' instead of `' in config.hEd Maste2024-08-011-307/+307
* OpenSSH: correct logic error in ObscureKeystrokeTimingEd Maste2024-08-011-2/+3
* openssh: Fix pre-authentication remote code execution in sshd.Philip Paeps2024-07-012-1/+3
* heimdal: Fix compiling hdb ldap as a moduleCy Schubert2024-04-291-3/+6
* heimdal: asn1: Use unsigned bitfields for named bitsetsDimitry Andric2024-04-241-2/+2
* heimdal: Add 64-bit integer support to ASN.1 compilerDimitry Andric2024-04-2421-52/+446
* ssh: Update to OpenSSH 9.7p1Ed Maste2024-03-2574-2206/+1546
* heimdal: Fix NULL derefCy Schubert2024-02-211-1/+1
* heimdal: always confirm PA-PKINIT-KX for anon PKINITCy Schubert2024-02-212-0/+93
* Heimdal: CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksumCy Schubert2024-02-211-0/+7
* Heimdal: Fix transit path validation CVE-2017-6594Cy Schubert2024-02-211-2/+10
* heimdal: Fix man page and documentation typosCy Schubert2024-01-1516-31/+31
* ssh: Update to OpenSSH 9.6p1Ed Maste2024-01-0868-1858/+3215
* ssh: ban user/hostnames with most shell metacharactersEd Maste2024-01-081-1/+40
* ssh: Update to OpenSSH 9.5p1Ed Maste2024-01-0852-1601/+1640
* ssh: regen config.h for stable/13Ed Maste2024-01-081-2/+2
* ssh: fix OpenSSH 9.4 regression with multiplexed sessionsEd Maste2024-01-084-18/+39
* ssh: Update to OpenSSH 9.4p1Ed Maste2024-01-0894-2612/+3266
* sshd: do not resolve refused client hostnameGleb Smirnoff2023-12-181-4/+15
* sshd: remove unneeded initialization of libwrap logging severitiesGleb Smirnoff2023-12-181-11/+1
* Implement "strict key exchange" in ssh and sshd.Gordon Tetlow2023-12-186-79/+142
* OpenSSL: Merge OpenSSL 1.1.1wJung-uk Kim2023-09-1115-106/+102
* ssh: comment deprecated option handling for retired local patchesEd Maste2023-08-082-0/+5
* OpenSSL: Import OpenSSL 1.1.1vJung-uk Kim2023-08-019-10/+70
* ssh: Update to OpenSSH 9.3p2Ed Maste2023-07-2110-1848/+82
* ssh: fix leak and apply style(9) to hostname canonicalizationEd Maste2023-06-051-2/+5
* OpenSSL: Merge OpenSSL 1.1.1uJung-uk Kim2023-05-3029-772/+344
* openssh: restore PrintLastLog optionEd Maste2023-04-272-1/+2
* sftp: avoid leaking path arg in calls to make_absolute_pwd_globEd Maste2023-04-211-6/+4
* ssh: Update to OpenSSH 9.3p1Ed Maste2023-03-16100-1403/+1855
* heimdal: Fix CVE-2022-4152, signature validation errorCy Schubert2023-03-101-2/+2
* ssh: default VerifyHostKeyDNS to no, following upstreamEd Maste2023-03-024-12/+1
* heimdal: Resolve hdb_free_entry() SIGSEGV/SIGILLCy Schubert2023-02-141-1/+1
* ssh: update to OpenSSH 9.2p1Ed Maste2023-02-13130-8086/+9953
* ssh: fix SIZEOF_TIME_T #define on i386Ed Maste2023-02-131-0/+4
* ssh: Be more paranoid with host/domain names coming from theEd Maste2023-02-082-4/+19
* ssh: fix bug in PermitRemoteOpen which caused it to ignore...Ed Maste2023-02-081-29/+33