summaryrefslogtreecommitdiffstats
path: root/libtomcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Algorithm to OID discovery moved to a single place.Nikos Mavrogiannopoulos2010-09-0610-79/+49
|
* Run Lindent on libtom(*)Nikos Mavrogiannopoulos2010-09-0644-2431/+2644
|
* Use the linux kernel heapsort instead of including qsort.Nikos Mavrogiannopoulos2010-09-024-250/+4
|
* Remove a redundant argument of cryptodev_hash_initMiloslav Trmač2010-08-252-2/+2
|
* Corrected bug in importing RSA private keys.Nikos Mavrogiannopoulos2010-08-211-1/+1
|
* Increased RSA size to 8192. Return error on wrong arguments.Nikos Mavrogiannopoulos2010-08-203-5/+5
|
* Do not include linux headers to libtom files. This will allow easier ↵Nikos Mavrogiannopoulos2010-08-1923-22/+23
| | | | replacement of them.
* Fix build with recent kernelsJan Chadima2010-08-0522-4/+26
|
* put correct license.Nikos Mavrogiannopoulos2010-07-292-10/+38
|
* Corrected PSS signature generation and verification.Nikos Mavrogiannopoulos2010-07-262-2/+6
|
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-2513-13/+13
|
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-2416-93/+99
|
* der_en/decode_subject_public_key_info were moved to x509/ subdirectory.Nikos Mavrogiannopoulos2010-07-212-0/+0
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-1911-72/+334
| | | | custom formats. For RSA keys the PKCS #1 format can be used as well.
* hash_reset() was combined with hash_init() to avoid requiring two calls for ↵Nikos Mavrogiannopoulos2010-07-192-12/+0
| | | | hash initialization.
* Implemented RSA blinding.Nikos Mavrogiannopoulos2010-07-191-4/+38
|
* sparse: add missing 'static'Miloslav Trmač2010-07-191-6/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* use mp_int* instead of void*Nikos Mavrogiannopoulos2010-07-142-4/+4
|
* DSA private keys are exported to a format that is compatible with openssl ↵Nikos Mavrogiannopoulos2010-07-142-19/+24
| | | | and gnutls.
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-076-41/+53
|
* Public and private keys are being generated in a new workqueue. Some other ↵Nikos Mavrogiannopoulos2010-07-072-18/+10
| | | | fixes and optimizations.
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-0763-6029/+547
|
* Added libtomcryptNikos Mavrogiannopoulos2010-07-06111-0/+15179