Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added ./configure option --with-strongswan-conf= | Martin Willi | 2008-04-07 | 1 | -1/+1 | |
| | | | | defaults to /etc/strongswan.conf | |||||
* | fixed segfault when opening a SQLite database fails | Martin Willi | 2008-04-07 | 1 | -1/+2 | |
| | ||||||
* | do not build leak_detective.o if not enabled | Martin Willi | 2008-04-04 | 2 | -6/+8 | |
| | ||||||
* | defining hook functions ourself as definition in uClibc and glibc differ, ↵ | Martin Willi | 2008-04-04 | 1 | -4/+7 | |
| | | | | fixes #36 | |||||
* | removed unused gmp.h to build libstrongswan without libgmp | Martin Willi | 2008-04-04 | 2 | -2/+0 | |
| | ||||||
* | redirecting all leak_report information to stderr | Martin Willi | 2008-04-03 | 1 | -18/+30 | |
| | ||||||
* | some code cleanups | Martin Willi | 2008-04-03 | 1 | -49/+23 | |
| | ||||||
* | replaced mutex in leak detective with thread scheduling | Tobias Brunner | 2008-04-03 | 1 | -18/+36 | |
| | ||||||
* | fixed compile warnings | Martin Willi | 2008-04-02 | 1 | -0/+1 | |
| | ||||||
* | added missing files for commit [3721] | Martin Willi | 2008-04-01 | 2 | -0/+197 | |
| | ||||||
* | loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format) | Martin Willi | 2008-04-01 | 3 | -1/+9 | |
| | | | | testcase | |||||
* | removed unneded publicKeyInfo ASN1 structure | Martin Willi | 2008-04-01 | 1 | -16/+1 | |
| | ||||||
* | changed enumerator implementation to handle reentrant code | Martin Willi | 2008-04-01 | 1 | -11/+23 | |
| | ||||||
* | demoted ldap debug output to level 2 | Andreas Steffen | 2008-03-28 | 1 | -1/+1 | |
| | ||||||
* | leak detective detects heap over- and underflow | Martin Willi | 2008-03-28 | 1 | -13/+71 | |
| | ||||||
* | updated leak_detective whitelist: libxml and clearsilver functions | Martin Willi | 2008-03-28 | 1 | -1/+12 | |
| | ||||||
* | fixed compiler warning | Martin Willi | 2008-03-28 | 1 | -1/+1 | |
| | ||||||
* | whitelisted FCGX_Init | Martin Willi | 2008-03-27 | 1 | -5/+11 | |
| | | | | reporting count of leaks suppressed by whitelist | |||||
* | makeshift fix of --enable-integrity-test option | Andreas Steffen | 2008-03-26 | 3 | -3/+10 | |
| | ||||||
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 10 | -114/+56 | |
| | ||||||
* | 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 | 10 | -201/+415 | |
| | ||||||
* | added component BUILD_FROM_FILE | Andreas Steffen | 2008-03-25 | 3 | -2/+6 | |
| | ||||||
* | renamed certificate field in x509_cert.c to encoding | Andreas Steffen | 2008-03-25 | 1 | -9/+5 | |
| | ||||||
* | added ac.c | Andreas Steffen | 2008-03-25 | 1 | -0/+55 | |
| | ||||||
* | defined *_create_from_file() constructors in ↵ | Andreas Steffen | 2008-03-25 | 6 | -3/+97 | |
| | | | | libstrongswan/credentials/certificates | |||||
* | fixed refence counts before calling attribute certificate factory | Andreas Steffen | 2008-03-25 | 1 | -0/+4 | |
| | ||||||
* | corrected some doxygen entries | Andreas Steffen | 2008-03-22 | 4 | -26/+13 | |
| | ||||||
* | 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 | |
| | ||||||
* | added ietf group attribute support to attibute certificate factory | Andreas Steffen | 2008-03-21 | 4 | -2/+10 | |
| | ||||||
* | fixed memory allocation problem in openac | Andreas Steffen | 2008-03-21 | 1 | -13/+9 | |
| | ||||||
* | added BUILD_SERIAL component and fixed several ac bugs | Andreas Steffen | 2008-03-21 | 4 | -7/+19 | |
| | ||||||
* | 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 ↵ | Andreas Steffen | 2008-03-21 | 3 | -22/+29 | |
| | | | | BUILD_NOT_AFTER_TIME | |||||
* | added x509_ac_builder plugin | Andreas Steffen | 2008-03-21 | 1 | -0/+5 | |
| | ||||||
* | refactored openac and its attribute certificate factory | Andreas Steffen | 2008-03-20 | 8 | -2/+1428 | |
| | ||||||
* | some C libraries need _GNU_SOURCE for rwlocks | Martin Willi | 2008-03-20 | 1 | -0/+2 | |
| | ||||||
* | added $ | Andreas Steffen | 2008-03-20 | 1 | -0/+2 | |
| | ||||||
* | included utils/linked_list.h | Andreas Steffen | 2008-03-20 | 1 | -0/+1 | |
| | ||||||
* | cleaned up includes | Andreas Steffen | 2008-03-20 | 1 | -1/+3 | |
| | ||||||
* | CA certificates are allowed to sign OCSP responsed without OCSP_SIGNER flag | Martin Willi | 2008-03-20 | 1 | -1/+2 | |
| | ||||||
* | removed unimplemented private/public key function declarations | Martin Willi | 2008-03-19 | 2 | -47/+0 | |
| | ||||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 8 | -71/+158 | |
| | | | | | | as it requires to XOR the key into the hashers state. A new SHA1 based keyed hash function, implemented as PRF, enables EAP-AKA and the FIPS-PRF function to properly use the existing SHA1 implementation. | |||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 2 | -7/+7 | |
| | ||||||
* | fixed CRL check return value on revoked certificates | Martin Willi | 2008-03-19 | 2 | -0/+13 | |
| | | | | | fixed possible refcounting bugs generic return_null() implementation | |||||
* | creating public key from RSA private key | Martin Willi | 2008-03-18 | 2 | -3/+23 | |
| | | | | RSA key generation and signature test | |||||
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 5 | -59/+105 | |
| | ||||||
* | enforcing x509_flags on certificate construction | Martin Willi | 2008-03-17 | 4 | -15/+31 | |
| |