|
Is there a plan to support SM3
Sorry, I didn't make myself clearly. I mean to support SM3 in hash2 protocol. https://github.com/tianocore/edk2/blob/master/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c Thanks Wenyi
Sorry, I didn't make myself clearly. I mean to support SM3 in hash2 protocol. https://github.com/tianocore/edk2/blob/master/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c Thanks Wenyi
|
By
wenyi,xie
· #1220
·
|
|
Is there a plan to support SM3
Hello, May I ask whether there is a plan to support SM3 Cryptographic Hash Algorithm in EDK2.
Hello, May I ask whether there is a plan to support SM3 Cryptographic Hash Algorithm in EDK2.
|
By
wenyi,xie
· #1218
·
|
|
Is it necessary to add NULL check after calling CreateDeviceNode
Hi,all UefiDevicePathLibCreateDeviceNode may return NULL when NodeLength is smaller than a device path header or there is not enough memory to allocate. But after calling UefiDevicePathLibCreateDevice
Hi,all UefiDevicePathLibCreateDeviceNode may return NULL when NodeLength is smaller than a device path header or there is not enough memory to allocate. But after calling UefiDevicePathLibCreateDevice
|
By
wenyi,xie
· #1094
·
|
|
Is it necessary to support capital letter in DER/PEM-encoded certificate suffix
Hi, all Now only lowercase letter is valid in DER/PEM-encoded certificate suffix in function IsDerPemEncodeCertificate(). Is it necaeeary to also support capital letter. Thanks Wenyi
Hi, all Now only lowercase letter is valid in DER/PEM-encoded certificate suffix in function IsDerPemEncodeCertificate(). Is it necaeeary to also support capital letter. Thanks Wenyi
|
By
wenyi,xie
· #918
·
|
|
May I ask what is the status of bug 2172, 2177 and 2167
Hello, May I ask what is the status of bug 2172, 2177 and 2167? Can I do anything to contribute for these bug fixing, since it has been in process for a long time. Regards Wenyi
Hello, May I ask what is the status of bug 2172, 2177 and 2167? Can I do anything to contribute for these bug fixing, since it has been in process for a long time. Regards Wenyi
|
By
wenyi,xie
· #897
·
|
|
How to generate .gcda files
Hello, everyone Does any one know how to generate .gcda file in EDK2 for unit test. I want to get .gcda files from EDK2 so that I can use lcov to calculate the unit test coverage. I searched .gcda fil
Hello, everyone Does any one know how to generate .gcda file in EDK2 for unit test. I want to get .gcda files from EDK2 so that I can use lcov to calculate the unit test coverage. I searched .gcda fil
|
By
wenyi,xie
· #858
·
|
|
a question about X509 flag
Thank you for your explanation in detail, it helps a lot. X509_V_FLAG_PARTIAL_CHAIN is clear to me now. Wenyi
Thank you for your explanation in detail, it helps a lot. X509_V_FLAG_PARTIAL_CHAIN is clear to me now. Wenyi
|
By
wenyi,xie
· #844
·
|
|
a question about X509 flag
Hello, I have a question about flag set in X509_STORE. Does anyone know why need to set flags X509_V_FLAG_PARTIAL_CHAIN and X509_V_FLAG_NO_CHECK_TIME to X509Store in TlsNew() (CryptoPkg\Library\TlsLib
Hello, I have a question about flag set in X509_STORE. Does anyone know why need to set flags X509_V_FLAG_PARTIAL_CHAIN and X509_V_FLAG_NO_CHECK_TIME to X509Store in TlsNew() (CryptoPkg\Library\TlsLib
|
By
wenyi,xie
· #843
·
|
|
Is there a plan to implement TlsSetCertRevocationList
Hello everyone, The function of TlsSetCertRevocationList in TlsConfig.c is unsopported yet. Is there any plan to implemente this function? Thanks Wenyi
Hello everyone, The function of TlsSetCertRevocationList in TlsConfig.c is unsopported yet. Is there any plan to implemente this function? Thanks Wenyi
|
By
wenyi,xie
· #823
·
|
|
[EXTERNAL] Re: [edk2-discuss] failure in building unit test locally
Hi Bret, It seems no need to change the language of windows, I found that the root cause is that the language of Visual Studio I installed is Chinese. So if any warning or error occured during buildin
Hi Bret, It seems no need to change the language of windows, I found that the root cause is that the language of Visual Studio I installed is Chinese. So if any warning or error occured during buildin
|
By
wenyi,xie
· #821
·
|
|
May I remove the header file include of uuid.h
Hello everyone, Adding more information to make my question more precise. It seems that the uuid is not used in GenFvternalLib.c. So we try to remove the uuid.h and LIBS += -luuid, the building is suc
Hello everyone, Adding more information to make my question more precise. It seems that the uuid is not used in GenFvternalLib.c. So we try to remove the uuid.h and LIBS += -luuid, the building is suc
|
By
wenyi,xie
· #816
·
|
|
May I remove the header file include of uuid.h
Hello everyone, May I ask one question, what is the uuid.h used for. We remove this include code below in file GenFvternalLib.c and then build EDK2 undec GCC5, the building is successful. It seems no
Hello everyone, May I ask one question, what is the uuid.h used for. We remove this include code below in file GenFvternalLib.c and then build EDK2 undec GCC5, the building is successful. It seems no
|
By
wenyi,xie
· #815
·
|
|
failure in building unit test locally
Hi, everyone I have found the root cause of failure, it's because the language in my windows is Chinese, and the software not support Unicode will use gbk as the coding format. After I change the lang
Hi, everyone I have found the root cause of failure, it's because the language in my windows is Chinese, and the software not support Unicode will use gbk as the coding format. After I change the lang
|
By
wenyi,xie
· #812
·
|
|
how to use assert
Hi everyone May I ask in what situation we can use assert, is there any rule. thanks Wenyi
Hi everyone May I ask in what situation we can use assert, is there any rule. thanks Wenyi
|
By
wenyi,xie
· #811
·
|
|
failure in building unit test locally
Hi,Sean I have upload the log to github, link is like below. https://github.com/leadsama/ShowLog/blob/main/README.md Thanks Wenyi
Hi,Sean I have upload the log to github, link is like below. https://github.com/leadsama/ShowLog/blob/main/README.md Thanks Wenyi
|
By
wenyi,xie
· #805
·
|
|
failure in building unit test locally
Hello, everyone I want to build unit test locally, my environment is win10, python 3.9.6, VS2019. I excute the command according to steps in the ReadMe. 1. stuart_setup -c ./.pytool/CISettings.py TOOL
Hello, everyone I want to build unit test locally, my environment is win10, python 3.9.6, VS2019. I excute the command according to steps in the ReadMe. 1. stuart_setup -c ./.pytool/CISettings.py TOOL
|
By
wenyi,xie
· #802
·
|
|
gcc compile warning
After updating edk2 from 201903 to 202011, when using gcc to compile our platform(aarch64) code, we meet a warning warning: '-x c' after last input file has no effect We compare the code and find the
After updating edk2 from 201903 to 202011, when using gcc to compile our platform(aarch64) code, we meet a warning warning: '-x c' after last input file has no effect We compare the code and find the
|
By
wenyi,xie
· #792
·
|
|
How many kinds of autotest framework does EDK2 have
Hello everyone, May I ask how many kinds of autotest framework does EDK2 have. As I see, EDK2 has CI test which include Host Unit Test Compilation and Run Test, uefi-sct in edk2-test(does it work with
Hello everyone, May I ask how many kinds of autotest framework does EDK2 have. As I see, EDK2 has CI test which include Host Unit Test Compilation and Run Test, uefi-sct in edk2-test(does it work with
|
By
wenyi,xie
· #783
·
|
|
Having problem when xHCI create Setup Stage TRB
OK, I will submit a BZ bug and patch soon. Thanks Wenyi
OK, I will submit a BZ bug and patch soon. Thanks Wenyi
|
By
wenyi,xie
· #752
·
|
|
Having problem when xHCI create Setup Stage TRB
Hi, Wu Hao As TRT field is not set to EfiUsbNoData when Data Stage does not exist, USB controller returns trb err and finally lead to usb enumerate fail. Thanks Wenyi
Hi, Wu Hao As TRT field is not set to EfiUsbNoData when Data Stage does not exist, USB controller returns trb err and finally lead to usb enumerate fail. Thanks Wenyi
|
By
wenyi,xie
· #750
·
|