Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2022-11-09ssh: update comment text to match upstreamEd Maste
2022-11-07sshd: sync tracing disable with upstreamEd Maste
2022-11-03ssh: correct parse_cert_times case for hex "to" timeEd Maste
2022-11-02OpenSSL: Merge OpenSSL 1.1.1sJung-uk Kim
2022-11-02Import OpenSSL 1.1.1sJung-uk Kim
2022-10-19ssh: update to OpenSSH 9.1p1Ed Maste
2022-10-12ssh: remove pre- and post-merge update stepsEd Maste
2022-10-11nanobsd: remove unmodified copies of ssh config filesEd Maste
2022-10-04ssh-keysign: fix double free in error pathEd Maste
2022-10-04ssh-keygen: fix double free in error pathEd Maste
2022-10-04ssh-keyscan: Strictly enforce the maximum allowed SSH2 banner sizeEd Maste
2022-09-05ssh: describe deprecated options in general in update docEd Maste
2022-08-19openssh: Remove description of VersionAddendum in upgrade docEd Maste
2022-08-19ssh: retire client VersionAddendumEd Maste
2022-07-05OpenSSL: Merge OpenSSL 1.1.1qJung-uk Kim
2022-07-05Import OpenSSL 1.1.1qJung-uk Kim
2022-06-21OpenSSL: Merge OpenSSL 1.1.1pJung-uk Kim
2022-06-21Import OpenSSL 1.1.1pJung-uk Kim
2022-06-08sshd_config: clarify password authentication optionsEd Maste
2022-05-12ssh: update sshd_config for prohibit-password optionEd Maste
2022-05-04OpenSSL: KTLS: Enable KTLS for receiving as well in TLS 1.3John Baldwin
2022-05-04OpenSSL: KTLS: Handle TLS 1.3 in ssl3_get_record.John Baldwin
2022-05-04OpenSSL: KTLS: Add using_ktls helper variable in ssl3_get_record().John Baldwin
2022-05-04OpenSSL: KTLS: Check for unprocessed receive records in ktls_configure_crypto.John Baldwin
2022-05-04OpenSSL: Cleanup record length checks for KTLSJohn Baldwin
2022-05-03OpenSSL: Merge OpenSSL 1.1.1oJung-uk Kim
2022-05-03Import OpenSSL 1.1.1oJung-uk Kim
2022-04-24ssh: use upstream SSH_OPENSSL_VERSION macroEd Maste
2022-04-23ssh: drop $FreeBSD$ from crypto/opensshEd Maste
2022-04-19ssh: remove duplicate setting of MAIL env varEd Maste
2022-04-19ssh: apply style(9) to version_addendumEd Maste
2022-04-18ssh-agent: move -x description to correct spot in man pageEd Maste
2022-04-15ssh: correct version number (9.0)Ed Maste
2022-04-15ssh: apply post-release patch from V_9_0 branchEd Maste
2022-04-15scp: switch to using the SFTP protocol by defaultEd Maste
2022-04-15ssh: update to OpenSSH v9.0p1Ed Maste
2022-04-13ssh: update with post-release V_8_9 branch commitsEd Maste
2022-04-13ssh: update to OpenSSH v8.9p1Ed Maste
2022-03-16OpenSSL: Merge OpenSSL 1.1.1nJung-uk Kim
2022-03-16Import OpenSSL 1.1.1nJung-uk Kim
2022-03-15Fix a bug in BN_mod_sqrt() that can cause it to loop forever.Gordon Tetlow
2022-03-09ssh: update sshd_config(5) for RSA/SHA-1 signature removalEd Maste
2022-03-06ssh: regen sk_config.h after 73104d583850Ed Maste
2022-03-06ssh: generate SK config file using private cbor and fido2 libsEd Maste
2022-03-02ssh: use standalone config file for security key supportEd Maste
2022-03-01ssh: correct configure option nameEd Maste
2022-03-01openssh: Add a note to check for deprecated and removed config optionsMark Johnston
2022-02-23ssh: add command to push tag to FREEBSD-upgrade instructionsEd Maste
2022-02-23ssh: remove 11.x from FREEBSD-upgrade instructionsEd Maste
2022-02-01OpenSSL: Fix the same BIO_FLAGS macro definitionJohn Baldwin