summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/headers/tomcrypt_pk.h
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-061-178/+192
|
* Increased RSA size to 8192. Return error on wrong arguments.Nikos Mavrogiannopoulos2010-08-201-1/+1
|
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-241-12/+14
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-191-1/+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
|
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-071-172/+19
|
* Added libtomcryptNikos Mavrogiannopoulos2010-07-061-0/+489