index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
tls.c
Age
Commit message (
Expand
)
Author
2017-01-20
tls: improve i/o loop
Denys Vlasenko
2017-01-20
tls: was psAesDecrypt'ing one block too many, trashing buffered data
Denys Vlasenko
2017-01-20
tls: do not use common_bufsiz
Denys Vlasenko
2017-01-20
tls: decode alerts and in particular, EOF alert.
Denys Vlasenko
2017-01-20
tls: add the i/o loop - largish rework of i/o buffering
Denys Vlasenko
2017-01-19
tls: tested PSTM_X86_64, not enabling it - too large
Denys Vlasenko
2017-01-19
tls: teach it to decrypt AES256-encrypted data
Denys Vlasenko
2017-01-18
tls: trim comments
Denys Vlasenko
2017-01-18
tls: teach it to send AES256-encrypted data
Denys Vlasenko
2017-01-18
tls: added AES code and made it compile. not used yet
Denys Vlasenko
2017-01-18
tls: massage writing for encryption support; finer-grained debug
Denys Vlasenko
2017-01-17
tls: address one easy FIXME, tidy up comments
Denys Vlasenko
2017-01-17
tls: process CHANGE_CIPHER_SPEC and FINISHED from server
Denys Vlasenko
2017-01-17
tls: rearrange function order, improve comments
Denys Vlasenko
2017-01-17
tls: make our send_client_finished() pass server check
Denys Vlasenko
2017-01-16
tls: format FINISHED message properly for unencrypted, but sha256 signed mode
Denys Vlasenko
2017-01-16
tls: add sha256 hmac and prf code
Denys Vlasenko
2017-01-15
tls: rearrange code, add/improve comments, fix whitespace, no real changes here
Denys Vlasenko
2017-01-15
tls: send CHANGE_CIPHER_SPEC
Denys Vlasenko
2017-01-15
whitespace fix
Denys Vlasenko
2017-01-15
tls: format and send CLIENT_KEY_EXCHANGE
Denys Vlasenko
2017-01-14
tls: DER length byte 0x81 is actually valid
Denys Vlasenko
2017-01-14
tls: a bit more work
Denys Vlasenko
2017-01-14
tls: work-in-progress TLS1.2 test applet
Denys Vlasenko