| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Since struct gcm128_context is not exposed via a public header, there is no
way CRYPTO_gcm128_init() can actually be used properly. Instead, use
CRYPTO_gcm128_new() and CRYPTO_gcm128_free_bird()^WCRYPTO_gcm128_release()
(naming consistency is apparently hard).
|
| |
|
| |
|
|
|
|
|
|
| |
have this property.
Instead, skip the malloc and memcmp if their size is zero.
Per bcook@ request in order to run on AIX
|
|
|
|
| |
this causes errors with stricter C compilers
|
|
|
|
|
|
| |
This avoids compiler warnings for always true/false conditionals and makes
the code readable. Also avoid pulling in modes_lcl.h, which should not be
used outside the library.
|
|
|
|
| |
fixes to keep building.
|
|
|