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
...
*
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
|
*
Make function to test if an encryption algorithm is an AEAD alg public
Martin Willi
2010-08-19
2
-1
/
+30
|
*
Implemented an AEAD wrapper for traditional crypter/signer transforms
Martin Willi
2010-08-19
3
-0
/
+282
|
*
Test append mode for signers verify_signature
Martin Willi
2010-08-19
2
-3
/
+6
|
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
46
-286
/
+404
|
*
Do not free registered algorithms, plugins are responsible for unregistering
Martin Willi
2010-08-16
1
-6
/
+6
|
*
Implemented algorithm benchmarking during registration
Martin Willi
2010-08-16
3
-74
/
+377
|
*
Variable key length crypters use default key length if zero given
Martin Willi
2010-08-16
5
-64
/
+54
|
*
Properly handle zero length in chunk_alloc[a]/chunk_clone[a]
Martin Willi
2010-08-16
1
-3
/
+3
|
*
Migrated crypto_factory to INIT/METHOD macros
Martin Willi
2010-08-16
2
-158
/
+103
|
*
Migrated crypto_tester to INIT/METHOD macros
Martin Willi
2010-08-16
1
-78
/
+54
|
*
Added a counter mode wrapper plugin operating on existing CBC crypters
Martin Willi
2010-08-13
6
-0
/
+351
|
*
Added support for Camellia cipher to xcbc
Martin Willi
2010-08-13
3
-4
/
+15
|
*
Support Camellia XCBC algorithms in proposal
Martin Willi
2010-08-13
1
-0
/
+1
|
*
Added private Camellia XCBC identifiers for PRFs and signers
Martin Willi
2010-08-13
4
-10
/
+14
|
*
Added Camellia XCBC test vectors
Martin Willi
2010-08-13
3
-0
/
+63
|
*
Implemented AES/Camellia counter mode in gcrypt
Martin Willi
2010-08-13
3
-6
/
+73
|
*
Added Camellia CTR mode proposal keywords
Martin Willi
2010-08-13
1
-0
/
+3
|
*
Use IV length of a crypter instead of block size for IV calculations
Martin Willi
2010-08-13
3
-5
/
+5
|
*
Add dedicated getter for the IV size to the crypter_t interface
Martin Willi
2010-08-13
7
-7
/
+59
|
[prev]
[next]