bangcheng

Results 5 issues of bangcheng

I created a secondary certificate(server.crt) signed by a CA certificate. In the old version of openssl, it can be correctly verified using command `openssl verify -CAfile ca.crt server.crt`. But when...

triaged: question
resolved: answered

This code is to enable tpm2-tss-engine to support the SMx algorithm. (#277)

Currently tpm2.0 already supports the use of SM2, SM3, and SM4 algorithms published by State Encryption Management Bureau, China. However, there is still some gap between tpm2-tss-engine supporting these SMx...

1. Add OSSL_FUNC_digest_copyctx_fn function for EVP_MD, which is used to copy algctx from the old EVP_MD_CTX to the new one. 2. Add implementation of OSSL_FUNC_digest_copyctx_fn function for default providers. 3....

hold: cla required
branch: master
triaged: feature
cla: trivial
severity: fips change
hold: needs tests
hold: needs documentation
style: waived

There are some performance issues with pbkdf2_derive. The performance test program used is as follows: ``` #include #include char buff[10000]; int main (int argc, char *argv[]) { int iterations =...

branch: master
triaged: performance