index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openbsd-compat
/
openssl-compat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-29
upstream: fix memory leak; Coverity CID 291848
djm@openbsd.org
1
-11
/
+10
2023-03-28
upstream: Plug more mem leaks in sftp by making
dtucker@openbsd.org
2
-8
/
+14
2023-03-28
upstream: Remove compat code for OpenSSL < 1.1.*
dtucker@openbsd.org
1
-9
/
+1
2023-03-28
upstream: Remove compat code for OpenSSL 1.0.*
dtucker@openbsd.org
1
-9
/
+0
2023-03-28
Prevent conflicts between Solaris SHA2 and OpenSSL.
Darren Tucker
1
-1
/
+23
2023-03-28
Remove HEADER_SHA_H from previous...
Darren Tucker
1
-1
/
+0
2023-03-28
Replace OPENSSL_NO_SHA with HEADER_SHA_H.
Darren Tucker
1
-1
/
+1
2023-03-28
Configure with --target instead of deprecated form.
Darren Tucker
1
-1
/
+1
2023-03-27
Pass rpath when building 64bit Solaris.
Darren Tucker
1
-1
/
+1
2023-03-27
Explicitly disable OpenSSL on AIX test VM.
Darren Tucker
1
-0
/
+1
2023-03-27
upstream: Add RevokedHostKeys to percent expansion test.
dtucker@openbsd.org
1
-2
/
+3
2023-03-27
upstream: Add tilde and environment variable expansion to
dtucker@openbsd.org
2
-3
/
+20
2023-03-27
upstream: fix test: getnameinfo returns a non-zero value on error, not
djm@openbsd.org
1
-2
/
+2
2023-03-27
upstream: scp: when copying local->remote, check that source file
djm@openbsd.org
1
-1
/
+7
2023-03-27
Also look for gdb error message from OpenIndiana.
Darren Tucker
1
-1
/
+1
2023-03-27
Explicitly disable security key test on aix51 VM.
Darren Tucker
1
-0
/
+1
2023-03-26
Split libcrypto and other config flags.
Darren Tucker
1
-3
/
+6
2023-03-26
Specify test target if we build without OpenSSL.
Darren Tucker
1
-0
/
+3
2023-03-26
Find suitable OpenSSL version.
Darren Tucker
1
-3
/
+12
2023-03-24
Github testing support for BoringSSL
Damien Miller
3
-0
/
+18
2023-03-24
BoringSSL doesn't support EC_POINT_point2bn()
Damien Miller
1
-0
/
+2
2023-03-24
another ERR_load_CRYPTO_strings() vestige
Damien Miller
1
-1
/
+1
2023-03-24
don't use obsolete ERR_load_CRYPTO_strings()
Damien Miller
1
-1
/
+1
2023-03-24
Allow building with BoringSSL
Damien Miller
2
-0
/
+15
2023-03-24
put back SSLeay_version compat in configure test
Damien Miller
1
-1
/
+10
2023-03-24
remove support for old libcrypto
Damien Miller
6
-780
/
+40
2023-03-19
Test latest OpenSSL 1.1, 3.0 and LibreSSL 3.7.
Darren Tucker
1
-3
/
+3
2023-03-16
Show 9.3 branch instead of 9.2.
Darren Tucker
1
-3
/
+3
2023-03-15
depend
V_9_3_P1
Damien Miller
1
-26
/
+25
2023-03-15
crank version
Damien Miller
3
-3
/
+4
2023-03-15
upstream: openssh-9.3
djm@openbsd.org
1
-2
/
+2
2023-03-14
upstream: Free KRL ptr in addition to its contents.
dtucker@openbsd.org
1
-1
/
+2
2023-03-14
upstream: Check pointer for NULL before deref.
dtucker@openbsd.org
1
-1
/
+3
2023-03-12
upstream: Limit number of entries in SSH2_MSG_EXT_INFO
dtucker@openbsd.org
1
-1
/
+6
2023-03-12
upstream: calloc can return NULL but xcalloc can't.
dtucker@openbsd.org
1
-2
/
+2
2023-03-12
upstream: Explicitly ignore return from fcntl
dtucker@openbsd.org
1
-2
/
+2
2023-03-10
bounds checking for getrrsetbyname() replacement;
Damien Miller
1
-8
/
+39
2023-03-10
upstream: Plug mem leak on error path. Coverity CID 405026, ok djm@.
dtucker@openbsd.org
1
-1
/
+2
2023-03-10
Add prototypes for mkstemp replacements.
Darren Tucker
2
-0
/
+2
2023-03-10
upstream: Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since
dtucker@openbsd.org
1
-4
/
+4
2023-03-10
upstream: Like sshd_config, some ssh_config options are not
djm@openbsd.org
1
-3
/
+3
2023-03-10
upstream: Remove no-op (int) > INT_MAX checks
dtucker@openbsd.org
1
-5
/
+3
2023-03-10
Wrap mkstemp calls with umask set/restore.
Darren Tucker
2
-0
/
+24
2023-03-10
upstream: modify parentheses in conditionals to make it clearer what is
jcs@openbsd.org
3
-8
/
+8
2023-03-09
upstream: Re-split the merge of the reorder-hostkeys test.
dtucker@openbsd.org
1
-10
/
+13
2023-03-09
upstream: include destination constraints for smartcard keys too.
djm@openbsd.org
1
-2
/
+2
2023-03-09
Limit the number of PAM environment variables.
Darren Tucker
1
-0
/
+4
2023-03-09
Limit the number of PAM environment variables.
Darren Tucker
1
-5
/
+10
2023-03-08
upstream: Plug mem leak. Coverity CID 405196, ok djm@
dtucker@openbsd.org
1
-2
/
+4
2023-03-08
upstream: ssh-pkcs11: synchronize error messages with errors
tb@openbsd.org
1
-4
/
+4
[next]