summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/pk/asn1/der/sequence
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* der_en/decode_subject_public_key_info were moved to x509/ subdirectory.Nikos Mavrogiannopoulos2010-07-212-166/+0
|
* Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵Nikos Mavrogiannopoulos2010-07-192-0/+166
| | | | custom formats. For RSA keys the PKCS #1 format can be used as well.
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-072-5/+12
|
* Added libtomcryptNikos Mavrogiannopoulos2010-07-067-0/+1519