| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- 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!
|
|
|
|
|
|
| |
- RSA private and public key can load read key from ASN1 DER
- some other fixes here and there
|
|
|
|
|
|
|
| |
- cleanups for logger here and there
- removed critical flag check in payload verification (conformance to IKEv2)
- so thats and theres everywere... ;-)
|
|
|
|
|
|
| |
- configuration is now split up in: connections, policies, credentials and daemon config
- further alloc/free fixes needed!
|
| |
|
| |
|
|
|
|
|
| |
- moved packet_t members to private, added getter and setters
|
|
- 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
|