Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 4 | -1574/+0 |
| | |||||
* | fixed comment | Andreas Steffen | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | implemented pkcs1_encrypt() | Andreas Steffen | 2008-01-27 | 1 | -0/+51 |
| | |||||
* | extended asn1_algorithmIdentifier() to SHA-2 | Andreas Steffen | 2008-01-22 | 4 | -57/+26 |
| | |||||
* | implemented rsa_private_key_t.get_public_key() | Andreas Steffen | 2008-01-21 | 1 | -44/+24 |
| | |||||
* | added rsa_public_key_create(mpz_t n, mpz_t e) | Andreas Steffen | 2008-01-21 | 2 | -21/+63 |
| | |||||
* | corrected brief | Andreas Steffen | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | added get_publicKeyInfo() method | Andreas Steffen | 2007-10-12 | 2 | -79/+38 |
| | |||||
* | implemented pkcs1_write() method | Andreas Steffen | 2007-10-12 | 2 | -21/+32 |
| | |||||
* | call get_keysize with const rsa_private_key_t* | Andreas Steffen | 2007-10-11 | 1 | -1/+1 |
| | |||||
* | cosmetics | Andreas Steffen | 2007-10-11 | 1 | -1/+2 |
| | |||||
* | renamed eme_pkcs1_decrypt() to pkcs1_decrypt() | Andreas Steffen | 2007-10-11 | 2 | -11/+12 |
| | |||||
* | increase debug level from 1 to 2 | Andreas Steffen | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | added eme_pkcs1_decrypt() method | Andreas Steffen | 2007-10-07 | 2 | -18/+80 |
| | |||||
* | added error message in case of incorrect padding | Andreas Steffen | 2007-10-07 | 1 | -0/+3 |
| | |||||
* | added RCSID | Andreas Steffen | 2007-10-07 | 1 | -0/+2 |
| | |||||
* | removed unused LARGEST_HASH_OID_SIZE definition | Andreas Steffen | 2007-09-13 | 1 | -3/+1 |
| | |||||
* | replaced 8 by BITS_PER_BYTE | Andreas Steffen | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | error message outputs hash size differences | Andreas Steffen | 2007-09-12 | 1 | -2/+3 |
| | |||||
* | renamed encoded_hash to digestInfo | Andreas Steffen | 2007-09-12 | 1 | -6/+6 |
| | |||||
* | fixed warnings and memory leak | Martin Willi | 2007-09-12 | 1 | -1/+2 |
| | |||||
* | added error messages in signature verification | Andreas Steffen | 2007-09-12 | 1 | -4/+7 |
| | |||||
* | check for surplus bytes in EM structure after the digestInfo | Andreas Steffen | 2007-09-11 | 1 | -29/+44 |
| | |||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 2 | -133/+88 |
| | |||||
* | removed rsa_private_key clone() function | Andreas Steffen | 2007-09-11 | 2 | -143/+23 |
| | |||||
* | mpz_clear_randomized() overwrites private key material before releasing it | Andreas Steffen | 2007-09-10 | 1 | -22/+41 |
| | |||||
* | proper initialization of rsa private key | Martin Willi | 2007-08-30 | 1 | -0/+2 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 4 | -6/+4 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 2 | -9/+7 |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | ||||
* | added private flag to asn1_init | Andreas Steffen | 2006-10-25 | 2 | -2/+2 |
| | |||||
* | support of encrypted private key files | Andreas Steffen | 2006-09-20 | 3 | -4/+4 |
| | |||||
* | some cleanups here and there | Martin Willi | 2006-09-18 | 3 | -12/+8 |
| | |||||
* | fixed certificate verification bug! | Martin Willi | 2006-09-14 | 1 | -4/+17 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 4 | -4/+8 |
| | |||||
* | fixed compiler warnings | Martin Willi | 2006-07-05 | 1 | -1/+2 |
| | |||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 2 | -24/+24 |
| | |||||
* | computation of SHA-1 hash over publicKeyInfo object | Andreas Steffen | 2006-05-30 | 3 | -104/+128 |
| | |||||
* | corrected type | Andreas Steffen | 2006-05-29 | 1 | -1/+1 |
| | |||||
* | - applied patch from andreas, which allows certificate listing via stroke | Martin Willi | 2006-05-19 | 2 | -23/+59 |
| | |||||
* | - added ipsec.conf template and man page back | Martin Willi | 2006-05-18 | 1 | -23/+0 |
| | | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 2 | -2/+2 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 5 | -0/+1572 |