summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk/dsa/dsa_import.c
Commit message (Expand)AuthorAgeFilesLines
* Algorithm to OID discovery moved to a single place.Nikos Mavrogiannopoulos2010-09-061-1/+7
* Run Lindent on libtom(*)Nikos Mavrogiannopoulos2010-09-061-65/+71
* Do not include linux headers to libtom files. This will allow easier replacem...Nikos Mavrogiannopoulos2010-08-191-1/+1
* Fix build with recent kernelsJan Chadima2010-08-051-0/+1
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...Nikos Mavrogiannopoulos2010-07-191-19/+30
* DSA private keys are exported to a format that is compatible with openssl and...Nikos Mavrogiannopoulos2010-07-141-12/+12
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-071-9/+9
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-071-4/+3
* Added libtomcryptNikos Mavrogiannopoulos2010-07-061-0/+90