Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -3/+10 |
| | | | | | | | | | 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 | ||||
* | 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 |
| | |||||
* | 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 | 1 | -93/+50 |
| | |||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 1 | -8/+7 |
| | |||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 1 | -364/+361 |
| | |||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 1 | -0/+26 |
| | |||||
* | compare certificates against full encoding to allow equality check of ↵ | Martin Willi | 2008-04-07 | 1 | -9/+9 |
| | | | | 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 | 1 | -8/+3 |
| | |||||
* | fixed compiler warnings | Martin Willi | 2008-03-26 | 1 | -4/+4 |
| | |||||
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 1 | -19/+65 |
| | |||||
* | renamed certificate field in x509_cert.c to encoding | Andreas Steffen | 2008-03-25 | 1 | -9/+5 |
| | |||||
* | optimized self-signed certificate detection | Andreas Steffen | 2008-03-21 | 1 | -7/+6 |
| | |||||
* | self-signed certificates were not marked by x509_cert.c | Andreas Steffen | 2008-03-21 | 1 | -14/+22 |
| | |||||
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 1 | -4/+22 |
| | |||||
* | enforcing x509_flags on certificate construction | Martin Willi | 2008-03-17 | 1 | -13/+21 |
| | |||||
* | removed X509_PEER flag; flags are meant to read cert, not to store ↵ | Martin Willi | 2008-03-14 | 1 | -9/+0 |
| | | | | | | | additional state in cert removed x509_t.set_flags for the reason above implemented a simple, generic shared_key_t | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+1273 |