Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support of EdDSA signatures | Andreas Steffen | 2016-12-14 | 1 | -0/+7 |
| | |||||
* | Store and parse BLISS private and public keys in DER and PEM format | Andreas Steffen | 2014-11-29 | 1 | -0/+5 |
| | | | | | | | | Additionally generate SHA-1 fingerprints of raw BLISS subjectPublicKey and subjectPublicKeyInfo objects. Some basic functions used by the bliss_public_key class are shared with the bliss_private_key class. | ||||
* | PEM plugin loads PKCS#12 containers from (DER-encoded) files | Tobias Brunner | 2013-05-08 | 1 | -0/+5 |
| | | | | | It is not actually able to handle PEM encoded PKCS#12 files produced by OpenSSL. | ||||
* | Remove pluto specific certificate types | Tobias Brunner | 2013-05-08 | 1 | -6/+0 |
| | |||||
* | PEM loading soft-depends on MD5 only, as unencrypted files don't need MD5 | Martin Willi | 2012-08-03 | 1 | -4/+4 |
| | | | | Fixes #211. | ||||
* | Building CERT_ANY through PEM requires either a CERT_X509 or a CERT_PGP builder | Martin Willi | 2012-05-03 | 1 | -1/+2 |
| | |||||
* | PEM loading plugin features depend on the same feature, they are helpers only | Martin Willi | 2012-05-02 | 1 | -0/+17 |
| | |||||
* | added newline | Andreas Steffen | 2011-10-30 | 1 | -0/+1 |
| | |||||
* | remove pem_encoder_encode | Andreas Steffen | 2011-10-30 | 1 | -0/+2 |
| | |||||
* | Add features support to pem plugin | Andreas Steffen | 2011-10-30 | 1 | -53/+58 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -0/+7 |
| | | | | over plugin_t | ||||
* | Migrated pem_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 |
| | |||||
* | Added a final flag to builder registration to enumerate the actually ↵ | Martin Willi | 2010-09-03 | 1 | -19/+19 |
| | | | | supported algorithms | ||||
* | PEM encoding for GMP RSA public and private keys | Andreas Steffen | 2010-04-04 | 1 | -0/+5 |
| | |||||
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | moved .gitignore for pool | Andreas Steffen | 2009-10-15 | 1 | -2/+0 |
| | |||||
* | support of PKCS#10 certificate request parsing | Andreas Steffen | 2009-09-13 | 1 | -0/+2 |
| | |||||
* | Updated pem plugin to the new builder API | Martin Willi | 2009-09-10 | 1 | -22/+22 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -6/+6 |
| | |||||
* | handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵ | Martin Willi | 2009-08-26 | 1 | -10/+8 |
| | | | | credential kind | ||||
* | use a pluto specific credential builder to build pluto cert_t's | Martin Willi | 2009-08-26 | 1 | -0/+10 |
| | |||||
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 1 | -0/+97 |