aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* openssl: Fix multiple vulnerabilitiesGordon Tetlow2026-01-2611-18/+84
* Fix multiple security issues in OpenSSL.Gordon Tetlow2025-09-302-1/+2
* OpenSSH: Fix logic error in DisableForwarding optionEd Maste2025-04-141-2/+3
* openssl: update ASM and version info for 3.0.16 importEnji Cooper2025-03-251-5/+5
* openssl: Import OpenSSL 3.0.16Enji Cooper2025-03-25166-1077/+2037
* ssh: Remove reference to now-upstreamed patchEd Maste2025-03-071-11/+4
* 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-191-1/+1
* Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu2025-02-192-2/+2
* ssh: Bump VersionAddendum for CVE fixesEd Maste2025-02-193-3/+3
* ssh: Fix cases where error codes were not correctly setEd Maste2025-02-195-3/+16
* ssh: Don't reply to PING in preauth phase or during KEXEd Maste2025-02-191-1/+9
* ssh: Update config.h for OpenSSL ED25519Ed Maste2025-02-181-1/+1
* Add 'crypto/libecc/' from commit '736d663976d1768533badbf06581481d01fade4c'Kyle Evans2025-01-11344-0/+959066
* openssl: Import OpenSSL 3.0.15.Enji Cooper2024-09-28175-816/+2316
* openssl: Avoid type errors in EAI-related name check logic.Viktor Dukhovni2024-09-035-26/+142
* sshd: remove blacklist call from grace_alarm_timerEd Maste2024-08-064-5/+3
* Fix enum warning in heimdalDimitry Andric2024-08-041-1/+1
* openssh: use '' instead of `' in config.hEd Maste2024-07-151-307/+307
* OpenSSH: correct logic error in ObscureKeystrokeTimingEd Maste2024-07-151-2/+3
* aarch64: fix branch target indications in arm64cpuid.pl and keccak1600Tom Cosgrove2024-07-151-1/+1
* aarch64: support BTI and pointer authentication in assemblyRuss Butler2024-07-1515-80/+228
* openssh: Fix pre-authentication remote code execution in sshd.Philip Paeps2024-07-012-1/+3
* Update config/build info for OpenSSLEnji Cooper2024-06-291-5/+5
* Update to OpenSSL 3.0.14Enji Cooper2024-06-29129-762/+2299
* 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-2571-2202/+1542
* 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
* OpenSSL: Update date stringCy Schubert2024-02-081-2/+2
* OpenSSL: Update version stringsCy Schubert2024-02-051-4/+4
* OpenSSL: Vendor import of OpenSSL 3.0.13Cy Schubert2024-02-051998-675/+451476
* kerberos: Fix numerous segfaults when using weak cryptoCy Schubert2024-01-226-0/+18
* heimdal: Fix man page and documentation typosCy Schubert2024-01-1516-31/+31
* ssh: Update to OpenSSH 9.6p1Ed Maste2024-01-0768-1859/+3216
* ssh: ban user/hostnames with most shell metacharactersEd Maste2024-01-051-1/+40
* Implement "strict key exchange" in ssh and sshd.Gordon Tetlow2023-12-186-83/+146
* OpenSSL: update to 3.0.12Ed Maste2023-10-2587-245/+440
* KTLS: Enable KTLS for receiving as well in TLS 1.3Daiki Ueno2023-10-241-11/+21
* KTLS: Handle TLS 1.3 in ssl3_get_record.Daiki Ueno2023-10-241-15/+31
* KTLS: Add using_ktls helper variable in ssl3_get_record().John Baldwin2023-10-241-10/+10
* KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin2023-10-244-82/+91