aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-265-4/+33
* pass along X509 flags when loading PEM encoded dataMartin Willi2009-08-261-2/+11
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-268-184/+26
* added file loading support to pem plugin, using mmap()Martin Willi2009-08-261-15/+79
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-2610-10/+725
* pruned OID treeAndreas Steffen2009-08-182-14/+7
* fixed wrong emailAddress OID introduced by revision c31687daAndreas Steffen2009-08-181-3/+3
* Replacing gethostbyname, gethostbyname2 and their _r variants with getaddrinf...Tobias Brunner2009-08-141-86/+53
* OpenSolaris needs libsocket and libnsl for socket().Tobias Brunner2009-08-141-1/+1
* Defined some missing fixed-width int types on OpenSolaris.Tobias Brunner2009-08-141-0/+13
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-1410-17/+17
* We need to include alloca.h on OpenSolaris.Tobias Brunner2009-08-141-0/+3
* FreeBSD's libc does not support backtrace(), but libexecinfo optionally repli...Tobias Brunner2009-08-071-1/+1
* use SS_RC_FIRST and SS_RC_LASTAndreas Steffen2009-08-061-0/+3
* abort pluto or charon if initialization failsAndreas Steffen2009-08-061-0/+1
* activated CAMELLIA_CBC cipher in openssl pluginAndreas Steffen2009-08-052-0/+20
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-0518-3/+145
* parse RDNs in multiple SEQUENCEs in all SETs of a DNMartin Willi2009-08-031-16/+24
* Make accept(2) and recvfrom(2) cancellation points on Mac OS X.Tobias Brunner2009-07-301-0/+27
* added file and segment lengths to checksum.cAndreas Steffen2009-07-212-17/+48
* filter objects for segment checksumming by dlpi_name, excludes rare false pos...Martin Willi2009-07-211-1/+8
* enumerate executable sections only to build checksumMartin Willi2009-07-211-2/+1
* announce integrity testing only onceMartin Willi2009-07-211-1/+0
* streamlined integrity test output some moreAndreas Steffen2009-07-181-5/+2
* fix test vector error outputAndreas Steffen2009-07-171-11/+11
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-171-0/+6
* streamlined debug output of integrity testsAndreas Steffen2009-07-172-19/+28
* shortened cypto test outputAndreas Steffen2009-07-171-5/+5
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-161-1/+1
* Removed an unnecessary include of a header that is not available on Mac OS X.Tobias Brunner2009-07-151-1/+0
* conversion from ECDSA_WITH_SHAxxx OIDs to signature schemesAndreas Steffen2009-07-151-0/+6
* cast pointers to uintptr_t for alignement checkMartin Willi2009-07-151-2/+3
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-141-1/+1
* Corrected check for valid ASN1 types in rdn_enumerate.Tobias Brunner2009-07-141-2/+3
* added SHA224_WITH_RSA and ECDSA_WITH_SHAxxx OIDsAndreas Steffen2009-07-141-0/+6
* double free caused strange side effectsAndreas Steffen2009-07-131-1/+0
* great, I got my comma backAndreas Steffen2009-07-121-1/+1
* memxor does not access unaligned words anymore, but still uses words if possibleMartin Willi2009-07-081-9/+32
* fixed doxygen section pgpMartin Willi2009-07-081-0/+3
* fixed two doxygen warningsMartin Willi2009-07-081-2/+4
* added missing equals() method assignment for ID_ANY identitiesMartin Willi2009-07-071-1/+2
* use architecture specific Elf headerMartin Willi2009-07-061-1/+1
* centralized ID type specific method assignement in generic constructorMartin Willi2009-07-061-105/+69
* removed obsolete init_rdn()/get_next_rdn() functionsMartin Willi2009-07-061-124/+0
* reimplemented dnota() using RDN enumeratorMartin Willi2009-07-061-72/+44
* added a chunk_printable() function (replaces sanitize_chunk)Martin Willi2009-07-062-0/+40
* replaced {same,match}_dn() by compare_dn(), using the RDN enumeratorMartin Willi2009-07-061-156/+93
* fixed memleak if RND parsing failsMartin Willi2009-07-061-0/+1
* contains_wildcard() for DNs uses RDN enumeratorMartin Willi2009-07-061-19/+11
* simplified identification_t.clone() using memcpyMartin Willi2009-07-061-7/+2