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
...
*
Fixed typos in tls_writer method descriptions
Martin Willi
2010-09-02
1
-2
/
+2
|
*
cosmetics in debug output
Andreas Steffen
2010-09-01
1
-2
/
+3
|
*
clarified debug output
Andreas Steffen
2010-08-31
1
-1
/
+1
|
*
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
|
*
Strictly check if the server certificate matches the TLS server identity
Martin Willi
2010-08-31
1
-0
/
+44
|
*
Added strongswan.conf options for EAP-TLS/TTLS fragment size
Martin Willi
2010-08-31
2
-5
/
+10
|
*
Support processing of partial TLS record headers
Martin Willi
2010-08-31
1
-15
/
+39
|
*
Implemented a generic TLS EAP helper to implement EAP-TLS, TTLS and other ↵
Martin Willi
2010-08-31
3
-0
/
+415
|
|
|
|
variants
*
Support output fragmentation of TLS records
Martin Willi
2010-08-31
3
-48
/
+117
|
*
Implemented buffering of partial records in TLS stack
Martin Willi
2010-08-31
1
-15
/
+65
|
*
Log TLS handshake subtypes as handshakes
Martin Willi
2010-08-31
1
-5
/
+5
|
*
Typo in doxygen comment fixed.
Tobias Brunner
2010-08-30
1
-1
/
+1
|
*
Prefer AES/Camellia suites over 3DES/NULL encryption
Martin Willi
2010-08-25
1
-16
/
+16
|
*
Send TLS alerts for errors in TLS handshake building
Martin Willi
2010-08-25
3
-0
/
+12
|
*
Refactored fragment building, use correct TLS content type for non-first ↵
Martin Willi
2010-08-25
1
-67
/
+82
|
|
|
|
fragments
*
Added a simple high level TLS wrapper for sockets
Martin Willi
2010-08-25
4
-0
/
+290
|
*
Initialize output chunk before appending data to it
Martin Willi
2010-08-25
1
-0
/
+1
|
*
Pass NULL peer identity to omit TLS peer authentication, added ↵
Martin Willi
2010-08-24
5
-47
/
+29
|
|
|
|
eap-ttls.request_peer_auth option
*
Skip the close notify if application layer completes successfully
Martin Willi
2010-08-24
2
-4
/
+11
|
*
removed some redundant debug output
Andreas Steffen
2010-08-24
2
-4
/
+0
|
*
Added generic TLS purposes
Martin Willi
2010-08-24
3
-6
/
+19
|
*
Check if the application layer has completed successfully
Martin Willi
2010-08-24
3
-16
/
+62
|
*
Moved TLS record parsing/generation to tls.c
Martin Willi
2010-08-24
2
-12
/
+70
|
*
Added a TLS purpose for EAP-TTLS with client authentication
Martin Willi
2010-08-23
3
-0
/
+4
|
*
Implemented TLS Alert handling
Martin Willi
2010-08-23
15
-80
/
+643
|
*
Verify negotiated TLS version
Martin Willi
2010-08-23
4
-8
/
+27
|
*
Introducing a dedicated debug message group for libtls
Martin Willi
2010-08-23
6
-74
/
+74
|
*
Streamlined TLS debugging output
Martin Willi
2010-08-23
2
-12
/
+12
|
*
fixed build_cipher_suite_list()
Andreas Steffen
2010-08-21
1
-6
/
+6
|
*
Introducing simple purposes for the TLS stack, switches various options
Martin Willi
2010-08-20
7
-24
/
+98
|
*
Added more TLS cipher suites we already support
Martin Willi
2010-08-20
1
-30
/
+36
|
*
Build TLS cipher suite list in a generic fashion
Martin Willi
2010-08-20
1
-74
/
+51
|
*
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
|
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
2
-15
/
+18
|
*
Only include certificates with CA flag in TLS cert request
Martin Willi
2010-08-16
1
-2
/
+8
|
*
optional certificate-based peer authentication on TLS server side
Andreas Steffen
2010-08-15
4
-19
/
+45
|
*
do not dump tls application data any more
Andreas Steffen
2010-08-13
1
-9
/
+6
|
*
Use IV length of a crypter instead of block size for IV calculations
Martin Willi
2010-08-13
2
-11
/
+13
|
*
set TLS record type before state change to STATE_FINISHED_SENT
Andreas Steffen
2010-08-13
1
-2
/
+2
|
*
fixed sequence numbering and iv of TLS protection layer
Andreas Steffen
2010-08-12
1
-3
/
+3
|
*
added generic TLS application data handler and specific EAP-TTLS instantiation
Andreas Steffen
2010-08-12
9
-26
/
+181
|
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
2
-2
/
+4
|
*
EAP-TLS and EAP-TTLS use different constant MSK PRF label
Andreas Steffen
2010-08-07
4
-7
/
+16
|
*
support server authentication only for EAP-TTLS
Andreas Steffen
2010-08-07
1
-5
/
+23
|
*
Whitespace cleanups
Martin Willi
2010-08-05
2
-10
/
+10
|
*
Use certificate subject to get a public key of the TLS server
Martin Willi
2010-08-05
1
-7
/
+11
|
*
Some Doxygen fixes.
Tobias Brunner
2010-08-05
1
-1
/
+1
|
*
added some more TLS debug output
Andreas Steffen
2010-08-05
2
-9
/
+29
|
[prev]
[next]