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
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add enumerator for registered nonce generators.
Tobias Brunner
2012-05-18
2
-9
/
+33
*
Add nonce generator interface
Adrian-Ken Rueegsegger
2012-05-18
3
-0
/
+142
*
Use correct integrity_algorithm_t enum type in bench_signer()
Martin Willi
2012-05-14
1
-1
/
+1
*
Merge branch 'ikev1'
Martin Willi
2012-05-02
2
-65
/
+50
|
\
|
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
2
-65
/
+50
|
|
\
|
|
*
Fixed IKEv1 prf+ keymat expansion beyond 320 bits
Martin Willi
2012-03-20
1
-1
/
+1
|
|
*
Compiler warning fixed in prf_plus_t.
Tobias Brunner
2012-03-20
1
-5
/
+5
|
|
*
Extended PRF+ by a non-counting variant as used by IKEv1
Martin Willi
2012-03-20
2
-63
/
+48
*
|
|
Make AES-CMAC actually usable for IKEv2.
Tobias Brunner
2012-04-04
1
-0
/
+1
*
|
|
fixed typo
Andreas Steffen
2012-04-03
1
-2
/
+2
|
/
/
*
|
Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595.
Tobias Brunner
2012-02-27
1
-0
/
+2
*
|
Disable crypto benchmarking if CLOCK_THREAD_CPUTIME_ID is not available.
Tobias Brunner
2012-01-30
1
-0
/
+10
*
|
Various style, typo and whitespace corrections
Adrian-Ken Rueegsegger
2012-01-13
1
-3
/
+2
*
|
Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.
Tobias Brunner
2011-12-23
1
-1
/
+1
*
|
Properly ASN.1 encode dates in certificates depending on the year.
Tobias Brunner
2011-12-23
1
-1
/
+1
*
|
Fixed compiler warnings for DH groups that define no subgroup.
Tobias Brunner
2011-11-25
1
-8
/
+16
|
/
*
pkcs11: Merged the ECDH into the DH implementation.
Tobias Brunner
2011-10-31
1
-1
/
+1
*
Migrated crypto/prf_plus to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-21
/
+14
*
Migrated crypto/pkcs9 to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-50
/
+39
*
Migrated crypto/pkcs7 to INIT/METHOD macros
Andreas Steffen
2011-10-02
1
-85
/
+50
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
1
-1
/
+1
*
Replaced pkcs7_t.create_certificate_iterator with enumerator.
Tobias Brunner
2011-07-06
2
-8
/
+8
*
Replaced simple iterator usages.
Tobias Brunner
2011-07-06
1
-10
/
+11
*
"this" removed from comments.
Tobias Brunner
2011-07-06
1
-2
/
+0
*
Fix algorithm type for signers, fixes warning with gcc 4.5
Martin Willi
2011-05-03
1
-1
/
+1
*
Added proposal keywords for ESN support
Martin Willi
2011-04-20
3
-0
/
+20
*
Fixed debug statement if algorithm benchmarking enabled
Martin Willi
2011-04-08
1
-3
/
+3
*
implemented wrap around of registered IKEv1 algorithm names
Andreas Steffen
2010-12-26
1
-0
/
+2
*
disable AEAD crypto algorithm if no key size is supported
Andreas Steffen
2010-12-25
1
-0
/
+1
*
disable crypto algorithm if no key size is supported
Andreas Steffen
2010-12-25
1
-8
/
+27
*
log if an AEAD algorithm does not support a given key size
Andreas Steffen
2010-12-25
1
-2
/
+6
*
log if a crypto algorithm does not support a given key size
Andreas Steffen
2010-12-25
1
-1
/
+3
*
trace back crypto algorithms to the plugins that registered them
Andreas Steffen
2010-12-18
4
-118
/
+188
*
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
2
-1
/
+4
*
Added a MODP_CUSTOM DH group which takes g and p as constructor arguments
Martin Willi
2010-09-02
4
-7
/
+29
*
Give a benchmark point for each operation to compare different transforms
Martin Willi
2010-08-19
1
-1
/
+4
*
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
2
-0
/
+281
*
Test append mode for signers verify_signature
Martin Willi
2010-08-19
2
-3
/
+6
*
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
*
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
*
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
*
Implemented AES/Camellia counter mode in gcrypt
Martin Willi
2010-08-13
1
-0
/
+10
[prev]
[next]