aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
* Add strongswan.conf runtime options for /dev/[u]random filesMartin Willi2012-09-101-2/+7
* Merge branch 'android-client-cert'Tobias Brunner2012-09-041-0/+2
|\
| * android: Enable pkcs8 pluginTobias Brunner2012-08-311-0/+2
* | Merge branch 'eap-client-select'Tobias Brunner2012-08-312-14/+101
|\ \
| * | Added eap-dynamic plugin which can proxy any other EAP methodTobias Brunner2012-08-312-1/+2
| * | Function added that parses EAP method strings ([eap-]type[-vendor])Tobias Brunner2012-08-312-0/+86
| * | Move our pseudo EAP types out of the range of valid EAP methodsTobias Brunner2012-08-312-14/+14
| |/
* | Ported tun_device de-/initialization to FreeBSDTobias Brunner2012-08-291-5/+47
* | Ported tun_device initialization to OS X utunMartin Willi2012-08-281-19/+85
|/
* define pen_type_t as a vendor-specific typeAndreas Steffen2012-08-201-1/+19
* Don't use POSIX semaphores if a MONOTONIC clock is availableMartin Willi2012-08-201-0/+8
* Add a mutex/condvar based semaphore implementation if sem_timedwait is unavai...Martin Willi2012-08-201-2/+67
* added IBM and OpenPTS Private Enterprise NumbersAndreas Steffen2012-08-202-2/+8
* openssl: Fix registration of the PUBKEY builderTobias Brunner2012-08-181-1/+1
* Add a wrapper around vstr_add_fmt() to avoid having to link libcharon against...Tobias Brunner2012-08-172-2/+31
* fixed Makefile for libstrongswan dev headersAndreas Steffen2012-08-141-2/+2
* Validate netmask in traffic_selector_create_from_subnetTobias Brunner2012-08-131-0/+1
* Comment fixedTobias Brunner2012-08-131-1/+1
* Merge branch 'android-app'Tobias Brunner2012-08-1320-45/+1478
|\
| * Ensure thread IDs always start with 1 even if the library is reusedTobias Brunner2012-08-131-2/+2
| * Don't print hosts as %any if %+H is usedTobias Brunner2012-08-132-7/+8
| * Add support for '+' in custom format specifiersTobias Brunner2012-08-132-0/+7
| * Added utility class to create TUN devicesTobias Brunner2012-08-084-3/+468
| * Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-085-4/+220
| * Added a simple blocking queue around linked_list_tTobias Brunner2012-08-084-6/+232
| * Extended constructor for packet_t added (takes src, dst and data)Tobias Brunner2012-08-082-3/+24
| * Moved packet_t to libstrongswanTobias Brunner2012-08-084-4/+268
| * Added a method to bio_writer_t that allows to skip a number of bytesTobias Brunner2012-08-082-0/+24
| * Added a method to bio_writer_t that allows to extract the internal bufferTobias Brunner2012-08-082-0/+29
| * Added methods to bio_reader_t to read data from end of bufferTobias Brunner2012-08-082-24/+204
* | Merge branch 'android-ndk'Tobias Brunner2012-08-135-9/+29
|\|
| * Added ESP log group for libipsec log messages.Tobias Brunner2012-08-082-0/+4
| * Make path to Android OpenSSL headers configurable.Tobias Brunner2012-08-081-1/+1
| * Don't require STRONGSWAN_CONF to be defined.Tobias Brunner2012-08-081-2/+9
| * Don't require PLUGINDIR to be defined.Tobias Brunner2012-08-081-6/+15
* | Avoid problems with Doxygen by adding warn_unused_result attribute at the end...Tobias Brunner2012-08-119-61/+57
* | Add warn_unused_result attributes to rng_(get|allocate)_bytes_not_zeroTobias Brunner2012-08-111-5/+6
* | If _POSIX_SPIN_LOCKS is defined as -1, it is not availableMartin Willi2012-08-101-0/+4
* | If vstr printf functions are #defined, undef them before redefinitionMartin Willi2012-08-101-0/+31
* | Add getspnam_r() to leak detective whitelistMartin Willi2012-08-101-0/+1
|/
* PEM loading soft-depends on MD5 only, as unencrypted files don't need MD5Martin Willi2012-08-031-4/+4
* Implemented recursive mutex without thread-specific counterTobias Brunner2012-08-031-23/+17
* Use a single thread-specific value for our custom rwlock_t implementationTobias Brunner2012-08-031-50/+67
* Move MODP_CUSTOM va_arg fetching out of loopMartin Willi2012-08-021-15/+11
* Proper fallback if capability dropping is not availableTobias Brunner2012-07-271-1/+1
* Show which group would be required when failing in constraint checkMartin Willi2012-07-261-8/+10
* Add a SHA1 test vector forcing padding over block boundaryMartin Willi2012-07-182-0/+7
* Use centralized hasher names in openssl pluginMartin Willi2012-07-172-73/+10
* Add short names for hasher algorithmsMartin Willi2012-07-172-0/+18
* Support void return values in OpenSSL 0.9.8 HMAC functionsMartin Willi2012-07-171-17/+28