]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2010-08-30  Tobias BrunnerFixed ME after introduction of AEAD wrapper.
2010-08-30  Martin WilliFixed pluto smartcard support after introducing encrypt...
2010-08-29  Andreas Steffenreplaced ikev2/esp-alg-aes-ctr by ikev2/alg-aes-ctr
2010-08-29  Andreas Steffenadded ctr ccm and gcm plugins to ikev2/rw-cert scenario
2010-08-29  Andreas Steffenadded ctr ccm and gcm plugins to openssl-ikev2/rw-cert...
2010-08-29  Andreas Steffenadded ctr ccm and gcm plugins to gcrypt-ikev2/rw-cert...
2010-08-29  Andreas Steffenreplaced ikev2/esp-alg-aes-gcm by ikev2/alg-aes-gcm
2010-08-29  Andreas Steffenreplaced ikev2/esp-alg-aes-ccm by ikev2/alg-aes-ccm
2010-08-27  Andreas SteffenWin7 might send up to 7k of certificate requests
2010-08-26  Tobias BrunnerFixed documentation of XAUTH in ipsec.secrets.
2010-08-25  Martin WilliPrefer AES/Camellia suites over 3DES/NULL encryption
2010-08-25  Martin WilliSend TLS alerts for errors in TLS handshake building
2010-08-25  Martin WilliRefactored fragment building, use correct TLS content...
2010-08-25  Martin WilliUpdate delete_payload length when adding SPIs
2010-08-25  Martin WilliMigrated delete_payload to INIT/METHOD macros, replaced...
2010-08-25  Martin WilliUse different return values in payload decryption to...
2010-08-25  Martin WilliImplemented a TLS utility to test on any TLS secured...
2010-08-25  Martin WilliAdded a simple high level TLS wrapper for sockets
2010-08-25  Martin WilliInitialize output chunk before appending data to it
2010-08-25  Martin WilliAdded private key support to in-memory credential set
2010-08-25  Martin WilliAdded certificate support to in-memory credential set
2010-08-25  Thomas EgererCheck if colliding rekey actually created an IKE_INIT
2010-08-25  Martin WilliAdded a ike_name logger option to prefix the IKE_SA...
2010-08-24  Andreas Steffenremoved tls_record_t definition
2010-08-24  Martin WilliPass NULL peer identity to omit TLS peer authentication...
2010-08-24  Martin WilliSkip the close notify if application layer completes...
2010-08-24  Andreas Steffenadded ikev2/rw-eap-tls-fragments scenario
2010-08-24  Andreas Steffenuse correct network diagram
2010-08-24  Andreas Steffensupport fragmentation in AVPs
2010-08-24  Andreas Steffenremoved some redundant debug output
2010-08-24  Martin WilliAdded generic TLS purposes
2010-08-24  Martin WilliClient sends empty EAP-TTLS packet on fatal alerts...
2010-08-24  Martin WilliCheck if the application layer has completed successfully
2010-08-24  Martin WilliMoved TLS record parsing/generation to tls.c
2010-08-23  Andreas Steffenadded debug-tls comand line option
2010-08-23  Martin WilliAdded a TLS purpose for EAP-TTLS with client authentication
2010-08-23  Martin WilliEAP-TLS clients send an empty packet on failure to...
2010-08-23  Martin WilliImplemented TLS Alert handling
2010-08-23  Martin WilliRebuild library.lo after changing ./configure options
2010-08-23  Martin WilliBuild a trustchain even if no trust anchor is given
2010-08-23  Martin WilliAccept encryption payloads with no wrapped payloads
2010-08-23  Martin WilliFall back to shifting with 32-bit words if 64-bit byte...
2010-08-23  Martin WilliUse enum mappings to resolve debug group
2010-08-23  Martin WilliImplemented generic enum name to enum value mapping
2010-08-23  Martin WilliVerify negotiated TLS version
2010-08-23  Martin WilliIntroducing a dedicated debug message group for libtls
2010-08-23  Martin WilliStreamlined TLS debugging output
2010-08-21  Andreas Steffenfixed build_cipher_suite_list()
2010-08-20  Martin WilliIntroducing simple purposes for the TLS stack, switches...
2010-08-20  Martin WilliFixed compiler warning
2010-08-20  Andreas Steffenenable the ccm and gcm plugins in the UML scenarios
2010-08-20  Martin WilliRegister missing SHA256 authenticator with no truncatio...
2010-08-20  Martin WilliAdded more TLS cipher suites we already support
2010-08-20  Martin WilliBuild TLS cipher suite list in a generic fashion
2010-08-19  Martin WilliFixed crypter keymat derivation bug
2010-08-19  Martin WilliAdded ctr, ccm, gcm plugin NEWS
2010-08-19  Martin WilliImprove GCM performance by factor 2-3 by shifting full...
2010-08-19  Martin WilliImplemented a gcm plugin providing GCM mode based on...
2010-08-19  Martin WilliAdded AES-GCM test vectors
2010-08-19  Martin WilliAdded a crypto transform stress test for profiling
2010-08-19  Martin WilliGive a benchmark point for each operation to compare...
2010-08-19  Martin WilliImplemented a ccm plugin providing CCM mode based on...
2010-08-19  Martin WilliAdded helper macros to define portable bitfields with gcc
2010-08-19  Martin WilliAdded AES-CCM test vectors
2010-08-19  Martin WilliAdded support for AEAD test vectors to test-vectors...
2010-08-19  Martin WilliInclude CCM/GCM algorithms in IKEv2 proposals, if supported
2010-08-19  Martin WilliAdded proposal strings for Camellia CCM algorithm ident...
2010-08-19  Martin WilliImplemented IKEv2 keymat derivation for AEAD algorithms
2010-08-19  Martin WilliList registered AEAD algorithms in listalgs
2010-08-19  Martin WilliAdded support for AEAD algorithms to crypto factory
2010-08-19  Martin WilliAdded AEAD support to crypto tester
2010-08-19  Martin WilliUse AEAD wrapper for encryption payload encryption...
2010-08-19  Martin WilliMake function to test if an encryption algorithm is...
2010-08-19  Martin WilliImplemented an AEAD wrapper for traditional crypter...
2010-08-19  Martin WilliMigrated generator_t to INIT/METHOD macros
2010-08-19  Martin WilliMigrated encryption_payload to INIT/METHOD macros
2010-08-19  Martin WilliMigrated message_t to INIT/METHOD macros
2010-08-19  Martin WilliMigrated keymat to INIT/METHOD macros
2010-08-19  Martin WilliTest append mode for signers verify_signature
2010-08-19  Andreas Steffenremoved debug output for TLS application data
2010-08-18  Andreas Steffenadded EAP-TTLS debug output
2010-08-18  Andreas Steffenadded TLS record debug output
2010-08-18  Andreas Steffenadd TLS handshake packet size to debug output
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-17  Andreas Steffensome simplifications using the INIT macro
2010-08-16  Andreas Steffendescribe EAP-TTLS phase2 start options using the phase2...
2010-08-16  Andreas Steffenadded ikev2/rw-eap-ttls-phase2-piggyback scenario
2010-08-16  Andreas Steffenimplemented server-initiated phase2 of EAP-TTLS authent...
2010-08-16  Andreas Steffenchanged ikev2/rw-eap-ttls-only description
2010-08-16  Martin WilliDo not free registered algorithms, plugins are responsi...
2010-08-16  Martin WilliImplemented algorithm benchmarking during registration
2010-08-16  Martin WilliVariable key length crypters use default key length...
2010-08-16  Martin WilliProperly handle zero length in chunk_alloc[a]/chunk_clo...
2010-08-16  Martin WilliMigrated crypto_factory to INIT/METHOD macros
2010-08-16  Martin WilliMigrated crypto_tester to INIT/METHOD macros
2010-08-16  Andreas Steffenadded ikev2/rw-eap-ttls-only scenario
2010-08-16  Andreas Steffenimplemented server side support for EAP-TTLS
2010-08-16  Andreas Steffenfixed typo in eap-mschapv2 plugin
2010-08-16  Martin WilliOnly include certificates with CA flag in TLS cert...
2010-08-15  Andreas Steffenoptional certificate-based peer authentication on TLS...
next