| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- applied patch for charon
|
|
|
|
|
|
|
|
| |
policy_store
- added folder structure to config
- credentials are fetched solely on IDs now
|
|
|
|
|
|
|
|
|
| |
- new leak detective with malloc hook in library
- useable, but needs improvements
- logger_manager has now a single instance per library
- allows use of loggers from any linking prog
- a LOT of other things
|
|
|
|
|
|
|
| |
- down connection
- status
- some other tweaks
|
|
|
|
|
|
|
|
|
|
| |
- 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!
|
|
|
|
|
|
|
|
| |
- current configuration_manager is now static_configuration (testing)
- first draft of starter_configuration, which should once interact with ipsec starter (via whack?)
- some cleanups
- socket_t uses RAW socket, which allows parallel service of pluto/charon
|
|
|
|
|
|
|
|
| |
- uses now proposal_t, wich is also used by child proposals
- ike key derivation refactored
- crypter_t api has get_key_size now
- some other improvements here and there
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- cleaned code of different states
- added additional notify handling
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|