aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* openssl: Avoid type errors in EAI-related name check logic.Viktor Dukhovni2024-09-044-25/+131
* sshd: remove blacklist call from grace_alarm_timerEd Maste2024-08-072-3/+1
* openssh: Fix pre-authentication remote code execution in sshd.Philip Paeps2024-07-012-1/+3
* kerberos: Fix numerous segfaults when using weak cryptoCy Schubert2024-03-286-0/+18
* Implement "strict key exchange" in ssh and sshd.Gordon Tetlow2023-12-196-83/+146
* OpenSSL: update to 3.0.12Ed Maste2023-10-2687-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
* Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin2023-10-242-0/+15
* OpenSSL: update to 3.0.11Pierre Pronchery2023-10-1375-220/+486
* ssh: Update to OpenSSH 9.5p1Ed Maste2023-10-1352-1600/+1639
* OpenSSL: Fix handling of the "0:" label in arm-xlate.plTom Cosgrove2023-09-241-3/+2
* ssh: fix OpenSSH 9.4 regression with multiplexed sessionsEd Maste2023-08-204-18/+39
* ssh: Remove note about memory leak now resolved upstreamEd Maste2023-08-151-11/+2
* ssh: correct VersionAddendum dateEd Maste2023-08-153-3/+3
* ssh: Update to OpenSSH 9.4p1Ed Maste2023-08-1194-2614/+3268
|\
* | OpenSSL: clean up botched merges in OpenSSL 3.0.9 importJung-uk Kim2023-08-112-43/+0
* | OpenSSL: regen opensslv.h for OpenSSL 3.0.10Jung-uk Kim2023-08-111-5/+5
* | OpenSSL: update to 3.0.10Pierre Pronchery2023-08-10127-398/+846
|\ \
| * | openssl: Vendor import of OpenSSL-3.0.9vendor/openssl/3.0.10Pierre Pronchery2023-08-0332-79/+223
* | | openssh: retire HPN option handlingEd Maste2023-08-043-17/+2
* | | ssh: comment deprecated option handling for retired local patchesEd Maste2023-08-022-0/+5
* | | sshd: do not resolve refused client hostnameGleb Smirnoff2023-07-201-4/+15
* | | sshd: remove unneeded initialization of libwrap logging severitiesGleb Smirnoff2023-07-201-11/+1
* | | ssh: Update to OpenSSH 9.3p2Ed Maste2023-07-1910-1848/+82
|\ \ \ | | |/ | |/|
* | | openssh: document a locally-applied workaroundEd Maste2023-07-181-0/+8
* | | libcrypto: add missing symbols to the fips providerPierre Pronchery2023-07-051-0/+2
* | | libcrypto: Revert recent changes to fix legacy and fips providersMark Johnston2023-07-041-2/+0
* | | libcrypto: add missing symbols to the fips providerPierre Pronchery2023-07-041-0/+2
* | | Merge OpenSSL 3.0.9Pierre Pronchery2023-06-232983-132618/+385163
|\ \ \ | | |/ | |/|
| * | openssl: Vendor import of OpenSSL-3.0.9vendor/openssl/3.0.9Pierre Pronchery2023-06-2366-1267/+1366
| * | openssl: Vendor import of OpenSSL-3.0.8vendor/openssl/3.0.8Enji Cooper2023-03-061164-42027/+125376
| * | Import OpenSSL 1.1.1tvendor/opensslJung-uk Kim2023-03-0122-65/+804
| * | Import OpenSSL 1.1.1sJung-uk Kim2023-03-0118-91/+208
* | | OpenSSL: Merge OpenSSL 1.1.1uJung-uk Kim2023-05-3029-772/+344
* | | openssh: Update configure for DISABLE_LASTLOGEd Maste2023-04-201-0/+1
* | | openssh: restore PrintLastLog optionEd Maste2023-04-201-1/+1
* | | ssh: update FREEBSD-upgrade for upstream CheckHostIP default changeEd Maste2023-03-291-3/+3
* | | sftp: add description of memory leak fixEd Maste2023-03-221-1/+10
* | | sftp: avoid leaking path arg in calls to make_absolute_pwd_globEd Maste2023-03-221-6/+4
* | | OpenSSL: aes/asm/bsaes-armv7.pl: Replace adrl with addKornel Dulęba2023-03-211-1/+1
* | | ssh: Update to OpenSSH 9.3p1Ed Maste2023-03-1699-1401/+1853
|\ \ \ | | |/ | |/|
* | | ssh: update FREEBSD-upgrade instructionsEd Maste2023-03-151-0/+2
* | | ssh: fix leak and apply style(9) to hostname canonicalizationEd Maste2023-03-141-2/+5
* | | heimdal: Fix CVE-2022-4152, signature validation errorCy Schubert2023-03-101-2/+2
* | | ssh: default VerifyHostKeyDNS to no, following upstreamEd Maste2023-03-014-12/+1
* | | ssh: fix SIZEOF_TIME_T #define on i386Ed Maste2023-02-081-0/+4
* | | heimdal: Resolve hdb_free_entry() SIGSEGV/SIGILLCy Schubert2023-02-081-1/+1