Cryptographic Toolkit Written in Portable C
http://libtom.org
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with
a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number
generators, public key cryptography and a plethora of other routines.
Author:
--------
Tom St Denis
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / libtomcrypt
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout security/libtomcrypt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
baselibs.conf | 0000000013 13 Bytes | |
libtomcrypt.changes | 0000003606 3.52 KB | |
libtomcrypt.keyring | 0000002320 2.27 KB | |
libtomcrypt.spec | 0000004176 4.08 KB | |
v1.18.2.tar.gz | 0002304218 2.2 MB |
Revision 12 (latest revision is 20)
Marcus Meissner (msmeissn)
accepted
request 620425
from
Darin Perusich (deadpoint)
(revision 12)
- v1.18.2 - Fix Side Channel Based ECDSA Key Extraction (CVE-2018-12437) (PR #408) - Fix potential stack overflow when DER flexi-decoding (CVE-2018-0739) (PR #373) - Fix two-key 3DES (PR #390) - Fix accelerated CTR mode (PR #359) - Fix Fortuna PRNG (PR #363) - Fix compilation on platforms where cc doesn't point to gcc (PR #382) - Fix using the wrong environment variable LT instead of LIBTOOL (PR #392) - Fix build on platforms where the compiler provides __WCHAR_MAX__ but wchar.h is not available (PR #390) - Fix & re-factor crypt_list_all_sizes() and crypt_list_all_constants() (PR #414) - Minor fixes (PR's #350 #351 #375 #377 #378 #379) ` - Added libtommath-devl build requirement - Added baselibs.conf - v1.18.1 - Fix wrong SHA3 blocksizes, thanks to Claus Fischer for reporting this via Mail (PR #329) - Fix NULL-pointer dereference in `ccm_memory()` with LTC_CLEAN_STACK enabled (PR #327) - Fix `ccm_process()` being unable to process input buffers longer than 256 bytes (PR #326) - Fix the `register_all_{ciphers,hashes,prngs}()` return values (PR #316) - Fix some typos, warnings and duplicate prototypes in code & doc (PR's #310 #320 #321 #335) - Fix possible undefined behavior with LTC_PTHREAD (PR #337) - Fix some DER bugs (PR #339) - Fix CTR-mode when accelerator is used (OP-TEE/optee_os #2086) - Fix installation procedure (Issue #340) - udpate to version 1.18.0 - removed up upstream patches
Comments 0