mirror of https://github.com/wolfSSL/wolfssl.git
clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text.
parent
a3fea482db
commit
a3fb5029f8
|
@ -57,4 +57,3 @@ jobs:
|
|||
- name: Test HaProxy
|
||||
working-directory: haproxy
|
||||
run: make reg-tests reg-tests/ssl VTEST_PROGRAM=$GITHUB_WORKSPACE/VTest/vtest
|
||||
|
||||
|
|
|
@ -79,4 +79,3 @@ jobs:
|
|||
run: |
|
||||
ldd src/ipmitool | grep wolfssl
|
||||
ldd src/ipmievd | grep wolfssl
|
||||
|
|
@ -89,4 +89,3 @@ jobs:
|
|||
./configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir
|
||||
make -j
|
||||
make -j check
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
# Reminder there's typically no $USER for GitHub actions, but:
|
||||
# ROOT_DIR="/mnt/c/Users/$USER/Documents/Arduino/libraries"
|
||||
#
|
||||
# The company name is "wolfSSL Inc."; There’s a space, no comma, and a period after "Inc."
|
||||
# The company name is "wolfSSL Inc."; There's a space, no comma, and a period after "Inc."
|
||||
# The Arduino library name is "wolfssl" (all lower case)
|
||||
# The Arduino library directory name is "wolfssl" (all lower case)
|
||||
# The Arduino library include file is "wolfssl.h" (all lower case)
|
||||
|
|
|
@ -63,4 +63,3 @@ int main(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@
|
|||
CC: コンパイラコマンド
|
||||
AR: ARコマンド
|
||||
WOLF_ROOT: Makefileの格納位置を変える場合はこの定義を変更してください
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
/* client.c
|
||||
/* client.c
|
||||
*
|
||||
* Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* server.c
|
||||
/* server.c
|
||||
*
|
||||
* Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* template_appliance.h
|
||||
/* template_appliance.h
|
||||
*
|
||||
* Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/ * Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
/ * Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
* This file is part of wolfSSL.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* template_appliance.h
|
||||
/* template_appliance.h
|
||||
*
|
||||
* Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#pragma once
|
||||
|
||||
/// <summary>
|
||||
/// This identifier should be defined before including any of the networking-related header files.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* main.c
|
||||
/* main.c
|
||||
*
|
||||
* Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#ifndef NO_CRYPT_BENCHMARK
|
||||
|
||||
/*-specs=nano.specs doesn’t include support for floating point in printf()*/
|
||||
/*-specs=nano.specs doesn't include support for floating point in printf()*/
|
||||
asm (".global _printf_float");
|
||||
|
||||
#ifndef RTC_FREQ
|
||||
|
|
|
@ -36,9 +36,9 @@
|
|||
/* cannot enable with other definition */
|
||||
/* simplest tcp client*/
|
||||
/*#define SIMPLE_TCP_CLIENT */
|
||||
/* software TLS client */
|
||||
/* software TLS client */
|
||||
/* #define SIMPLE_TLS_CLIENT */
|
||||
/* use TSIP Acceleration */
|
||||
/* use TSIP Acceleration */
|
||||
/*#define SIMPLE_TLS_TSIP_CLIENT*/
|
||||
|
||||
/* simplest tcp server */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* client.c
|
||||
/* client.c
|
||||
*
|
||||
* Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* server.c
|
||||
/* server.c
|
||||
*
|
||||
* Copyright (C) 2006-2024 wolfSSL Inc.
|
||||
*
|
||||
|
|
|
@ -17632,7 +17632,7 @@ int sp_mont_red_ex(sp_int* a, const sp_int* m, sp_int_digit mp, int ct)
|
|||
*
|
||||
* Used when performing Montgomery Reduction.
|
||||
* m must be odd.
|
||||
* Jeffrey Hurchalla’s method.
|
||||
* Jeffrey Hurchalla's method.
|
||||
* https://arxiv.org/pdf/2204.04342.pdf
|
||||
*
|
||||
* @param [in] m SP integer that is the modulus.
|
||||
|
|
Loading…
Reference in New Issue