Colton Willey
|
3b5d0aa85a
Fix up whitespace changes from editor autoformat
|
před 2 měsíci |
Colton Willey
|
f9af463db1
Update RSA verify documentation to specify that the output should be compared with the original plaintext
|
před 2 měsíci |
David Garske
|
3d62896137
Add documentation for `wc_RsaDirect`.
|
před 9 měsíci |
David Garske
|
1c4d7285d3
Add documentation for HKDF functions. Improve param comments for devId.
|
před 10 měsíci |
Anthony Hu
|
630d75153f
Minor correction to documentation
|
před 1 rokem |
kaleb-himes
|
6d85d09b0b
Update error return(s) for wc_RsaPSS_Verify
|
před 1 rokem |
Anthony Tatowicz
|
92c7faafb7
Doc typo fix
|
před 2 roky |
Andrew Hutchings
|
5ea9d11295
Minor documentation cleanup
|
před 2 roky |
Andrew Hutchings
|
afe8d74333
Fix up some Doxygen issues for 1.9
|
před 3 roky |
David Garske
|
a2ad01604f
Fix devId, which must be `-2` or `INVALID_DEVID` (not 0). Fix RSA doc typo.
|
před 3 roky |
David Garske
|
c69d6d2491
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`.
|
před 3 roky |
Takashi Kojo
|
e21fddf553
add wc_RsaSetRNG to doc
|
před 3 roky |
Takashi Kojo
|
010c8db54e
duplicated \ingroup, missing closing comment
|
před 3 roky |
Takashi Kojo
|
b2a66a10f4
add XXX_ex APIs, corret spelling, descriptions
|
před 3 roky |
Takashi Kojo
|
47f7e46ffe
Add wc_RsaPSS_Sign/Verify/CheckPadding
|
před 3 roky |
kaleb-himes
|
288ad68b4d
Address report on issue #3161
|
před 4 roky |
Sean Parkinson
|
e2b5de2657
Add doxygen comments for wc_InitRsaKey_Id()
|
před 4 roky |
David Garske
|
413506f2b5
Adds new `wc_RsaSetNonblockTime` API and `WC_RSA_NONBLOCK_TIME` build option. This new function configures the maximum amount of blocking time in microseconds. It uses a pre-computed table along with the CPU speed in megahertz to determine if the next operation can be completed within the maximum blocking time provided.
|
před 5 roky |
abrahamsonn
|
765d97ae01
1. Trailing whitespace removal
|
před 6 roky |
connerwolfssl
|
13b7dad0fa
documentation clean up, added check for asn generalized time
|
před 6 roky |
connerWolfSSL
|
e45f0efc3f
Documentation Fixes (#1520)
|
před 6 roky |
David Garske
|
dbb34126f6
* Added support for not loading a private key for server or client when `HAVE_PK_CALLBACK` is defined and the private PK callback is set. Tested with all cipher suites, TLS 1.2/1.3, client/server certs, RSA/ECC/ED25519.
|
před 6 roky |
connerwolfssl
|
17e88b47f6
Migrated documentation directory to doc. README updated. Error fixes. Moved make options to doc/include.am
|
před 6 roky |