index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
src
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop generating private keys in a network buffer.
jsing
2015-09-13
1
-29
/
+29
*
Use ECDH_size() instead of rolling our own.
jsing
2015-09-13
2
-12
/
+11
*
Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable
jsing
2015-09-13
1
-3
/
+3
*
The *_accept() functions increment in_handshake at the start of the function,
jsing
2015-09-13
2
-19
/
+30
*
If we have hardware acceleration for AES, prefer AES as a symmetric cipher
jsing
2015-09-13
1
-7
/
+30
*
Split ssl3_send_client_key_exchange() (387 lines of code) into five
jsing
2015-09-12
1
-327
/
+351
*
Fix function name.
jsing
2015-09-12
1
-2
/
+2
*
Sync handling of cached record digests with s3_srvr.c.
jsing
2015-09-12
1
-1
/
+23
*
explicit_bzero() the GOST premaster secret.
jsing
2015-09-12
1
-2
/
+7
*
Unwrap a bunch of lines.
jsing
2015-09-12
1
-37
/
+19
*
Remove most of the SSLv3 version checks and a few TLS v1.0.
doug
2015-09-12
7
-118
/
+57
*
Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of
jsing
2015-09-12
2
-111
/
+3
*
Move handshake message header length determination into a separate
jsing
2015-09-12
4
-23
/
+27
*
Uncopy and unpaste dtls1_send_certificate_request() - removes another 80
jsing
2015-09-12
2
-80
/
+3
*
Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329
jsing
2015-09-12
2
-329
/
+3
*
Uncopy and unpaste dtls1_send_server_done().
jsing
2015-09-12
2
-18
/
+3
*
Uncopy and unpaste dtls1_send_server_hello().
jsing
2015-09-12
2
-68
/
+3
*
Uncopy and unpaste dtls1_send_hello_request().
jsing
2015-09-12
2
-18
/
+3
*
Convert the rest of the server handshake functions to ssl3_handshake_msg_*.
jsing
2015-09-12
1
-44
/
+35
*
Uncopy and unpaste dtls1_send_client_verify() - the
jsing
2015-09-12
2
-74
/
+3
*
Uncopy and unpaste dtls1_send_client_key_exchange() - the
jsing
2015-09-12
2
-269
/
+5
*
Use explicit_bzero() instead of memset() when clearing private keys.
jsing
2015-09-12
1
-3
/
+4
*
Pull variable assignment out from function call, fix indentation and set
jsing
2015-09-12
1
-8
/
+7
*
style(9) and whitespace cleanups.
jsing
2015-09-12
1
-29
/
+25
*
Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a
jsing
2015-09-11
12
-65
/
+65
*
Merge the remnants of s3_enc.c into t1_enc.c.
jsing
2015-09-11
2
-266
/
+123
*
Nuke ssl_set_peer_cert_type().
jsing
2015-09-11
2
-10
/
+2
*
Nuke ssl_bad_method().
jsing
2015-09-11
2
-11
/
+2
*
Nuke ssl3_default_timeout().
jsing
2015-09-11
2
-13
/
+2
*
Nuke ssl_replace_hash().
jsing
2015-09-11
2
-23
/
+2
*
Nuke ssl3_cbc_remove_padding().
jsing
2015-09-11
2
-34
/
+2
*
Nuke ssl3_alert_code().
jsing
2015-09-11
2
-74
/
+2
*
Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac().
jsing
2015-09-11
2
-84
/
+2
*
Nuke ssl3_final_finish_mac().
jsing
2015-09-11
2
-19
/
+2
*
Nuke ssl3_change_cipher_state().
jsing
2015-09-11
2
-111
/
+2
*
Nuke ssl3_generate_master_secret().
jsing
2015-09-11
2
-36
/
+2
*
Nuke ssl3_setup_key_block() and ssl3_generate_key_block().
jsing
2015-09-11
2
-120
/
+2
*
Nuke n_ssl3_mac().
jsing
2015-09-11
2
-101
/
+2
*
Nuke ssl3_enc().
jsing
2015-09-11
2
-74
/
+2
*
Nuke SSLv3_enc_data.
jsing
2015-09-11
2
-24
/
+3
*
Shuffle the code in ssl3_send_finished() to make it more logical/readable.
jsing
2015-09-11
1
-9
/
+7
*
Replace dtls1_send_finished() with ssl3_send_finished() - they're now
jsing
2015-09-11
4
-48
/
+6
*
style(9), fix comments, wrap long lines and tweak whitespace.
jsing
2015-09-11
1
-31
/
+59
*
Convert dtls1_send_finished() and ssl3_send_finished() to
jsing
2015-09-11
2
-22
/
+10
*
Put the *method* data structures and functions in the same place.
jsing
2015-09-11
2
-137
/
+60
*
Put the *server_method* data structures and functions in the same place.
jsing
2015-09-11
2
-74
/
+61
*
Put the *client_method* data structures and functions in the same place.
jsing
2015-09-11
2
-74
/
+61
*
Remove support for DTLS_BAD_VER. We do not support non-standard and
jsing
2015-09-10
10
-49
/
+23
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
8
-22
/
+22
*
Check handshake_func against NULL rather than 0, since it is a function
jsing
2015-09-09
1
-7
/
+7
[next]