Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Algorithm to OID discovery moved to a single place. | Nikos Mavrogiannopoulos | 2010-09-06 | 1 | -3/+3 |
| | |||||
* | Run Lindent on libtom(*) | Nikos Mavrogiannopoulos | 2010-09-06 | 11 | -486/+478 |
| | |||||
* | Use the linux kernel heapsort instead of including qsort. | Nikos Mavrogiannopoulos | 2010-09-02 | 3 | -3/+4 |
| | |||||
* | Increased RSA size to 8192. Return error on wrong arguments. | Nikos Mavrogiannopoulos | 2010-08-20 | 3 | -5/+5 |
| | |||||
* | Do not include linux headers to libtom files. This will allow easier ↵ | Nikos Mavrogiannopoulos | 2010-08-19 | 1 | -0/+1 |
| | | | | replacement of them. | ||||
* | Use of algo_properties to avoid linear search on a table for each property. | Miloslav Trmač | 2010-07-24 | 3 | -21/+27 |
| | |||||
* | Public Keys are being exported to SubjectPublicKeyInfo format, instead of ↵ | Nikos Mavrogiannopoulos | 2010-07-19 | 2 | -7/+22 |
| | | | | custom formats. For RSA keys the PKCS #1 format can be used as well. | ||||
* | use mp_int* instead of void* | Nikos Mavrogiannopoulos | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Public and private keys are being generated in a new workqueue. Some other ↵ | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -8/+0 |
| | | | | fixes and optimizations. | ||||
* | Added a modified libtomcrypt with DSA and RSA algorithms. | Nikos Mavrogiannopoulos | 2010-07-07 | 6 | -665/+34 |
| | |||||
* | Added libtomcrypt | Nikos Mavrogiannopoulos | 2010-07-06 | 11 | -0/+2259 |