.. |
aes.h
|
AES: harmonize wc_Aes{Encrypt,Decrypt} and wc_Aes{Encrypt,Decrypt}Direct implementations to return int; add return values to all static void functions in aes.c that can fail; add WARN_UNUSED_RESULT to all static functions in aes.c with return values; implement missing error percolation around AES block cipher implementations; bump FIPS version for v5-ready and v5-dev to 5.3 (v5-RC12 is 5.2).
|
2022-01-24 11:44:16 -06:00 |
arc4.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
asn.h
|
* Added support for disabling PEM to DER functionality using `WOLFSSL_PEM_TO_DER`. This allows way to use with DER (ASN.1) certificates only in an embedded environment. This option builds, but internal make check requires PEM support for tests.
|
2018-04-09 13:28:15 -07:00 |
asn_public.h
|
Add time callback functionality.
|
2022-01-17 17:49:51 -08:00 |
blake2.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
bn.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
camellia.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
chacha.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
chacha20_poly1305.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
coding.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
compress.h
|
Fixing some typos. Thanks to Fossies for the report
|
2020-01-10 11:45:51 -07:00 |
cryptocb.h
|
Fixes and improvements for crypto callbacks with TLS (mutual auth) (#4437)
|
2021-10-07 11:12:06 +10:00 |
curve448.h
|
Add Doxygen documentation for Curve448/Ed448
|
2020-06-16 22:16:13 +10:00 |
curve25519.h
|
Add Doxygen documentation for Curve448/Ed448
|
2020-06-16 22:16:13 +10:00 |
des3.h
|
Fix up some Doxygen issues for 1.9
|
2021-11-10 16:20:13 +00:00 |
dh.h
|
Fix more Doxygen typos
|
2021-11-10 17:26:33 +00:00 |
doxygen_groups.h
|
Purge IDEA cipher
|
2022-01-31 15:29:25 -05:00 |
doxygen_pages.h
|
Purge IDEA cipher
|
2022-01-31 15:29:25 -05:00 |
dsa.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
ecc.h
|
ECIES: allow compressed public keys
|
2022-01-27 12:10:59 +10:00 |
eccsi.h
|
ECCSI and SAKKE: add support
|
2021-03-12 09:31:22 +10:00 |
ed448.h
|
Add Doxygen documentation for Curve448/Ed448
|
2020-06-16 22:16:13 +10:00 |
ed25519.h
|
Add Doxygen documentation for Curve448/Ed448
|
2020-06-16 22:16:13 +10:00 |
error-crypt.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
evp.h
|
Fix up some Doxygen issues for 1.9
|
2021-11-10 16:20:13 +00:00 |
hash.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
hmac.h
|
Maintenance BLAKE2
|
2019-11-18 10:45:30 -08:00 |
iotsafe.h
|
IoT-SAFE: minor fixes + doxygen for new API calls
|
2021-12-07 14:11:14 +01:00 |
logging.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
md2.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
md4.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
md5.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
memory.h
|
Improved memory documentation and examples. Resolves PR #3834.
|
2021-07-28 09:03:40 -07:00 |
pem.h
|
Rename pem_password_cb to wc_pem_password_cb.
|
2021-10-21 16:47:29 -07:00 |
pkcs7.h
|
Remove legacy NTRU and OQS (#4418)
|
2021-09-24 08:37:53 +10:00 |
pkcs11.h
|
Added doxygen comment page
|
2018-11-28 13:36:00 -07:00 |
poly1305.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
pwdbased.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
random.h
|
Changed param's, examples and brief's
|
2020-07-24 12:54:29 -07:00 |
ripemd.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
rsa.h
|
Fix up some Doxygen issues for 1.9
|
2021-11-10 16:20:13 +00:00 |
sakke.h
|
ECCSI and SAKKE: add support
|
2021-03-12 09:31:22 +10:00 |
sha.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
sha256.h
|
documentation typo: wc_InitSha356() sounds like an interesting algorithm but, alas, we will have to settle for wc_InitSha256().
|
2020-12-10 14:16:20 -06:00 |
sha512.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
signature.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
siphash.h
|
Add SipHash algorithm
|
2022-01-20 09:41:18 +10:00 |
srp.h
|
Fix up some Doxygen issues for 1.9
|
2021-11-10 16:20:13 +00:00 |
ssl.h
|
Purge Rabbit cipher
|
2022-01-28 13:13:53 -05:00 |
tfm.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
types.h
|
Improved memory documentation and examples. Resolves PR #3834.
|
2021-07-28 09:03:40 -07:00 |
wc_encrypt.h
|
Fix more Doxygen typos
|
2021-11-10 17:26:33 +00:00 |
wc_port.h
|
1. Trailing whitespace removal
|
2018-06-27 16:22:12 -06:00 |
wolfio.h
|
Cleanups for ISO-TP in wolfio
|
2022-01-04 12:57:11 +00:00 |