aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pgp/pgp_cert.c
Commit message (Collapse)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-1/+1
| | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
* Use standard unsigned integer typesAndreas Steffen2016-03-241-4/+4
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-2/+6
|
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-1/+1
|
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-311-2/+2
|
* Also log PGP parsing in ASN log group.Tobias Brunner2011-12-161-10/+10
|
* Migrated pgp_cert to INIT/METHOD macrosAndreas Steffen2011-09-291-80/+52
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-4/+14
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-1/+1
| | | | encoding
* Removed is_newer() from certificate_t, obsoleting all implementationsMartin Willi2010-05-211-18/+0
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-15/+17
|
* added some debugging to pgp certificate parsingAndreas Steffen2009-11-101-8/+33
|
* accept PGP v3 or v4 fingerprint as alternative to PGP user_idAndreas Steffen2009-11-091-2/+11
|
* list v3 or v4 fingerprintAndreas Steffen2009-11-081-3/+54
|
* define TIME_32_BITS_SIGNED_MAX in utils.hAndreas Steffen2009-11-081-2/+2
|
* Use ID_KEY_ID as PGP user id, as it can contain any stringMartin Willi2009-09-151-1/+1
|
* Implemented support for preinstalled PGP certificates in charonMartin Willi2009-09-151-1/+1
|
* Added basic support for PGP certificates (no trust relationships yet)Martin Willi2009-09-151-0/+416