]> git.ipfire.org Git - people/ms/strongswan.git/shortlog
people/ms/strongswan.git
2010-08-12  Martin WilliUse a m4 helper macro to build plugin lists
2010-08-11  Martin WilliImplemented Smartcard support in NetworkManager frontend
2010-08-11  Martin WilliImplemented public key encryption/private key decryptio...
2010-08-11  Martin WilliDiscard a packet that exceeds the receive buffer
2010-08-11  Martin WilliAdded a strongswan.conf option to change socket receive...
2010-08-11  Martin WilliDouble check that the OpenSSL RNG has been seeded,...
2010-08-11  Martin WilliImplemented RSA en-/decryption in openssl plugin
2010-08-10  Andreas Steffendifferentiate between TLS messages and EAP-[T]TLS packe...
2010-08-10  Martin WilliParse important extendedKeyUsage flags in openssl plugin
2010-08-10  Martin WilliParse UPN subjectAltName in openssl plugin
2010-08-10  Martin WilliParse UPN subjectAltNames in x509 plugin
2010-08-10  Martin WilliAdded Microsoft OID for user principal name (UPN) subje...
2010-08-10  Martin WilliAdded a stroke command to export cached x509 certificat...
2010-08-10  Martin WilliUse bits instead of bytes for a private/public key
2010-08-10  Martin WilliAdded support for different encryption schemes to priva...
2010-08-10  Martin WilliMigrated agent plugin to INIT/METHOD macros
2010-08-10  Martin WilliMigrated remaining classes in openssl plugin to INIT...
2010-08-10  Martin WilliMigraded gcrypt plugin to INIT/METHOD macros
2010-08-10  Martin WilliMigrated gmp plugin to INIT/METHOD macros
2010-08-10  Tobias BrunnerAdded support for early and late calls to Vstr wrappers.
2010-08-09  Martin WilliFixed settings lookup if the section/key contains dots...
2010-08-08  Andreas Steffenlog final TLS acknowledgement packet
2010-08-07  Andreas Steffenadded level 2 debug info on sent TLS packets
2010-08-07  Andreas Steffenlog EAP-TTLS version
2010-08-07  Andreas Steffenfixed typo
2010-08-07  Andreas SteffenEAP-TLS and EAP-TTLS use different constant MSK PRF...
2010-08-07  Andreas Steffensupport server authentication only for EAP-TTLS
2010-08-07  Andreas Steffenadded eap_ttls plugin configuration
2010-08-06  Tobias BrunnerProperly initialize libstrongswan in _copyright.
2010-08-06  Tobias BrunnerAdded missing Vstr wrappers for asprintf.
2010-08-06  Martin WilliCreate a PKCS#11 session public key if we don't find one
2010-08-06  Martin WilliImplemented PKCS#11 RSA public key for keys found on...
2010-08-06  Martin WilliExport scheme_to_mechanism conversion function
2010-08-06  Martin WilliLoad certificate after enumeration
2010-08-06  Jiri Bohacfix error-type range in parsing of NOTIFY payloads
2010-08-06  Andreas Steffenadded TTLS to EAP short names, too
2010-08-05  Andreas Steffenadded EAP_TTLS method
2010-08-05  Andreas Steffenadded ikev2/rw-eap-tls-radius
2010-08-05  Martin WilliWhitespace cleanups
2010-08-05  Martin WilliUse certificate subject to get a public key of the...
2010-08-05  Andreas Steffenno need for strongSwan VID since the EAP_ONLY notificat...
2010-08-05  Tobias BrunnerSome Doxygen fixes.
2010-08-05  Andreas Steffenadded some more TLS debug output
2010-08-04  Andreas Steffenfixed type in cipher suite list build
2010-08-04  Andreas Steffenlog selected TLS version and cipher suite
2010-08-04  Andreas Steffenlog TLS handshake messages in debug level 2
2010-08-04  Tobias BrunnerFixed loading of secrets with IDs.
2010-08-04  Tobias BrunnerFixed loading of private keys without password.
2010-08-04  Tobias BrunnerAccept EAP_ONLY_AUTHENTICATION notifies from any client...
2010-08-04  Andreas Steffengenerated aaa certificate
2010-08-04  Tobias BrunnerIKEv2 notification types updated.
2010-08-04  Martin WilliReimplemented mem pool to support multiple leases for...
2010-08-04  Martin WilliSave/Load state of PKCS#11 hasher
2010-08-04  Martin WilliRegister hmac/xcbc algorithms after potentially underly...
2010-08-04  Martin WilliDo initial slot enumeration manually
2010-08-04  Martin WilliImplemented hasher_t using PKCS#11
2010-08-04  Martin WilliDefer certificate loading until all PKCS#11 modules...
2010-08-04  Martin WilliDestroy IKE_SA Managers crypto primitives during flush...
2010-08-04  Martin WilliProvide a public PKCS#11 mechanism enumerator
2010-08-04  Martin WilliAdded PKCS#11 private key support to the pki tool
2010-08-04  Martin WilliThe pki tool uses a callback credential set to read...
2010-08-04  Martin WilliPass type of requested key in the callback credential set
2010-08-04  Martin WilliSupport PKCS#11 keys requiring reauthentication for...
2010-08-04  Martin WilliDo not try to log in if we already have a user session
2010-08-04  Martin WilliObseleted BUILD_PASSPHRASE(_CALLBACK) for private key...
2010-08-04  Martin WilliUse a dedicated build part for challenge passwords...
2010-08-04  Martin WilliUse credential sets to load smartcard keys
2010-08-04  Martin WilliHandle PIN: as a magic keyword for prompt, use getpass...
2010-08-04  Martin WilliImplemented a callback based credential set, currently...
2010-08-04  Martin WilliImplemented a generic in-memory credential set, current...
2010-08-04  Martin Willimmap() ipsec.secrets instead malloc(), proper error...
2010-08-04  Martin WilliSplitted up the load_secrets() function
2010-08-04  Martin WilliUpdated ipsec.secrets.5 regarding IKEv2 smartcard support
2010-08-04  Martin Willi%prompt support for smartcard PIN via "ipsec secrets"
2010-08-04  Martin WilliImplemented callback PIN invocation for PKCS#11 login
2010-08-04  Martin WilliImplemented keyid discovery on all modules/slots
2010-08-04  Martin WilliPass the PKCS11 keyid as chunk, not as string
2010-08-04  Martin WilliReuse generic passphrase build part, not a dedicated...
2010-08-04  Martin WilliImplemented private key on top of a PKCS#11 token
2010-08-04  Martin WilliExtended the PKCS#11 object enumerator by attribute...
2010-08-04  Martin WilliUse the PKCS#11 object enumerator
2010-08-04  Martin WilliImplemented a generic PKCS#11 object enumerator
2010-08-04  Martin WilliUnload plugins in reverse order
2010-08-04  Martin WilliSupport module names in %smartcard specifier, streamlin...
2010-08-04  Martin WilliAdded enumerator for PKCS#11 tokens
2010-08-04  Martin WilliHandle NOT_SUPPORT return value from WaitForSlot
2010-08-04  Martin WilliReenabled dlclose
2010-08-04  Martin WilliImplemented a credential set on top of a PKCS#11 token
2010-08-04  Martin WilliAdded NSPR PR_CallOnce to leak detective whitelist
2010-08-04  Martin WilliAdded buffer checking variants of syslog functions...
2010-08-04  Martin WilliMoved gmp plugin before users of it
2010-08-04  Martin WilliAdded a token add/remove callback function to the manager
2010-08-04  Martin WilliEnumerate tokens and their mechanisms, wait for slot...
2010-08-04  Martin WilliDepend on libcharon until we have a thread pool to use
2010-08-04  Martin WilliAdd enum names for CK_MECHANISM_TYPE constants
2010-08-04  Martin WilliMake the PKCS#11 padding string trimming public, add...
2010-08-04  Martin WilliAdded a getter for the library alias
2010-08-04  Martin WilliMoved PKCS#11 library loading to dedicated manager
2010-08-04  Martin WilliUse locking, prefer our mutex abstraction layer
2010-08-04  Martin WilliAdded enum names for PKCS#11 return values
next