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
/
tls_fragmentation.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
1
-2
/
+4
|
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
1
-1
/
+1
|
|
|
|
Mostly found by 'codespell'.
*
renamed tls_reader|writer to bio_* and moved to libstrongswan
Andreas Steffen
2011-05-31
1
-16
/
+15
|
*
raw TLS debug output
Andreas Steffen
2011-05-29
1
-0
/
+3
|
*
Do not change cipherspec while we have buffered handshake fragments pending
Martin Willi
2010-09-09
1
-6
/
+6
|
*
Check for queued TLS alerts after each handshake part
Martin Willi
2010-09-03
1
-0
/
+4
|
*
fixed typo
Andreas Steffen
2010-08-31
1
-1
/
+1
|
*
Do not process any more TLS handshake messages on fatal alerts
Martin Willi
2010-08-31
1
-0
/
+4
|
*
Log TLS handshake subtypes as handshakes
Martin Willi
2010-08-31
1
-5
/
+5
|
*
Send TLS alerts for errors in TLS handshake building
Martin Willi
2010-08-25
1
-0
/
+3
|
*
Refactored fragment building, use correct TLS content type for non-first ↵
Martin Willi
2010-08-25
1
-67
/
+82
|
|
|
|
fragments
*
Skip the close notify if application layer completes successfully
Martin Willi
2010-08-24
1
-2
/
+2
|
*
Check if the application layer has completed successfully
Martin Willi
2010-08-24
1
-15
/
+46
|
*
Implemented TLS Alert handling
Martin Willi
2010-08-23
1
-9
/
+115
|
*
Introducing a dedicated debug message group for libtls
Martin Willi
2010-08-23
1
-6
/
+6
|
*
removed debug output for TLS application data
Andreas Steffen
2010-08-19
1
-5
/
+0
|
*
add TLS handshake packet size to debug output
Andreas Steffen
2010-08-18
1
-5
/
+7
|
*
do not dump tls application data any more
Andreas Steffen
2010-08-13
1
-9
/
+6
|
*
set TLS record type before state change to STATE_FINISHED_SENT
Andreas Steffen
2010-08-13
1
-2
/
+2
|
*
added generic TLS application data handler and specific EAP-TTLS instantiation
Andreas Steffen
2010-08-12
1
-21
/
+75
|
*
log TLS handshake messages in debug level 2
Andreas Steffen
2010-08-04
1
-0
/
+4
|
*
Moved TLS stack to its own library
Martin Willi
2010-08-03
1
-0
/
+256