aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-141-1/+1
| | | | We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option.
* Corrected check for valid ASN1 types in rdn_enumerate.Tobias Brunner2009-07-141-2/+3
| | | | Because of the range of u_char the comparison was always TRUE before.
* 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
|
* use an enumerator to parse RDNs, based on asn1_unwrap() functionMartin Willi2009-07-061-119/+145
|
* make filter enumerator methods staticMartin Willi2009-07-061-3/+3
|
* asn1_unwrap() function to parse ASN.1 objects with length/typeMartin Willi2009-07-062-1/+59
|
* make ecp_x_coordinate_only = yes the defaultAndreas Steffen2009-07-061-2/+4
|
* ecp_x_coordinate only option allows ECP interoperability with MS WindowsAndreas Steffen2009-07-062-9/+24
|
* corrected commentAndreas Steffen2009-07-041-1/+1
|
* added additional sanity checks to asn1_length() parsingMartin Willi2009-07-031-9/+16
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-0323-23/+23
|
* enforce correct RSA signature lenght in gcryptMartin Willi2009-06-302-20/+51
|
* indicate use if integrity testing at startupMartin Willi2009-06-221-0/+1
|
* moved checksum_builder/libchechsum to top srcdir to respect build orderMartin Willi2009-06-224-137/+0
|
* build integrity_checker.c only if --enable-integrity-test setMartin Willi2009-06-222-1/+11
|
* check on-disk and loaded segment integrity of libstrongswanMartin Willi2009-06-223-3/+35
|
* reduced verbosity of integrity checkerMartin Willi2009-06-221-4/+2
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-229-586/+6
| | | | --enable-integrity-test now conditionally builds libchecksum
* build checksums for charon pluginsMartin Willi2009-06-222-5/+15
|
* library initialization fails if libstrongswan checksum is invalidMartin Willi2009-06-222-2/+5
|
* checksum.c depends on all librariesMartin Willi2009-06-221-3/+4
|
* implemented a checksum_builder tool to build the checksum libraryMartin Willi2009-06-224-0/+124
|
* integrity checker accepts an option checksum library on constructionMartin Willi2009-06-223-18/+24
|
* check integrity of libstrongswanMartin Willi2009-06-221-0/+5
|
* check integrity of plugins before loadingMartin Willi2009-06-223-0/+33
|
* implemented an integrity checker class to build and check code integrityMartin Willi2009-06-223-0/+371
|
* removed unneeded newlineMartin Willi2009-06-221-1/+1
|
* HASH_MD2 is not implemented yet in gcryptAndreas Steffen2009-06-181-2/+0
|
* added test vector for NULL encryptionAndreas Steffen2009-06-182-0/+2
|
* added test vector for NULL encryptionAndreas Steffen2009-06-181-0/+25
|
* added md2 and md4 test vectorsAndreas Steffen2009-06-184-0/+142
|
* added 2 des test vectorsAndreas Steffen2009-06-183-0/+70
|
* removed serpent and twofish plugins - use gcrypt insteadAndreas Steffen2009-06-1815-2610/+0
|
* removed superfluous print argumentAndreas Steffen2009-06-171-1/+1
|
* added 2 RC5 test vectorsAndreas Steffen2009-06-173-0/+47
|