| Age | Commit message (Collapse) | Author | 
 | 
- Stick to a single unified way to use structs
 - Make checksrc complain on 'typedef struct {'
 - Allow them in tests, public headers and examples
 - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually
   typedef different types/structs depending on build conditions.
Closes #5338
 | 
 | 
Fine: "struct hello *world"
Not fine: "struct hello* world" (and variations)
Closes #5386
 | 
 | 
 | 
 | 
The symbols without wc_ prefix are not always provided.
Ref: https://github.com/wolfSSL/wolfssl/issues/2744
Closes #4827
 | 
 | 
follow-up from deb9462ff2de8
 | 
 | 
follow-up from deb9462ff2de8
Closes #4007
 | 
 | 
Remove support for, references to and use of "cyaSSL" from the source
and docs. wolfSSL is the current name and there's no point in keeping
references to ancient history.
Assisted-by: Daniel Gustafsson
Closes #3903
 |