Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete LOCAL_PEERCRED support. Cache pid of the remote process in the | Dmitry Chagin | 2019-05-30 | 1 | -1/+1 |
* | Merge OpenSSL 1.1.1c. | Jung-uk Kim | 2019-05-28 | 168 | -2108/+3528 |
|\ | |||||
| * | Import OpenSSL 1.1.1c.vendor/openssl/1.1.1c | Jung-uk Kim | 2019-05-28 | 72 | -754/+1882 |
* | | Add workaround for a QoS-related bug in VMWare Workstation. | Dag-Erling Smørgrav | 2019-03-27 | 1 | -0/+22 |
* | | Merge r345574 from vendor-crypto: | Ed Maste | 2019-03-27 | 1 | -12/+270 |
|\ \ | |||||
* \ \ | Merge OpenSSL 1.1.1b. | Jung-uk Kim | 2019-02-26 | 301 | -3540/+5472 |
|\ \ \ | | |/ | |/| | |||||
| * | | Import OpenSSL 1.1.1b.vendor/openssl/1.1.1b | Jung-uk Kim | 2019-02-26 | 100 | -2915/+4309 |
* | | | scp: validate filenames provided by server against wildcard in client | Ed Maste | 2019-02-21 | 2 | -11/+42 |
|\ \ \ | | |/ | |/| | |||||
* | | | scp: disallow empty or current directory | Ed Maste | 2019-01-15 | 1 | -1/+2 |
* | | | Remove unused sqlite3 bundled with heimdal. | Cy Schubert | 2019-01-09 | 6 | -139196/+0 |
* | | | Do not complain when /dev/crypto does not exist. | Jung-uk Kim | 2018-12-14 | 1 | -0/+5 |
* | | | Merge OpenSSL 1.1.1a. | Jung-uk Kim | 2018-11-20 | 145 | -1026/+2062 |
|\ \ \ | | |/ | |/| | |||||
| * | | Import OpenSSL 1.1.1a.vendor/openssl/1.1.1a | Jung-uk Kim | 2018-11-20 | 52 | -392/+734 |
* | | | Update SHLIB_VERSION_NUMBER following the OpenSSL shared library | Glen Barber | 2018-10-25 | 1 | -1/+1 |
* | | | Try harder to sanitize the environment before running configure. | Dag-Erling Smørgrav | 2018-10-10 | 1 | -12/+11 |
* | | | Merge the remainder of the projects/openssl111 branch to head. | Glen Barber | 2018-10-09 | 2809 | -356114/+356456 |
|\ \ \ | |||||
| * | | | Regenerate ssh_namespace.h for OpenSSL 1.1.1 update | Ed Maste | 2018-10-09 | 1 | -29/+0 |
| * | | | MFH r338661 through r339253. | Glen Barber | 2018-10-09 | 1 | -5/+35 |
| |\ \ \ | |||||
| * | | | | MFH r339206-r339212, r339215-r339239 | Glen Barber | 2018-10-08 | 9 | -34/+222 |
| |\| | | | |||||
| * | | | | Update the existing heimdal implementation for OpenSSL 1.1. | John Baldwin | 2018-10-05 | 24 | -258/+557 |
| * | | | | openssh: connect libressl-api-compat.c and regen config.h | Ed Maste | 2018-10-03 | 1 | -3/+99 |
| * | | | | openssh: add openbsd-compat/libressl-api-compat.c | Ed Maste | 2018-10-03 | 1 | -0/+636 |
| * | | | | Add a hack to build on ARMv4 and ARMv5. | Jung-uk Kim | 2018-09-23 | 1 | -1/+2 |
| * | | | | openssh: cherry-pick OpenSSL 1.1.1 compatibility | Ed Maste | 2018-09-19 | 30 | -526/+1010 |
| * | | | | openssh: rename local macro to avoid OpenSSL 1.1.1 conflict | Ed Maste | 2018-09-19 | 3 | -7/+7 |
| * | | | | Add generated header file for openssl(1). | Jung-uk Kim | 2018-09-19 | 1 | -0/+508 |
| * | | | | Add generated header files for FreeBSD. | Jung-uk Kim | 2018-09-19 | 2 | -0/+55 |
| * | | | | Update SHLIB_VERSION_NUMBER to 9. | Jung-uk Kim | 2018-09-14 | 1 | -1/+1 |
| * | | | | Update OpenSSL to 1.1.1. | Jung-uk Kim | 2018-09-13 | 2781 | -355967/+355475 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Import OpenSSL 1.1.1.vendor/openssl/1.1.1 | Jung-uk Kim | 2018-09-13 | 1373 | -174586/+165215 |
* | | | | | Fix portability issues with the Capsicum patch committed in r339216: | Dag-Erling Smørgrav | 2018-10-09 | 5 | -10/+35 |
* | | | | | openssh: regenerate ssh-namespace.h after r339213 and r339216 | Ed Maste | 2018-10-09 | 1 | -5/+35 |
| |_|/ / |/| | | | |||||
* | | | | sshd: address capsicum issues | Ed Maste | 2018-10-06 | 9 | -34/+222 |
* | | | | openssh: cherry-pick OpenSSL 1.1.1 compatibility | Ed Maste | 2018-10-06 | 32 | -526/+1742 |
|\ \ \ \ | | |_|/ | |/| | | |||||
* | | | | openssh: rename local macro to avoid OpenSSL 1.1.1 conflict | Ed Maste | 2018-09-19 | 3 | -7/+7 |
| |/ / |/| | | |||||
* | | | Upgrade to OpenSSH 7.8p1. | Dag-Erling Smørgrav | 2018-09-10 | 189 | -7129/+8030 |
|\| | | |||||
* | | | Avoid printing extraneous function names when searching man page | Cy Schubert | 2018-08-29 | 1 | -3/+2 |
* | | | Update userland arc4random() with OpenBSD's Chacha20 based arc4random(). | Xin LI | 2018-08-19 | 2 | -2/+1 |
* | | | Merge OpenSSL 1.0.2p. | Jung-uk Kim | 2018-08-14 | 123 | -946/+1519 |
|\ \ \ | |||||
| * | | | Import OpenSSL 1.0.2p.vendor/openssl/1.0.2p | Jung-uk Kim | 2018-08-14 | 74 | -620/+996 |
| | |/ | |/| | |||||
* | | | Merge upstream patch to unbreak tunnel forwarding. | Dag-Erling Smørgrav | 2018-05-16 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
* | | | Upgrade to OpenSSH 7.7p1. | Dag-Erling Smørgrav | 2018-05-11 | 226 | -7611/+14138 |
|\| | | |||||
* | | | Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1. | Dag-Erling Smørgrav | 2018-05-08 | 226 | -14330/+10110 |
|\| | | |||||
* | | | Update the repository URLs. | Dag-Erling Smørgrav | 2018-05-06 | 1 | -4/+4 |
* | | | Merge OpenSSL 1.0.2o. | Jung-uk Kim | 2018-03-27 | 156 | -809/+951 |
|\ \ \ | | |/ | |/| | |||||
| * | | Import OpenSSL 1.0.2o.vendor/openssl/1.0.2o | Jung-uk Kim | 2018-03-27 | 91 | -412/+425 |
* | | | Add declaration of SSL_get_selected_srtp_profile() for OpenSSL. | Jung-uk Kim | 2018-01-25 | 1 | -0/+1 |
* | | | Merge OpenSSL 1.0.2n. | Jung-uk Kim | 2017-12-07 | 37 | -82/+278 |
|\| | | |||||
| * | | Import OpenSSL 1.0.2n.vendor/openssl/1.0.2n | Jung-uk Kim | 2017-12-07 | 15 | -47/+63 |
* | | | Merge OpenSSL 1.0.2m. | Jung-uk Kim | 2017-11-02 | 133 | -348/+1576 |
|\| | |