This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-29 18:02:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
64bfe81ff5b87b63cd772ccb4473fc1da94d05dc
wolfssl
/
wolfcrypt
History
Daniel Pouzzner
2bf711341b
wolfcrypt/test/test.c: use HAVE_FIPS_VERSION, not FIPS_VERSION.
2021-10-26 20:24:26 -05:00
..
benchmark
wolfcrypt/benchmark/benchmark.c: in bench_dh(), add a missing #ifdef HAVE_PUBLIC_FFDHE around a DhParams use.
2021-10-26 20:24:26 -05:00
src
wolfcrypt/src/sp_int.c: add pragma to sp_set() to suppress false positive -Warray-bounds on gcc-11.
2021-10-26 20:24:26 -05:00
test
wolfcrypt/test/test.c: use HAVE_FIPS_VERSION, not FIPS_VERSION.
2021-10-26 20:24:26 -05:00
user-crypto
Added public API
wc_RsaKeyToPublicDer_ex
to allow getting RSA public key without ASN.1 header (can return only seq + n + e). Related to PR
#4068
. Cleanup documentation for RSA and wolfIO. Consolidate duplicate code in
wc_RsaPublicKeyDerSize
.
2021-07-29 09:27:50 -07:00