mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
regen patches
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- crypto/arch/amd64/crypto_arch.h.orig Sun Aug 17 13:14:19 2025
|
||||
+++ crypto/arch/amd64/crypto_arch.h Sun Aug 24 23:47:56 2025
|
||||
@@ -48,6 +48,7 @@ extern uint64_t crypto_cpu_caps_amd64;
|
||||
--- crypto/arch/amd64/crypto_arch.h.orig Fri Oct 24 07:06:10 2025
|
||||
+++ crypto/arch/amd64/crypto_arch.h Fri Oct 24 07:06:21 2025
|
||||
@@ -53,6 +53,7 @@ extern uint64_t crypto_cpu_caps_amd64;
|
||||
#define HAVE_RC4_INTERNAL
|
||||
#define HAVE_RC4_SET_KEY_INTERNAL
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#define HAVE_SHA1_BLOCK_DATA_ORDER
|
||||
#define HAVE_SHA1_BLOCK_GENERIC
|
||||
|
||||
@@ -56,6 +57,7 @@ extern uint64_t crypto_cpu_caps_amd64;
|
||||
@@ -61,6 +62,7 @@ extern uint64_t crypto_cpu_caps_amd64;
|
||||
|
||||
#define HAVE_SHA512_BLOCK_DATA_ORDER
|
||||
#define HAVE_SHA512_BLOCK_GENERIC
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- crypto/mlkem/mlkem_internal.h.orig Sun Aug 17 13:20:18 2025
|
||||
+++ crypto/mlkem/mlkem_internal.h Sun Aug 17 13:20:37 2025
|
||||
@@ -19,7 +19,7 @@
|
||||
--- crypto/mlkem/mlkem_internal.h.orig Fri Oct 24 07:06:10 2025
|
||||
+++ crypto/mlkem/mlkem_internal.h Fri Oct 24 07:06:22 2025
|
||||
@@ -20,7 +20,7 @@
|
||||
#define OPENSSL_HEADER_CRYPTO_MLKEM_INTERNAL_H
|
||||
|
||||
#include "bytestring.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--- apps/nc/netcat.c.orig Fri Jun 27 12:39:21 2025
|
||||
+++ apps/nc/netcat.c Fri Jun 27 12:39:29 2025
|
||||
--- apps/nc/netcat.c.orig Fri Oct 24 07:06:13 2025
|
||||
+++ apps/nc/netcat.c Fri Oct 24 07:06:22 2025
|
||||
@@ -93,9 +93,13 @@ int zflag; /* Port Scan Flag */
|
||||
int Dflag; /* sodebug */
|
||||
int Iflag; /* TCP receive buffer size */
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
set_common_sockopts(s, res->ai_family);
|
||||
|
||||
@@ -1564,11 +1584,13 @@ set_common_sockopts(int s, int af)
|
||||
@@ -1569,11 +1589,13 @@ set_common_sockopts(int s, int af)
|
||||
{
|
||||
int x = 1;
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
if (Dflag) {
|
||||
if (setsockopt(s, SOL_SOCKET, SO_DEBUG,
|
||||
&x, sizeof(x)) == -1)
|
||||
@@ -1579,9 +1601,16 @@ set_common_sockopts(int s, int af)
|
||||
@@ -1584,9 +1606,16 @@ set_common_sockopts(int s, int af)
|
||||
IP_TOS, &Tflag, sizeof(Tflag)) == -1)
|
||||
err(1, "set IP ToS");
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
}
|
||||
if (Iflag) {
|
||||
if (setsockopt(s, SOL_SOCKET, SO_RCVBUF,
|
||||
@@ -1605,13 +1634,17 @@ set_common_sockopts(int s, int af)
|
||||
@@ -1610,13 +1639,17 @@ set_common_sockopts(int s, int af)
|
||||
}
|
||||
|
||||
if (minttl != -1) {
|
||||
@@ -150,7 +150,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1841,15 +1874,19 @@ help(void)
|
||||
@@ -1846,15 +1879,19 @@ help(void)
|
||||
\t-P proxyuser\tUsername for proxy authentication\n\
|
||||
\t-p port\t Specify local port for remote connects\n\
|
||||
\t-R CAfile CA bundle\n\
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
We should consider a OPENSSL_NO_BN_ASM if we can't figure
|
||||
out how to fix BIGNUM on this OS
|
||||
|
||||
--- crypto/bn/arch/amd64/bn_arch.h.orig Sun Aug 17 13:14:19 2025
|
||||
+++ crypto/bn/arch/amd64/bn_arch.h Sun Aug 24 23:47:56 2025
|
||||
--- crypto/bn/arch/amd64/bn_arch.h.orig Fri Oct 24 07:06:10 2025
|
||||
+++ crypto/bn/arch/amd64/bn_arch.h Fri Oct 24 07:06:22 2025
|
||||
@@ -20,8 +20,14 @@
|
||||
#ifndef HEADER_BN_ARCH_H
|
||||
#define HEADER_BN_ARCH_H
|
||||
@@ -18,7 +18,7 @@ out how to fix BIGNUM on this OS
|
||||
#define HAVE_BN_ADD
|
||||
#define HAVE_BN_ADD_WORDS
|
||||
|
||||
@@ -109,6 +115,7 @@ bn_subw(BN_ULONG a, BN_ULONG b, BN_ULONG *out_borrow,
|
||||
@@ -110,6 +116,7 @@ bn_subw(BN_ULONG a, BN_ULONG b, BN_ULONG *out_borrow,
|
||||
}
|
||||
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
Reference in New Issue
Block a user