summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk
Commit message (Expand)AuthorAgeFilesLines
* Corrected bug in importing RSA private keys.Nikos Mavrogiannopoulos2010-08-211-1/+1
* Do not include linux headers to libtom files. This will allow easier replacem...Nikos Mavrogiannopoulos2010-08-1921-21/+21
* Fix build with recent kernelsJan Chadima2010-08-0521-4/+25
* put correct license.Nikos Mavrogiannopoulos2010-07-292-10/+38
* Corrected PSS signature generation and verification.Nikos Mavrogiannopoulos2010-07-262-2/+6
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-2510-10/+10
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-249-52/+56
* 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 cus...Nikos Mavrogiannopoulos2010-07-198-65/+272
* Implemented RSA blinding.Nikos Mavrogiannopoulos2010-07-191-4/+38
* 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-074-41/+41
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-10/+10
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-0750-3224/+183
* Added libtomcryptNikos Mavrogiannopoulos2010-07-0691-0/+10460