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
/
libtls
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
1
-1
/
+6
|
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
1
-1
/
+10
|
*
Check rng return value when generating TLS session identifiers
Martin Willi
2012-07-16
1
-3
/
+3
|
*
Check rng return value when generating secrets and IVs in libtls
Tobias Brunner
2012-07-16
3
-16
/
+20
|
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
1
-5
/
+4
|
*
Add a return value to prf_t.get_bytes()
Martin Willi
2012-07-16
1
-5
/
+8
|
*
Add a return value to tls_prf_t.set_key()
Martin Willi
2012-07-16
3
-9
/
+13
|
*
Add a return value to tls_prf_t.get_bytes()
Martin Willi
2012-07-16
3
-20
/
+42
|
*
Add a return value to signer_t.set_key()
Martin Willi
2012-07-16
1
-4
/
+10
|
*
Add a return value to tls_crypto_t.derive_secrets()
Martin Willi
2012-07-16
4
-21
/
+44
|
*
Add a return value to signer_t.get_signature()
Martin Willi
2012-07-16
1
-8
/
+9
|
*
Add a return value to signer_t.allocate_signature()
Martin Willi
2012-07-16
1
-1
/
+5
|
*
eliminate message length field in EAP-TNC
Andreas Steffen
2012-07-11
1
-2
/
+6
|
*
allow to transmit 64k TLS Handshake and Application messages via EAP-[T]TLS
Andreas Steffen
2012-07-11
3
-19
/
+23
|
*
some tls_eap optimizations
Andreas Steffen
2012-07-11
1
-10
/
+13
|
*
max_message_count = 0 disables limit
Andreas Steffen
2012-07-11
1
-1
/
+1
|
*
log invalid TLS packet length
Andreas Steffen
2012-07-11
1
-1
/
+2
|
*
Install dev headers only if --with-dev-headers= option is set
Martin Willi
2012-07-11
1
-1
/
+3
|
*
Install libtls development headers
Martin Willi
2012-07-11
1
-12
/
+9
|
*
Double check if a cached suite is available, overwrite any old suite state
Martin Willi
2012-02-07
1
-2
/
+3
|
*
Some Doxygen fixes.
Tobias Brunner
2012-02-07
1
-9
/
+9
|
*
Fix TLS EAP-MSK derivation, uses different order of randoms than key expansion
Martin Willi
2012-02-07
1
-0
/
+1
|
*
Filter TLS suite MAC by HMAC algorithm, as the hash is not necessarily the same
Martin Willi
2012-02-07
1
-4
/
+4
|
*
Added a tls_socket_t.splice method to wrap a file descriptor into TLS
Martin Willi
2011-12-31
2
-5
/
+107
|
*
Implemented TLS session resumption both as client and as server
Martin Willi
2011-12-31
11
-100
/
+266
|
*
Implemented a TLS session cache
Martin Willi
2011-12-31
3
-0
/
+316
|
*
Check for cipherspec changes after each handshake message
Martin Willi
2011-12-31
1
-2
/
+6
|
*
Separated cipherspec checking and switching, allowing us to defer the second
Martin Willi
2011-12-31
4
-33
/
+49
|
*
Be less verbose about TLS extensions
Martin Willi
2011-12-24
1
-1
/
+1
|
*
In TLS 1.2, PRF and HASH function use at least SHA-256, not the MAC hash ↵
Martin Willi
2011-12-24
1
-20
/
+20
|
|
|
|
function
*
Added a getter for the tls_socket file descriptor
Martin Willi
2011-12-24
2
-0
/
+14
|
*
added dummy libtls_init() function needed for integrity testing
Andreas Steffen
2011-11-08
2
-0
/
+13
|
*
Don't allocate extra memory to MAC the TLS header
Martin Willi
2011-09-28
1
-22
/
+23
|
*
Verify TLS MAC even if padding is invalid to prevent timing attacks
Martin Willi
2011-09-28
1
-6
/
+4
|
*
Install and use libtls as dynamic library, as we have our private libdir now
Martin Willi
2011-08-08
1
-1
/
+1
|
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
4
-4
/
+4
|
|
|
|
Mostly found by 'codespell'.
*
renamed tls_reader|writer to bio_* and moved to libstrongswan
Andreas Steffen
2011-05-31
9
-100
/
+98
|
*
fixed type
Andreas Steffen
2011-05-31
4
-704
/
+0
|
*
raw TLS debug output
Andreas Steffen
2011-05-29
1
-0
/
+3
|
*
debug type is EAP_TLS
Andreas Steffen
2011-04-21
1
-4
/
+4
|
*
do not include length field in non-fragmented EAP-PEAP packets
Andreas Steffen
2011-04-21
2
-12
/
+45
|
*
Revert alloc_str changes
Martin Willi
2011-04-21
1
-8
/
+4
|
|
|
|
|
|
This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
*
Use thread save settings alloc_str function where appropriate
Martin Willi
2011-04-21
1
-4
/
+8
|
*
Continue without client authentication if no matching certificate found
Martin Willi
2011-04-14
1
-19
/
+22
|
*
Ignore TLS certificate requests as peer if peer authentication disabled
Martin Willi
2011-04-14
1
-13
/
+14
|
*
Send TLS Server Name Indication as peer if server identity is a FQDN
Martin Willi
2011-04-14
2
-0
/
+18
|
*
Fix tls_writer wrap functions
Martin Willi
2011-04-14
1
-4
/
+4
|
*
added TLS renegotiation_info extension
Andreas Steffen
2011-04-14
2
-1
/
+7
|
*
added TLS_PURPOSE_EAP_PEAP
Andreas Steffen
2011-04-05
3
-0
/
+4
|
*
implemented get|set_identifier() for tls_eap_t
Andreas Steffen
2011-04-05
2
-24
/
+85
|
[prev]
[next]