| Commit message (Expand) | Author | Age | Files | Lines |
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 2 | -6/+6 |
* | Added support for different encryption schemes to private/public keys | Martin Willi | 2010-08-10 | 3 | -2/+42 |
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential en... | Martin Willi | 2010-07-13 | 4 | -19/+18 |
* | Moved keys/key_encoding.[ch] to cred_encoding.[ch] | Martin Willi | 2010-07-13 | 4 | -505/+2 |
* | Moved credential manager to libstrongswan | Martin Willi | 2010-07-13 | 1 | -0/+1 |
* | Avoid relocking while enumerator is alive | Martin Willi | 2010-07-06 | 1 | -9/+10 |
* | fixed typo | Andreas Steffen | 2010-04-04 | 1 | -1/+1 |
* | EAP-MSCHAPv2 can use stored NT hashes in addition to plaintext passwords | Martin Willi | 2010-03-17 | 1 | -0/+2 |
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading p... | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Fixed all doxygen warnings | Martin Willi | 2009-10-22 | 3 | -5/+5 |
* | Public/Private keys implement a has_fingerprint() method | Martin Willi | 2009-09-21 | 5 | -0/+74 |
* | extended hasher_signature_algorithm_to_oid() function | Andreas Steffen | 2009-09-13 | 1 | -0/+1 |
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 8 | -70/+70 |
* | distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ... | Martin Willi | 2009-08-27 | 2 | -10/+18 |
* | do not flush cached encodings, keys are responsible for it | Martin Willi | 2009-08-27 | 1 | -10/+4 |
* | 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 |
* | started implementation of a PKI tool, currently supporting RSA|ECDSA key gene... | Martin Willi | 2009-08-26 | 1 | -0/+3 |
* | 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 |
* | 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 | 3 | -21/+45 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 5 | -10/+0 |
* | updated Doxyfile | Martin Willi | 2009-03-24 | 2 | -2/+2 |
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 2 | -7/+22 |
* | removed unimplemented private/public key function declarations | Martin Willi | 2008-03-19 | 2 | -47/+0 |
* | removed X509_PEER flag; flags are meant to read cert, not to store additional... | Martin Willi | 2008-03-14 | 2 | -0/+93 |
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 6 | -0/+470 |