aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.)Tobias Brunner2008-04-286-0/+443
* optimized parser->success()Andreas Steffen2008-04-268-71/+54
* ported ASN.1 changes to pkcs7Andreas Steffen2008-04-262-178/+189
* doxygen fix for fips.hAndreas Steffen2008-04-261-1/+1
* refactoring of the ASN.1 parserAndreas Steffen2008-04-2618-1147/+1568
* extract_token() now handles whitespaceAndreas Steffen2008-04-251-0/+8
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-246-510/+203
* experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 EstherMartin Willi2008-04-228-0/+602
* removed status result from crypter interface to be consistent with other cryp...Martin Willi2008-04-224-149/+67
* functions invoked on all linked list items now support up to five additional ...Tobias Brunner2008-04-182-10/+22
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-183-3/+37
* typoTobias Brunner2008-04-181-1/+1
* cosmetics to chunk_write()Martin Willi2008-04-172-20/+19
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-172-0/+12
* added error logging to sqlite pluginMartin Willi2008-04-151-4/+24
* build plugins after daemon/libstrongswanMartin Willi2008-04-151-1/+1
* added API for random number generators, served through credential factoryMartin Willi2008-04-1518-330/+578
* removed stale ocsp headerMartin Willi2008-04-081-79/+0
* fixed doxygen groups to avoid recursionMartin Willi2008-04-073-3/+3
* compare certificates against full encoding to allow equality check of untrust...Martin Willi2008-04-075-36/+50
* added ./configure option --with-strongswan-conf=Martin Willi2008-04-071-1/+1
* fixed segfault when opening a SQLite database failsMartin Willi2008-04-071-1/+2
* do not build leak_detective.o if not enabledMartin Willi2008-04-042-6/+8
* defining hook functions ourself as definition in uClibc and glibc differ, fix...Martin Willi2008-04-041-4/+7
* removed unused gmp.h to build libstrongswan without libgmpMartin Willi2008-04-042-2/+0
* redirecting all leak_report information to stderrMartin Willi2008-04-031-18/+30
* some code cleanupsMartin Willi2008-04-031-49/+23
* replaced mutex in leak detective with thread schedulingTobias Brunner2008-04-031-18/+36
* fixed compile warningsMartin Willi2008-04-021-0/+1
* added missing files for commit [3721]Martin Willi2008-04-012-0/+197
* loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format)Martin Willi2008-04-013-1/+9
* removed unneded publicKeyInfo ASN1 structureMartin Willi2008-04-011-16/+1
* changed enumerator implementation to handle reentrant codeMartin Willi2008-04-011-11/+23
* demoted ldap debug output to level 2Andreas Steffen2008-03-281-1/+1
* leak detective detects heap over- and underflowMartin Willi2008-03-281-13/+71
* updated leak_detective whitelist: libxml and clearsilver functionsMartin Willi2008-03-281-1/+12
* fixed compiler warningMartin Willi2008-03-281-1/+1
* whitelisted FCGX_InitMartin Willi2008-03-271-5/+11
* makeshift fix of --enable-integrity-test optionAndreas Steffen2008-03-263-3/+10
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-2610-114/+56
* treat sig_alg and algorithm comparison in a consistent way over all certifica...Andreas Steffen2008-03-262-3/+9
* fixed compiler warningsMartin Willi2008-03-263-10/+15
* certificate factory can load certs from fileAndreas Steffen2008-03-2510-201/+415
* added component BUILD_FROM_FILEAndreas Steffen2008-03-253-2/+6
* renamed certificate field in x509_cert.c to encodingAndreas Steffen2008-03-251-9/+5
* added ac.cAndreas Steffen2008-03-251-0/+55
* defined *_create_from_file() constructors in libstrongswan/credentials/certif...Andreas Steffen2008-03-256-3/+97
* fixed refence counts before calling attribute certificate factoryAndreas Steffen2008-03-251-0/+4
* corrected some doxygen entriesAndreas Steffen2008-03-224-26/+13
* optimized self-signed certificate detectionAndreas Steffen2008-03-211-7/+6