summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/openssl-compat.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-29upstream: fix memory leak; Coverity CID 291848djm@openbsd.org1-11/+10
2023-03-28upstream: Plug more mem leaks in sftp by makingdtucker@openbsd.org2-8/+14
2023-03-28upstream: Remove compat code for OpenSSL < 1.1.*dtucker@openbsd.org1-9/+1
2023-03-28upstream: Remove compat code for OpenSSL 1.0.*dtucker@openbsd.org1-9/+0
2023-03-28Prevent conflicts between Solaris SHA2 and OpenSSL.Darren Tucker1-1/+23
2023-03-28Remove HEADER_SHA_H from previous...Darren Tucker1-1/+0
2023-03-28Replace OPENSSL_NO_SHA with HEADER_SHA_H.Darren Tucker1-1/+1
2023-03-28Configure with --target instead of deprecated form.Darren Tucker1-1/+1
2023-03-27Pass rpath when building 64bit Solaris.Darren Tucker1-1/+1
2023-03-27Explicitly disable OpenSSL on AIX test VM.Darren Tucker1-0/+1
2023-03-27upstream: Add RevokedHostKeys to percent expansion test.dtucker@openbsd.org1-2/+3
2023-03-27upstream: Add tilde and environment variable expansion todtucker@openbsd.org2-3/+20
2023-03-27upstream: fix test: getnameinfo returns a non-zero value on error, notdjm@openbsd.org1-2/+2
2023-03-27upstream: scp: when copying local->remote, check that source filedjm@openbsd.org1-1/+7
2023-03-27Also look for gdb error message from OpenIndiana.Darren Tucker1-1/+1
2023-03-27Explicitly disable security key test on aix51 VM.Darren Tucker1-0/+1
2023-03-26Split libcrypto and other config flags.Darren Tucker1-3/+6
2023-03-26Specify test target if we build without OpenSSL.Darren Tucker1-0/+3
2023-03-26Find suitable OpenSSL version.Darren Tucker1-3/+12
2023-03-24Github testing support for BoringSSLDamien Miller3-0/+18
2023-03-24BoringSSL doesn't support EC_POINT_point2bn()Damien Miller1-0/+2
2023-03-24another ERR_load_CRYPTO_strings() vestigeDamien Miller1-1/+1
2023-03-24don't use obsolete ERR_load_CRYPTO_strings()Damien Miller1-1/+1
2023-03-24Allow building with BoringSSLDamien Miller2-0/+15
2023-03-24put back SSLeay_version compat in configure testDamien Miller1-1/+10
2023-03-24remove support for old libcryptoDamien Miller6-780/+40
2023-03-19Test latest OpenSSL 1.1, 3.0 and LibreSSL 3.7.Darren Tucker1-3/+3
2023-03-16Show 9.3 branch instead of 9.2.Darren Tucker1-3/+3
2023-03-15dependV_9_3_P1Damien Miller1-26/+25
2023-03-15crank versionDamien Miller3-3/+4
2023-03-15upstream: openssh-9.3djm@openbsd.org1-2/+2
2023-03-14upstream: Free KRL ptr in addition to its contents.dtucker@openbsd.org1-1/+2
2023-03-14upstream: Check pointer for NULL before deref.dtucker@openbsd.org1-1/+3
2023-03-12upstream: Limit number of entries in SSH2_MSG_EXT_INFOdtucker@openbsd.org1-1/+6
2023-03-12upstream: calloc can return NULL but xcalloc can't.dtucker@openbsd.org1-2/+2
2023-03-12upstream: Explicitly ignore return from fcntldtucker@openbsd.org1-2/+2
2023-03-10bounds checking for getrrsetbyname() replacement;Damien Miller1-8/+39
2023-03-10upstream: Plug mem leak on error path. Coverity CID 405026, ok djm@.dtucker@openbsd.org1-1/+2
2023-03-10Add prototypes for mkstemp replacements.Darren Tucker2-0/+2
2023-03-10upstream: Expliticly ignore return code from fcntl(.. FD_CLOEXEC) sincedtucker@openbsd.org1-4/+4
2023-03-10upstream: Like sshd_config, some ssh_config options are notdjm@openbsd.org1-3/+3
2023-03-10upstream: Remove no-op (int) > INT_MAX checksdtucker@openbsd.org1-5/+3
2023-03-10Wrap mkstemp calls with umask set/restore.Darren Tucker2-0/+24
2023-03-10upstream: modify parentheses in conditionals to make it clearer what isjcs@openbsd.org3-8/+8
2023-03-09upstream: Re-split the merge of the reorder-hostkeys test.dtucker@openbsd.org1-10/+13
2023-03-09upstream: include destination constraints for smartcard keys too.djm@openbsd.org1-2/+2
2023-03-09Limit the number of PAM environment variables.Darren Tucker1-0/+4
2023-03-09Limit the number of PAM environment variables.Darren Tucker1-5/+10
2023-03-08upstream: Plug mem leak. Coverity CID 405196, ok djm@dtucker@openbsd.org1-2/+4
2023-03-08upstream: ssh-pkcs11: synchronize error messages with errorstb@openbsd.org1-4/+4