| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | key encoding gained a cache() method, allows caching of externally created en... | Martin Willi | 2009-08-27 | 2 | -1/+40 |
* | encoding public EC keys is not really possible without subjectPublicKeyInfo | Martin Willi | 2009-08-26 | 1 | -1/+3 |
* | complain about build errors in non-recursive cases only | Martin Willi | 2009-08-26 | 1 | -2/+16 |
* | added a BUILD_FROM_FD option, supporting credential parsing from stdin | Martin Willi | 2009-08-26 | 3 | -1/+5 |
* | started implementation of a PKI tool, currently supporting RSA|ECDSA key gene... | Martin Willi | 2009-08-26 | 1 | -0/+3 |
* | updated x509/CRL/AC API to align with public key, authKeyIdentifier is a chunk | Martin Willi | 2009-08-26 | 3 | -9/+9 |
* | updated openssl plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 1 | -0/+8 |
* | changed get_id/get_encoding API of private/public key to use new encoding fra... | Martin Willi | 2009-08-26 | 2 | -27/+32 |
* | added generic implementation helpers for private_key_t.equals/belongs_to, pub... | Martin Willi | 2009-08-26 | 4 | -3/+97 |
* | added a seperate chache lookup, as encode() requires arguments expensive to b... | Martin Willi | 2009-08-26 | 2 | -0/+34 |
* | added a facility to hand out fingerprinting/key encoding to the pkcs1/pgp/...... | Martin Willi | 2009-08-26 | 2 | -0/+420 |
* | enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGP | Martin Willi | 2009-08-26 | 1 | -2/+2 |
* | renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support othe... | Martin Willi | 2009-08-26 | 3 | -4/+4 |
* | implemented a pkcs1 plugin providing PKCS#1 key parsing builders | Martin Willi | 2009-08-26 | 3 | -0/+32 |
* | show more information if building a credential fails | Martin Willi | 2009-08-26 | 1 | -2/+10 |
* | do not enumerate builders returning NULL | Martin Willi | 2009-08-26 | 1 | -2/+8 |
* | handle pluto specific certificates under CRED_CERTIFICATE, not as own credent... | Martin Willi | 2009-08-26 | 3 | -4/+11 |
* | use a pluto specific credential builder to build pluto cert_t's | Martin Willi | 2009-08-26 | 2 | -4/+7 |
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 3 | -5/+19 |
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum... | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 2 | -0/+6 |
* | conversion from ECDSA_WITH_SHAxxx OIDs to signature schemes | Andreas Steffen | 2009-07-15 | 1 | -0/+6 |
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 2 | -3/+3 |
* | created signature_scheme_from_oid() helper function | Andreas Steffen | 2009-06-09 | 2 | -1/+44 |
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 6 | -24/+56 |
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 1 | -3/+0 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 15 | -30/+0 |
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 2 | -11/+13 |
* | updated Doxyfile | Martin Willi | 2009-03-24 | 10 | -11/+10 |
* | using rwlock to parallel build credentials | Martin Willi | 2008-12-09 | 1 | -10/+10 |
* | add support for smartcards in charon by using the ENGINE API provided by Open... | Tobias Brunner | 2008-12-03 | 3 | -0/+8 |
* | fixed builder_cancel macro to return NULL on failed build | Martin Willi | 2008-10-06 | 2 | -1/+15 |
* | refactored credential builder | Martin Willi | 2008-09-02 | 4 | -123/+66 |
* | loading PEM encoded public keys | Martin Willi | 2008-06-11 | 3 | -0/+5 |
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 2 | -7/+22 |
* | added display of holderIssuer, holderSerial, and authorityKeyIdentifier | Andreas Steffen | 2008-05-23 | 1 | -0/+28 |
* | fixed the cleanup code when the credential factory fails to create a builder | Tobias Brunner | 2008-05-19 | 2 | -2/+42 |
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 4 | -37/+13 |
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 6 | -149/+0 |
* | added component BUILD_FROM_FILE | Andreas Steffen | 2008-03-25 | 3 | -2/+6 |
* | added ac.c | Andreas Steffen | 2008-03-25 | 1 | -0/+55 |
* | defined *_create_from_file() constructors in libstrongswan/credentials/certif... | Andreas Steffen | 2008-03-25 | 5 | -2/+96 |
* | added ietf group attribute support to attibute certificate factory | Andreas Steffen | 2008-03-21 | 3 | -2/+6 |
* | added BUILD_SERIAL component and fixed several ac bugs | Andreas Steffen | 2008-03-21 | 3 | -1/+5 |
* | added VALIDATION_UNKNOWN to cert_validation_names | Andreas Steffen | 2008-03-21 | 1 | -0/+1 |
* | added credential factory support for BULD_NOT_BEFORE_TIME and BUILD_NOT_AFTER... | Andreas Steffen | 2008-03-21 | 2 | -0/+6 |
* | refactored openac and its attribute certificate factory | Andreas Steffen | 2008-03-20 | 2 | -0/+62 |
* | added $ | Andreas Steffen | 2008-03-20 | 1 | -0/+2 |
* | cleaned up includes | Andreas Steffen | 2008-03-20 | 1 | -1/+3 |
* | removed unimplemented private/public key function declarations | Martin Willi | 2008-03-19 | 2 | -47/+0 |