index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Added missing XAuth auth_class enum name
Martin Willi
2012-03-20
1
-1
/
+2
|
|
*
Be less verbose if plugin dependecy not satisfied
Martin Willi
2012-03-20
1
-1
/
+1
|
|
*
Added auth_cfg option to select XAUTH backend to use
Martin Willi
2012-03-20
3
-2
/
+14
|
|
*
Use a string to identify xauth backends, no need for integer types
Martin Willi
2012-03-20
4
-110
/
+4
|
|
*
Use a second authentication config to configure XAUTH authentication
Martin Willi
2012-03-20
1
-4
/
+2
|
|
*
Replace xauth_request task with a new stub where we reimplement it
Martin Willi
2012-03-20
1
-2
/
+2
|
|
*
Added status code to status_t
Clavister OpenSource
2012-03-20
1
-0
/
+5
|
|
*
Implement htoun/untoh64 with potentially faster htobe64/be64toh macros, if av...
Martin Willi
2012-03-20
1
-0
/
+14
|
|
*
fixed copy-and-paste error
Andreas Steffen
2012-03-20
1
-1
/
+1
|
|
*
extended bio_reader and bio_writer to handle u_int64_t
Andreas Steffen
2012-03-20
5
-0
/
+84
|
|
*
IKEv1 XAuth: Added a "NULL" XAuth plugin which sends a hardcoded user/pass, a...
Clavister OpenSource
2012-03-20
2
-6
/
+10
|
|
*
IKEv1 XAuth: Added plugin support for XAuth, which allows us to have plugins ...
Clavister OpenSource
2012-03-20
2
-0
/
+20
|
|
*
IKEv1 XAuth: Add XAuth defines for plugin types.
Clavister OpenSource
2012-03-20
3
-1
/
+102
|
|
*
Revert "IKEv1 XAuth: Added new MIGRATE status type to status_t."
Clavister OpenSource
2012-03-20
1
-6
/
+0
|
|
*
Compiler warning fixed in prf_plus_t.
Tobias Brunner
2012-03-20
1
-5
/
+5
|
|
*
Map auth_class to auth method and IKEv1 proposal attribute
Martin Willi
2012-03-20
1
-0
/
+2
|
|
*
IKEv1 XAuth: Added new MIGRATE status type to status_t.
Clavister OpenSource
2012-03-20
1
-0
/
+6
|
|
*
IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUT...
Clavister OpenSource
2012-03-20
1
-0
/
+2
|
|
*
Extended PRF+ by a non-counting variant as used by IKEv1
Martin Willi
2012-03-20
2
-63
/
+48
|
|
*
ts.get_subnet() returns TRUE if the selector actually is a subnet
Martin Willi
2012-03-20
2
-3
/
+6
*
|
|
added missing whitespace
Andreas Steffen
2012-04-30
2
-1
/
+2
*
|
|
Properly initialize optional subject in PEM builder.
Tobias Brunner
2012-04-30
1
-1
/
+1
*
|
|
added support for raw RSA public keys to stroke
Andreas Steffen
2012-04-30
1
-9
/
+24
*
|
|
CERT_TRUSTED_PUBKEY stores notBefore, notAfter and subject information
Andreas Steffen
2012-04-25
1
-7
/
+41
*
|
|
Removed auth_cfg_t.replace_value() and replaced usages with add().
Tobias Brunner
2012-04-18
2
-76
/
+35
*
|
|
Changed the order and semantics of rules we expect only once in auth_cfg_t.
Tobias Brunner
2012-04-18
2
-114
/
+212
*
|
|
Added a simple method to replace the value of a rule in auth_cfg_t.
Tobias Brunner
2012-04-16
2
-32
/
+74
*
|
|
Make AES-CMAC actually usable for IKEv2.
Tobias Brunner
2012-04-04
1
-0
/
+1
*
|
|
represent 0 as a single byte
Andreas Steffen
2012-04-03
1
-5
/
+1
*
|
|
moved chunk_skip_zero to chunk.h
Andreas Steffen
2012-04-03
1
-0
/
+18
*
|
|
fixed typo
Andreas Steffen
2012-04-03
1
-2
/
+2
*
|
|
Added test vectors for AES-CMAC.
Tobias Brunner
2012-04-03
3
-0
/
+153
*
|
|
Implemented AES-CMAC based PRF and signer.
Tobias Brunner
2012-04-03
10
-0
/
+922
*
|
|
Fixed GNU license header in hmac and xcbc plugins.
Tobias Brunner
2012-04-03
2
-4
/
+4
*
|
|
Add support for dnQualifier in DNs.
Tobias Brunner
2012-03-29
3
-1
/
+6
*
|
|
Don't cast second argument of mem_printf_hook (%b) to size_t.
Tobias Brunner
2012-03-27
4
-7
/
+8
|
/
/
*
|
Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595.
Tobias Brunner
2012-02-27
1
-0
/
+2
*
|
Compiler warnings fixed.
Tobias Brunner
2012-02-14
2
-2
/
+2
*
|
Moved log message for unexpected ASN.1 objects to level 2.
Tobias Brunner
2012-02-01
1
-1
/
+1
*
|
Added support for PKCS#5 v2 schemes when decrypting PKCS#8 files.
Tobias Brunner
2012-02-01
3
-61
/
+323
*
|
Added support for encrypted PKCS#8 files (for some PKCS#5 v1.5 schemes).
Tobias Brunner
2012-02-01
3
-4
/
+261
*
|
Added support to parse PKCS#8 encoded ECDSA private keys.
Tobias Brunner
2012-02-01
3
-12
/
+28
*
|
OpenSSL plugin parses ECDSA private keys with explicitly specified EC paramet...
Tobias Brunner
2012-02-01
1
-9
/
+30
*
|
Add builder part for parameters from algorithmIdentifier.
Tobias Brunner
2012-02-01
2
-1
/
+4
*
|
Return parsed parameters from algorithmIdentifier if they are an OID (aka EC ...
Tobias Brunner
2012-02-01
1
-1
/
+1
*
|
Parse RSA private keys from PKCS#8 encoded blobs.
Tobias Brunner
2012-02-01
4
-1
/
+151
*
|
Added PKCS#8 stub plugin.
Tobias Brunner
2012-02-01
4
-0
/
+139
*
|
Disable crypto benchmarking if CLOCK_THREAD_CPUTIME_ID is not available.
Tobias Brunner
2012-01-30
1
-0
/
+10
*
|
Cache list of plugin names to further simplify its usage.
Tobias Brunner
2012-01-19
2
-20
/
+49
*
|
Function added to plugin_loader to get a list of the names of loaded plugins.
Tobias Brunner
2012-01-19
2
-1
/
+34
[prev]
[next]