Lines Matching refs:bit
127 * Fix compilation warnings with IAR toolchain, on 32 bit platform.
329 * Fix test_suite_pk to work on 64-bit ILP32 systems. #849
402 leaking 1 bit of the private key. Reported by prashantkspatil.
494 * Fix out-of-memory problem when parsing 4096-bit PKCS8-encrypted RSA keys.
617 * Fix conditional preprocessor directives in bignum.h to enable 64-bit
637 64-bit division. This is useful on embedded platforms where 64-bit division
731 * Add checks in the PK module for the RSA functions on 64-bit systems.
740 using RSA through the PK module in 64-bit systems. The issue was caused by
1029 of TLS, but might be in other uses. On 32 bit machines, requires reading a
1030 string of close to or larger than 1GB to exploit; on 64 bit machines, would
1037 buffer is 512MB or larger on 32-bit platforms. Found by Guido Vranken,
1070 * Fix warning when using a 64bit platform. (found by embedthis) (#275)
1252 been removed (compiler is required to support 32-bit operations).
1334 * Add support for bit strings in X.509 names (request by Fredrik Axelsson).
1379 * Fix potential unintended sign extension in asn1_get_len() on 64-bit
1932 * Fix potential unintended sign extension in asn1_get_len() on 64-bit
2150 * Fixes for 64-bit compilation with MS Visual Studio
2385 * Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
2469 * Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter
2504 displays actual bit size of the value.
2511 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
2688 * Fixed Camellia and XTEA for 64-bit Windows systems.
2717 * Fixed compatibility of XTEA and Camellia on a 64-bit system
2795 * Fixed a bug in mpi_read_binary() on 64-bit platforms
2824 * Added multiply assembly code for 64-bit PowerPCs,