summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/headers
Commit message (Collapse)AuthorAgeFilesLines
* Algorithm to OID discovery moved to a single place.Nikos Mavrogiannopoulos2010-09-061-3/+3
|
* Run Lindent on libtom(*)Nikos Mavrogiannopoulos2010-09-0611-486/+478
|
* Use the linux kernel heapsort instead of including qsort.Nikos Mavrogiannopoulos2010-09-023-3/+4
|
* 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-191-0/+1
| | | | replacement of them.
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-243-21/+27
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-192-7/+22
| | | | custom formats. For RSA keys the PKCS #1 format can be used as well.
* use mp_int* instead of void*Nikos Mavrogiannopoulos2010-07-141-1/+1
|
* Public and private keys are being generated in a new workqueue. Some other ↵Nikos Mavrogiannopoulos2010-07-071-8/+0
| | | | fixes and optimizations.
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-076-665/+34
|
* Added libtomcryptNikos Mavrogiannopoulos2010-07-0611-0/+2259