aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/rsa/rsa_private_key.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-597/+0
|
* - improved strokeingMartin Willi2006-04-041-0/+22
| | | | | | | - down connection - status - some other tweaks
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-119/+108
| | | | | | | | | | - done major work for ASN1/decoder - allow loading of ASN1 der encoded private keys, public keys and certificates - extracting public key from certificates - passing certificates from stroke to charon => basic authentication with RSA certificates works!
* - starter work on asn1 with der de/encoderMartin Willi2006-03-241-104/+80
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-0/+20
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - removed prime poolMartin Willi2005-12-071-2/+44
|
* - fixed gmp initialization bugsMartin Willi2005-12-071-0/+9
| | | | | - fixed spi check bug in ike_sa_init_requested
* - code cleaned upJan Hutter2005-12-061-25/+34
|
* - comments addedMartin Willi2005-12-041-1/+1
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-0/+530
- removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys