summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk/dsa
Commit message (Expand)AuthorAgeFilesLines
* Algorithm to OID discovery moved to a single place.Nikos Mavrogiannopoulos2010-09-062-2/+14
* Run Lindent on libtom(*)Nikos Mavrogiannopoulos2010-09-067-426/+526
* Do not include linux headers to libtom files. This will allow easier replacem...Nikos Mavrogiannopoulos2010-08-194-4/+4
* Fix build with recent kernelsJan Chadima2010-08-054-0/+4
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of cus...Nikos Mavrogiannopoulos2010-07-192-29/+61
* DSA private keys are exported to a format that is compatible with openssl and...Nikos Mavrogiannopoulos2010-07-142-19/+24
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-072-18/+18
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-079-412/+74
* Added libtomcryptNikos Mavrogiannopoulos2010-07-0610-0/+1029