summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk/dsa
Commit message (Collapse)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 ↵Nikos Mavrogiannopoulos2010-08-194-4/+4
| | | | replacement of them.
* Fix build with recent kernelsJan Chadima2010-08-054-0/+4
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-192-29/+61
| | | | custom formats. For RSA keys the PKCS #1 format can be used as well.
* 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-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