aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/asn1/asn1.h
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-172/+0
|
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-15/+71
| | | | | | | | | | - 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/+116
- RSA private and public key can load read key from ASN1 DER - some other fixes here and there