summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk
Commit message (Collapse)AuthorAgeFilesLines
* der_en/decode_subject_public_key_info were moved to x509/ subdirectory.Nikos Mavrogiannopoulos2010-07-212-0/+0
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-198-65/+272
| | | | custom formats. For RSA keys the PKCS #1 format can be used as well.
* Implemented RSA blinding.Nikos Mavrogiannopoulos2010-07-191-4/+38
|
* 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-074-41/+41
|
* Public and private keys are being generated in a new workqueue. Some other ↵Nikos Mavrogiannopoulos2010-07-071-10/+10
| | | | fixes and optimizations.
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-0750-3224/+183
|
* Added libtomcryptNikos Mavrogiannopoulos2010-07-0691-0/+10460