Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | certificate: Return signature scheme and parameters from issued_by() method | Tobias Brunner | 2017-11-08 | 1 | -4/+7 |
| | | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies. | ||||
* | vici: Support of raw public keys | Andreas Steffen | 2016-01-09 | 1 | -0/+8 |
| | |||||
* | pubkey: Improve comparison of raw public key certificate objects | Tobias Brunner | 2013-06-21 | 1 | -1/+11 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 1 | -1/+6 |
| | |||||
* | added missing whitespace | Andreas Steffen | 2012-04-30 | 1 | -0/+1 |
| | |||||
* | CERT_TRUSTED_PUBKEY stores notBefore, notAfter and subject information | Andreas Steffen | 2012-04-25 | 1 | -7/+41 |
| | |||||
* | Migrated pubkey_cert to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -69/+48 |
| | |||||
* | make encoding of CERT_TRUSTED_PUBKEY configurable | Andreas Steffen | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -9/+4 |
| | |||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 1 | -4/+4 |
| | | | | encoding | ||||
* | Removed is_newer() from certificate_t, obsoleting all implementations | Martin Willi | 2010-05-21 | 1 | -9/+0 |
| | |||||
* | Updated pubkey plugin to the new builder API | Martin Willi | 2009-09-10 | 1 | -68/+23 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -16/+16 |
| | |||||
* | updated pubkey plugin to new fingerprinting API | Martin Willi | 2009-08-26 | 1 | -20/+48 |
| | |||||
* | use credential builder API to parse trusted public keys | Martin Willi | 2009-08-26 | 1 | -11/+11 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | implemented ipsec listalgs as a stroke command | Andreas Steffen | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | get_subject() of a CERT_TRUSTED_PUBKEY object returns ID_PUBKEY_INFO_SHA1 ↵ | Andreas Steffen | 2008-10-08 | 1 | -1/+1 |
| | | | | hash consistent with the IKEv2 keyid philosophy | ||||
* | Implemented BUILD_BLOB_ASN1_DER for the CERT_TRUSTED_PUBKEY subtype | Andreas Steffen | 2008-10-08 | 1 | -0/+19 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -16/+17 |
| | | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts | ||||
* | moved RAW public key support to a separate plugin (pubkey) | Martin Willi | 2008-05-08 | 1 | -0/+284 |