aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* ssh-keysign: fix double free in error pathEd Maste2022-10-041-4/+2
* ssh-keygen: fix double free in error pathEd Maste2022-10-041-3/+4
* ssh-keyscan: Strictly enforce the maximum allowed SSH2 banner sizeEd Maste2022-10-041-1/+15
* ssh: describe deprecated options in general in update docEd Maste2022-09-051-5/+5
* openssh: Remove description of VersionAddendum in upgrade docEd Maste2022-08-191-13/+0
* ssh: retire client VersionAddendumEd Maste2022-08-197-46/+5
* OpenSSL: Merge OpenSSL 1.1.1qJung-uk Kim2022-07-0510-17/+49
|\
| * Import OpenSSL 1.1.1qvendor/openssl/1.1.1qJung-uk Kim2022-07-055-11/+25
* | OpenSSL: Merge OpenSSL 1.1.1pJung-uk Kim2022-06-2125-283/+297
|\|
| * Import OpenSSL 1.1.1pvendor/openssl/1.1.1pJung-uk Kim2022-06-2110-243/+124
* | sshd_config: clarify password authentication optionsEd Maste2022-06-082-0/+3
* | ssh: update sshd_config for prohibit-password optionEd Maste2022-05-121-1/+1
* | OpenSSL: KTLS: Enable KTLS for receiving as well in TLS 1.3John Baldwin2022-05-041-11/+21
* | OpenSSL: KTLS: Handle TLS 1.3 in ssl3_get_record.John Baldwin2022-05-041-16/+32
* | OpenSSL: KTLS: Add using_ktls helper variable in ssl3_get_record().John Baldwin2022-05-041-10/+10
* | OpenSSL: KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin2022-05-044-81/+91
* | OpenSSL: Cleanup record length checks for KTLSJohn Baldwin2022-05-041-6/+22
* | OpenSSL: Merge OpenSSL 1.1.1oJung-uk Kim2022-05-0327-89/+180
|\|
| * Import OpenSSL 1.1.1ovendor/openssl/1.1.1oJung-uk Kim2022-05-0311-44/+90
| * Import OpenSSL 1.1.1nvendor/openssl/1.1.1nJung-uk Kim2022-03-1517-60/+99
| * Import OpenSSL 1.1.1m.vendor/openssl/1.1.1mJung-uk Kim2021-12-1426-94/+266
| * Import OpenSSL 1.1.1lvendor/openssl/1.1.1lJung-uk Kim2021-09-0142-278/+533
* | ssh: use upstream SSH_OPENSSL_VERSION macroEd Maste2022-04-243-11/+5
* | ssh: drop $FreeBSD$ from crypto/opensshEd Maste2022-04-2229-36/+1
* | ssh: remove duplicate setting of MAIL env varEd Maste2022-04-191-6/+0
* | ssh: apply style(9) to version_addendumEd Maste2022-04-182-2/+3
* | ssh-agent: move -x description to correct spot in man pageEd Maste2022-04-171-2/+2
* | ssh: correct version number (9.0)Ed Maste2022-04-151-1/+1
* | ssh: apply post-release patch from V_9_0 branchEd Maste2022-04-151-2/+7
* | scp: switch to using the SFTP protocol by defaultEd Maste2022-04-152-11/+15
* | ssh: update to OpenSSH v9.0p1Ed Maste2022-04-1553-870/+1166
|\ \
* | | ssh: update with post-release V_8_9 branch commitsEd Maste2022-04-134-25/+44
|\| |
* | | ssh: update to OpenSSH v8.9p1Ed Maste2022-04-13183-7056/+8703
|\| |
* | | OpenSSL: Merge OpenSSL 1.1.1nJung-uk Kim2022-03-1541-119/+296
* | | Fix a bug in BN_mod_sqrt() that can cause it to loop forever.Gordon Tetlow2022-03-152-14/+31
* | | ssh: update sshd_config(5) for RSA/SHA-1 signature removalEd Maste2022-03-081-7/+4
* | | ssh: regen sk_config.h after 73104d583850Ed Maste2022-03-061-0/+5
* | | ssh: generate SK config file using private cbor and fido2 libsEd Maste2022-03-062-6/+22
* | | ssh: use standalone config file for security key supportEd Maste2022-03-021-0/+1
* | | ssh: correct configure option nameEd Maste2022-03-011-1/+1
* | | openssh: Add a note to check for deprecated and removed config optionsMark Johnston2022-03-011-1/+5
* | | ssh: add command to push tag to FREEBSD-upgrade instructionsEd Maste2022-02-231-2/+12
* | | ssh: remove 11.x from FREEBSD-upgrade instructionsEd Maste2022-02-231-1/+1
* | | OpenSSL: Fix the same BIO_FLAGS macro definitionJohn Baldwin2022-02-012-1/+3
* | | ssh: remove unused headerEd Maste2022-01-311-1/+0
* | | ssh: pass 0 to procctl(2) to operate on selfEd Maste2022-01-211-1/+1
* | | sshd: update the libwrap patch to drop connections earlyGleb Smirnoff2022-01-031-20/+40
* | | ssh: disable RSA/SHA-1 signaturesEd Maste2021-12-193-12/+9
* | | ssh: update to OpenSSH v8.8p1Ed Maste2021-12-1947-979/+852
|\| |
* | | OpenSSL: Merge OpenSSL 1.1.1mJung-uk Kim2021-12-1466-219/+502