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 (
Collapse
)
Author
Age
Files
Lines
*
Renamed mem_cred_t clear function internally to clear_, fixes potential name ↵
Martin Willi
2010-10-28
1
-3
/
+3
|
|
|
|
conflict
*
Updated Android.mk to latest Makefile.am.
Tobias Brunner
2010-10-21
1
-0
/
+1
|
*
Added missing include for RAND_seed and RAND_status.
Tobias Brunner
2010-10-21
1
-0
/
+1
|
*
Avoid duplicate certificates in mem_cred_t.
Tobias Brunner
2010-10-14
1
-3
/
+13
|
*
Added function to clear all credentials from mem_cred_t.
Tobias Brunner
2010-10-14
2
-3
/
+25
|
*
Fixed possible segmentation fault.
Tobias Brunner
2010-10-14
1
-1
/
+1
|
*
ignore : separator characters in chunk_from_hex()
Andreas Steffen
2010-10-12
1
-3
/
+25
|
*
use DBG_TNC for TNC debugging output
Andreas Steffen
2010-10-09
2
-0
/
+4
|
*
Fixed status_t enum names definition
Martin Willi
2010-10-04
1
-1
/
+1
|
*
Compare subject against all key identifiers in has_subject()
Martin Willi
2010-09-09
2
-10
/
+26
|
*
has_subject() now resolves ID_KEY_IDs
Andreas Steffen
2010-09-09
1
-4
/
+14
|
*
added qcStatements OID
Andreas Steffen
2010-09-07
1
-0
/
+1
|
*
Register missing AUTH_HMAC_SHA384 algorithm without truncation
Martin Willi
2010-09-06
1
-0
/
+2
|
*
Added a final flag to builder registration to enumerate the actually ↵
Martin Willi
2010-09-03
13
-74
/
+86
|
|
|
|
supported algorithms
*
Added a generic function to check if a DH group is an EC group
Martin Willi
2010-09-03
2
-0
/
+25
|
*
Added support for a non-truncated SHA384 HMAC variant, as used by TLS
Martin Willi
2010-09-03
3
-1
/
+9
|
*
Added support for MODP_CUSTOM to gcrypt plugin
Martin Willi
2010-09-03
3
-19
/
+56
|
*
Added support for MODP_CUSTOM to openssl plugin
Martin Willi
2010-09-03
3
-6
/
+20
|
*
Added support for MODP_CUSTOM to gmp plugin
Martin Willi
2010-09-02
3
-17
/
+52
|
*
Added a MODP_CUSTOM DH group which takes g and p as constructor arguments
Martin Willi
2010-09-02
4
-7
/
+29
|
*
Scheduler and processor have been moved to libstrongswan.
Tobias Brunner
2010-09-02
2
-4
/
+2
|
|
|
|
|
Also reverts 0c21dc000d3cd5c82eb22c4481e6459978456364 as the dependency to libcharon is no longer required.
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
2
-6
/
+4
|
*
Moved scheduler and thread pool to libstrongswan.
Tobias Brunner
2010-09-02
11
-4
/
+1333
|
*
Some minor comment fixes.
Tobias Brunner
2010-09-02
1
-14
/
+20
|
*
Added an enumerator for registered credential builders
Martin Willi
2010-09-02
2
-0
/
+32
|
*
Migrated credential_factory to INIT/METHOD macros
Martin Willi
2010-09-02
1
-30
/
+22
|
*
Added an AAA identity authentication config option
Martin Willi
2010-08-31
2
-0
/
+10
|
*
Moved EAP type/code definitions to a seprate header file in libstrongswan
Martin Willi
2010-08-31
6
-142
/
+223
|
*
Do not strdup() zero length strings in identification_create_from_string()
Martin Willi
2010-08-31
1
-4
/
+20
|
*
defined EAP-TNC
Andreas Steffen
2010-08-30
2
-2
/
+8
|
*
Unwrap crlNumber INTEGER in openssl CRL parsing
Martin Willi
2010-08-30
1
-4
/
+13
|
*
Added private key support to in-memory credential set
Martin Willi
2010-08-25
2
-1
/
+77
|
*
Added certificate support to in-memory credential set
Martin Willi
2010-08-25
2
-2
/
+121
|
*
Rebuild library.lo after changing ./configure options
Martin Willi
2010-08-23
1
-0
/
+2
|
*
Build a trustchain even if no trust anchor is given
Martin Willi
2010-08-23
1
-14
/
+23
|
*
Fall back to shifting with 32-bit words if 64-bit byte order conversion ↵
Martin Willi
2010-08-23
1
-10
/
+12
|
|
|
|
function missing
*
Implemented generic enum name to enum value mapping
Martin Willi
2010-08-23
2
-3
/
+44
|
*
Introducing a dedicated debug message group for libtls
Martin Willi
2010-08-23
2
-0
/
+4
|
*
Register missing SHA256 authenticator with no truncation, as used by TLS
Martin Willi
2010-08-20
1
-0
/
+2
|
*
Improve GCM performance by factor 2-3 by shifting full 32/64 bit words
Martin Willi
2010-08-19
1
-5
/
+25
|
*
Implemented a gcm plugin providing GCM mode based on CBC crypters
Martin Willi
2010-08-19
6
-0
/
+582
|
*
Added AES-GCM test vectors
Martin Willi
2010-08-19
3
-0
/
+147
|
*
Give a benchmark point for each operation to compare different transforms
Martin Willi
2010-08-19
1
-1
/
+4
|
*
Implemented a ccm plugin providing CCM mode based on CBC crypters
Martin Willi
2010-08-19
6
-0
/
+582
|
*
Added helper macros to define portable bitfields with gcc
Martin Willi
2010-08-19
1
-0
/
+22
|
*
Added AES-CCM test vectors
Martin Willi
2010-08-19
3
-0
/
+170
|
*
Added support for AEAD test vectors to test-vectors plugin
Martin Willi
2010-08-19
1
-0
/
+16
|
*
Added proposal strings for Camellia CCM algorithm identifiers
Martin Willi
2010-08-19
1
-0
/
+18
|
*
Added support for AEAD algorithms to crypto factory
Martin Willi
2010-08-19
4
-3
/
+131
|
*
Added AEAD support to crypto tester
Martin Willi
2010-08-19
2
-1
/
+214
|
[next]