summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk/rsa
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-069-651/+756
|
* 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 ↵Nikos Mavrogiannopoulos2010-08-195-5/+5
| | | | replacement of them.
* Fix build with recent kernelsJan Chadima2010-08-055-0/+5
|
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-255-5/+5
|
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-244-19/+23
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-192-32/+34
| | | | custom formats. For RSA keys the PKCS #1 format can be used as well.
* Implemented RSA blinding.Nikos Mavrogiannopoulos2010-07-191-4/+38
|
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-072-23/+23
|
* 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-078-66/+66
|
* Added libtomcryptNikos Mavrogiannopoulos2010-07-069-0/+959