Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 3 | -10/+10 | |
| | ||||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 4 | -13/+13 | |
| | ||||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 8 | -238/+238 | |
| | ||||||
* | changed prefix of crl_reason_t values from CRL_ to CRL_REASON_ | Andreas Steffen | 2009-08-31 | 2 | -2/+2 | |
| | ||||||
* | .., but a comment might be helpful | Andreas Steffen | 2009-08-28 | 1 | -0/+1 | |
| | ||||||
* | removed TODO reminder | Andreas Steffen | 2009-08-28 | 1 | -1/+0 | |
| | ||||||
* | allow choice of digest algorithm in certificate generation | Andreas Steffen | 2009-08-28 | 1 | -5/+49 | |
| | ||||||
* | distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ↵ | Martin Willi | 2009-08-27 | 2 | -2/+2 | |
| | | | | signatures | |||||
* | support generation of EC certificates | Martin Willi | 2009-08-27 | 1 | -16/+9 | |
| | ||||||
* | create algorithmIdentifier dynamically from OID database | Martin Willi | 2009-08-27 | 3 | -6/+6 | |
| | ||||||
* | updated x509 plugin to public key/x509 API changes | Martin Willi | 2009-08-26 | 5 | -154/+134 | |
| | ||||||
* | make use of the pem helper plugin to load credentials | Martin Willi | 2009-08-26 | 3 | -136/+26 | |
| | ||||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 | |
| | ||||||
* | created signature_scheme_from_oid() helper function | Andreas Steffen | 2009-06-09 | 4 | -100/+24 | |
| | ||||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 1 | -15/+14 | |
| | ||||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 3 | -0/+3 | |
| | ||||||
* | set parsed = TRUE before calling parse_certificate() | Andreas Steffen | 2009-05-27 | 1 | -8/+7 | |
| | ||||||
* | moved very stroke specific x509 flag handling out of core library | Martin Willi | 2009-05-18 | 1 | -21/+10 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 9 | -18/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 3 | -9/+9 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -1/+1 | |
| | ||||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 7 | -7/+7 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 4 | -5/+5 | |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | |||||
* | removed debugging leftovers | Martin Willi | 2008-12-08 | 1 | -4/+0 | |
| | ||||||
* | basic x509 certificate generation | Martin Willi | 2008-12-08 | 1 | -49/+246 | |
| | ||||||
* | fixed refactoring error in openac | Andreas Steffen | 2008-12-04 | 1 | -1/+3 | |
| | ||||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 3 | -0/+5 | |
| | ||||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 5 | -68/+88 | |
| | | | | | | | | | 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 | |||||
* | support of ECDSA signatures for all certificate types | Andreas Steffen | 2008-06-22 | 4 | -0/+13 | |
| | ||||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -0/+3 | |
| | ||||||
* | parsing of subjectPublicKeyInfo of x509 certificates extracted | Tobias Brunner | 2008-06-10 | 1 | -48/+26 | |
| | ||||||
* | check if parsing of the RSA public key in an X.509 certificate was successful | Andreas Steffen | 2008-05-23 | 1 | -0/+5 | |
| | ||||||
* | added display of holderIssuer, holderSerial, and authorityKeyIdentifier | Andreas Steffen | 2008-05-23 | 1 | -3/+40 | |
| | ||||||
* | implement basic listing of attribute certificates | Andreas Steffen | 2008-05-22 | 1 | -8/+3 | |
| | ||||||
* | fixed segmentation fault caused by malformed attribute certificates | Andreas Steffen | 2008-05-21 | 1 | -0/+5 | |
| | ||||||
* | added missing break in case statement | Andreas Steffen | 2008-05-19 | 1 | -1/+3 | |
| | ||||||
* | fixed parsing of openssl format public keys | Martin Willi | 2008-05-06 | 1 | -16/+13 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-04-28 | 1 | -19/+19 | |
| | ||||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 5 | -131/+86 | |
| | ||||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 4 | -28/+17 | |
| | ||||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 5 | -741/+766 | |
| | ||||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 1 | -0/+26 | |
| | ||||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -8/+11 | |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | |||||
* | compare certificates against full encoding to allow equality check of ↵ | Martin Willi | 2008-04-07 | 5 | -36/+50 | |
| | | | | untrusted certs | |||||
* | removed unused gmp.h to build libstrongswan without libgmp | Martin Willi | 2008-04-04 | 1 | -1/+0 | |
| | ||||||
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 5 | -76/+42 | |
| | ||||||
* | treat sig_alg and algorithm comparison in a consistent way over all ↵ | Andreas Steffen | 2008-03-26 | 2 | -3/+9 | |
| | | | | certificate types | |||||
* | fixed compiler warnings | Martin Willi | 2008-03-26 | 3 | -10/+15 | |
| | ||||||
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 3 | -51/+414 | |
| |