aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pubkey/pubkey_cert.c
Commit message (Collapse)AuthorAgeFilesLines
* pubkey: Improve comparison of raw public key certificate objectsTobias Brunner2013-06-211-1/+11
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-1/+6
|
* added missing whitespaceAndreas Steffen2012-04-301-0/+1
|
* CERT_TRUSTED_PUBKEY stores notBefore, notAfter and subject informationAndreas Steffen2012-04-251-7/+41
|
* Migrated pubkey_cert to INIT/METHOD macrosAndreas Steffen2011-09-281-69/+48
|
* make encoding of CERT_TRUSTED_PUBKEY configurableAndreas Steffen2011-09-081-1/+1
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-9/+4
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-4/+4
| | | | encoding
* Removed is_newer() from certificate_t, obsoleting all implementationsMartin Willi2010-05-211-9/+0
|
* Updated pubkey plugin to the new builder APIMartin Willi2009-09-101-68/+23
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-16/+16
|
* updated pubkey plugin to new fingerprinting APIMartin Willi2009-08-261-20/+48
|
* use credential builder API to parse trusted public keysMartin Willi2009-08-261-11/+11
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* implemented ipsec listalgs as a stroke commandAndreas Steffen2008-10-081-1/+1
|
* get_subject() of a CERT_TRUSTED_PUBKEY object returns ID_PUBKEY_INFO_SHA1 ↵Andreas Steffen2008-10-081-1/+1
| | | | hash consistent with the IKEv2 keyid philosophy
* Implemented BUILD_BLOB_ASN1_DER for the CERT_TRUSTED_PUBKEY subtypeAndreas Steffen2008-10-081-0/+19
|
* refactored credential builderMartin Willi2008-09-021-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 Willi2008-05-081-0/+284