aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Discard a packet that exceeds the receive bufferMartin Willi2010-08-113-0/+15
* Added a strongswan.conf option to change socket receive buffer sizeMartin Willi2010-08-113-25/+28
* Double check that the OpenSSL RNG has been seeded, do so otherwiseMartin Willi2010-08-111-0/+33
* Implemented RSA en-/decryption in openssl pluginMartin Willi2010-08-112-5/+55
* differentiate between TLS messages and EAP-[T]TLS packets in the debug outputAndreas Steffen2010-08-102-11/+11
* Parse important extendedKeyUsage flags in openssl pluginMartin Willi2010-08-101-0/+33
* Parse UPN subjectAltName in openssl pluginMartin Willi2010-08-101-0/+9
* Parse UPN subjectAltNames in x509 pluginMartin Willi2010-08-101-9/+24
* Added Microsoft OID for user principal name (UPN) subjectAltNamesMartin Willi2010-08-101-0/+1
* Added a stroke command to export cached x509 certificates to the consoleMartin Willi2010-08-105-2/+80
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-1022-46/+64
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-1019-24/+100
* Migrated agent plugin to INIT/METHOD macrosMartin Willi2010-08-103-66/+46
* Migrated remaining classes in openssl plugin to INIT/METHOD macrosMartin Willi2010-08-1015-364/+263
* Migraded gcrypt plugin to INIT/METHOD macrosMartin Willi2010-08-1011-242/+165
* Migrated gmp plugin to INIT/METHOD macrosMartin Willi2010-08-106-173/+103
* Added support for early and late calls to Vstr wrappers.Tobias Brunner2010-08-101-21/+50
* Fixed settings lookup if the section/key contains dots, second tryMartin Willi2010-08-092-23/+110
* log final TLS acknowledgement packetAndreas Steffen2010-08-082-1/+9
* added level 2 debug info on sent TLS packetsAndreas Steffen2010-08-072-0/+8
* log EAP-TTLS versionAndreas Steffen2010-08-071-6/+12
* fixed typoAndreas Steffen2010-08-071-1/+1
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-076-9/+20
* support server authentication only for EAP-TTLSAndreas Steffen2010-08-071-5/+23
* added eap_ttls plugin configurationAndreas Steffen2010-08-076-0/+623
* Properly initialize libstrongswan in _copyright.Tobias Brunner2010-08-061-0/+5
* Added missing Vstr wrappers for asprintf.Tobias Brunner2010-08-062-1/+34
* Create a PKCS#11 session public key if we don't find oneMartin Willi2010-08-061-5/+100
* Implemented PKCS#11 RSA public key for keys found on a tokenMartin Willi2010-08-064-0/+399
* Export scheme_to_mechanism conversion functionMartin Willi2010-08-062-3/+10
* Load certificate after enumerationMartin Willi2010-08-061-13/+34
* fix error-type range in parsing of NOTIFY payloadsJiri Bohac2010-08-061-1/+1
* added TTLS to EAP short names, tooAndreas Steffen2010-08-061-1/+3
* added EAP_TTLS methodAndreas Steffen2010-08-052-1/+4
* Whitespace cleanupsMartin Willi2010-08-052-10/+10
* Use certificate subject to get a public key of the TLS serverMartin Willi2010-08-051-7/+11
* Some Doxygen fixes.Tobias Brunner2010-08-053-2/+3
* added some more TLS debug outputAndreas Steffen2010-08-052-9/+29
* fixed type in cipher suite list buildAndreas Steffen2010-08-051-1/+1
* log selected TLS version and cipher suiteAndreas Steffen2010-08-053-38/+441
* log TLS handshake messages in debug level 2Andreas Steffen2010-08-041-0/+4
* Fixed loading of secrets with IDs.Tobias Brunner2010-08-041-1/+1
* Fixed loading of private keys without password.Tobias Brunner2010-08-041-1/+1
* Accept EAP_ONLY_AUTHENTICATION notifies from any client, now that IANA alloca...Tobias Brunner2010-08-041-3/+2
* IKEv2 notification types updated.Tobias Brunner2010-08-042-27/+34
* Reimplemented mem pool to support multiple leases for a single identityMartin Willi2010-08-041-129/+172
* Save/Load state of PKCS#11 hasherMartin Willi2010-08-041-47/+100
* Do initial slot enumeration manuallyMartin Willi2010-08-042-7/+23
* Implemented hasher_t using PKCS#11Martin Willi2010-08-044-0/+336
* Defer certificate loading until all PKCS#11 modules are loadedMartin Willi2010-08-041-3/+8