aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-2214-650/+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-224-4/+13
|
* 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
|
* use get_proposal_token() for algorithm selectionAndreas Steffen2009-06-202-41/+27
|
* version bump to 4.3.3Andreas Steffen2009-06-192-3/+9
|
* authby=pubkey is now the default authentication4.3.2Andreas Steffen2009-06-191-5/+8
|
* fixed another 64bit compiler warningMartin Willi2009-06-191-2/+2
|
* reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit ↵Martin Willi2009-06-192-7/+8
| | | | issues)
* 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
|
* fixed typoAndreas Steffen2009-06-181-1/+1
|
* removed superfluous print argumentAndreas Steffen2009-06-171-1/+1
|
* added 2 RC5 test vectorsAndreas Steffen2009-06-173-0/+47
|
* added 2 IDEA test vectorsAndreas Steffen2009-06-173-0/+47
|
* added 6 serpent test vectorsAndreas Steffen2009-06-173-0/+98
|
* added 3 Twofish test vectorsAndreas Steffen2009-06-173-0/+60
|
* added one CAST-128 test vectorAndreas Steffen2009-06-173-0/+30
|
* corrected ASN.1 encoding of OID nodeAndreas Steffen2009-06-171-1/+1
|
* added Camellia encryption support to scepclientAndreas Steffen2009-06-171-2/+15
|
* added 6 Camellia test vectorsAndreas Steffen2009-06-171-0/+91
|
* added 6 Camellia test vectorsAndreas Steffen2009-06-172-5/+12
|
* double check that parsing a list consumes all bytesMartin Willi2009-06-171-0/+6
|
* use signed lengths in parser and generatorMartin Willi2009-06-172-18/+18
|
* conversion from CAMELLIA OIDs to encryption_algorithmAndreas Steffen2009-06-171-0/+28
|
* fixed tabsAndreas Steffen2009-06-171-1/+1
|
* added camellia-cbc OIDsAndreas Steffen2009-06-171-1/+13
|
* fixed 64 bit warningAndreas Steffen2009-06-171-1/+2
|
* fixed copy/paste error in attribute type parsingMartin Willi2009-06-171-1/+0
|
* added 2 3DES-CBC and 3 AES-CBC test vectorsAndreas Steffen2009-06-174-0/+104
|
* moved ike_alg descriptions to crypto.cAndreas Steffen2009-06-1610-427/+214
|
* use rwlock instead of a mutex in trap_manager, avoids possible deadlockMartin Willi2009-06-161-18/+18
|
* load trap_manager before plugins, allowing them to install trapsMartin Willi2009-06-161-1/+1
|
* reset IKE_SA on bus after checkout/checkin of replacement SAMartin Willi2009-06-161-2/+4
|
* instanciate first registered kernel interface immediatelyMartin Willi2009-06-163-74/+78
|
* reformatted crypto_test outputAndreas Steffen2009-06-161-48/+41
|
* support older gcrypt libraries not defining the CAMELLIA cipherMartin Willi2009-06-161-0/+2
|
* fixed compiler warningMartin Willi2009-06-162-0/+4
|