Lines Matching refs:PK
37 …-- Added LTC_PROFILE to run the PK tests only once in the timing demo (so you can capture events p…
167 …-- cleaned up tomcrypt_custom.h to make customizable PK easier (and also cleaned up the error trap…
233 -- Added Technote #6 which covers the current PK compliance.
435 …E.g. ciphers keys are called "skey" consistently now. The input to PK encryption is called "in", …
573 …-- Changed PSS/OAEP API slightly to be more consistent with other PK functions (order of arguments)
623 -- Fixed up all of the PK code by adding missing error checking, removed "res" variables,
693 …-- Fixed [temp fix] bug in all PK where the OUTPUT_BIGNUM macros would not trap errors on the to_u…
695 -- Added DSA to the list of supported PK algorithms.
791 PK import routines to read past the end of the buffer.
845 …-- Fixed up the PK code to remove all use of mp_toraw() and mp_read_raw() [get all the changes out…
858 v0.79 -- Change to PK code [binary and source]. I made it so you have to pass the buffer size to …
869 … -- added "mp_shrink" function to shrink the size of bignums. Specially useful for PK code :-)
879 …s at it [since the lib isn't binary backwards compatible anyways] I've fixed the PK export routines
886 …-- Made the KR code check if the other PK systems are included [provides error when building other…
889 …-- Removed the old PK code entirely (e.g. rsa_sign, dh_encrypt). The *_sign_hash and *_encrypt_ke…
891 …-- **NOTE** Changed the PK *_import (including the keyring) routine to accept a "inlen" parameter.…
894 -- Fixed a few other minor bugs in the PK import code while I was at it.
939 …-- Wrote a build option to remove the PK packet functions [keeps the encrypt_key/sign_hash functio…
983 …-- Fixed numerous bugs in the PK code. Essentially I was "freeing" keys when the import failed. …
996 -- fixed numerous failures to detect buffer overflows [minor] in the PK code.
1043 -- Added keyring support for the PK functions
1049 … -- cleaned up all the PK code, changed a bit of the API around [not source compatible with v0.66]
1082 …-- Fixed error in PK (e.g. ECC, RSA, DH) import functions where I was clobbering the packet error …
1153 …-- added prng/hash/cipher is_valid functions and used them in all of the PK code so you can't ente…
1243 … use the next lower key supported. (mainly for the PK code). So you can now use SHA-1 with
1248 …-- Fixed all of the PK packet code to use the same header format [see packet.c]. This makes the P…
1256 -- Reduced the stack space used in all of the PK routines.
1262 … -- Merged in new routines from Clay Culver. These routines are for the PK code so you can easily
1310 … -- Made the PK routines not export the ASCII version of the names of ciphers/hashes which makes
1311 the PK message formats *incompatible* with previous releases.
1322 -- improved the readability of the PK import/export functions
1332 v0.29 -- Added MPI code written by Svante Seleborg to the library. This will make the PK code much
1334 … -- Memory leaks found and correct in all three PK routines. The leaks would occur when a bignum
1341 … -- ***HUGE*** changes in the PK code. I check all return values in the bignum code so if there
1469 ciphers, hashs, modes of operation, prngs, and even PK algorithms