aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/certificate.c
Commit message (Collapse)AuthorAgeFilesLines
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-427/+140
| | | | | | | | | | - 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-0/+518
- RSA private and public key can load read key from ASN1 DER - some other fixes here and there