| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* src/gpg-error.def.in, src/gpg-error.h.in, src/gpg-error.vers: Rename
to gpgrt_secmem_is_secure (was: gpgrt_private_is_secure).
* src/gpgrt-int.h, src/secmem.c: Reneme for _gpgrt_private_is_secure.
* src/visibility.c, src/visibility.h: Follow the rename.
|
|
|
|
|
|
|
|
|
|
|
| |
* src/secmem.c (PROPERLY_ALIGNED_TYPE): Move to ...
* src/semem.h (PROPERLY_ALIGNED_TYPE): ... here.
* src/semem.h (LIKELY, UNLIKELY): Copy definitions
from libgcrypt/src/g10lib.h.
(wipememory2, wipememory)
(fast_wipememory2_unaligned_head, fast_wipememory2): Likewise.
(FASTWIPE_T, FASTWIPE_MULT): Use uint64_t and ULL of C99.
|
|
|
|
|
| |
* _gpgrt_secmem_malloc_internal: Remove fips_mode() call and its
handling.
|
|
|
|
|
|
|
|
|
| |
* src/secmem.c: Include gpgrt-int.h instead of g10lib.h.
(PROPERLY_ALIGNED_TYPE): Define here with uint64_t. Originally in
libgcrypt/src/types.h.
(SECMEM_LOCK, SECMEM_UNLOCK): Use _gpgrt_* functions, instead.
(*): Use _gpg_err_set_errno instead (underscore version).
(*): Use _gpgrt_log_* functions instead (underscore version).
|
| |
|
| |
|
| |
|
|
|