summaryrefslogtreecommitdiff
path: root/openbsd-compat/libressl-api-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* remove support for old libcryptoDamien Miller2023-03-241-555/+1
| | | | | | | OpenSSH now requires LibreSSL 3.1.0 or greater or OpenSSL 1.1.1 or greater with/ok dtucker@
* whitespace at EOLDamien Miller2023-02-171-7/+7
|
* polish whitespace for portable filesDamien Miller2021-04-031-1/+1
|
* fix compilation with openssl built without ECCEneas U de Queiroz2018-11-091-0/+4
| | | | | | | ECDSA code in openssh-compat.h and libressl-api-compat.c needs to be guarded by OPENSSL_HAS_ECC Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* adapt -portable to OpenSSL 1.1x APIDamien Miller2018-09-131-0/+636
Polyfill missing API with replacement functions extracted from LibreSSL