summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk
Commit message (Collapse)AuthorAgeFilesLines
* Algorithm to OID discovery moved to a single place.Nikos Mavrogiannopoulos2010-09-066-6/+30
|
* Run Lindent on libtom(*)Nikos Mavrogiannopoulos2010-09-0625-1754/+1980
|
* 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-1921-21/+21
| | | | replacement of them.
* 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 ↵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