aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/asn1
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-057-1128/+0
|
* - improved strokeingMartin Willi2006-04-041-1/+11
| | | | | | | - down connection - status - some other tweaks
* - rewrote a lot of RSA stuffMartin Willi2006-03-304-88/+449
| | | | | | | | | | - 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-247-0/+757
- RSA private and public key can load read key from ASN1 DER - some other fixes here and there