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
/
ssl_srvr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up and simplify the handshake transcript code.
jsing
2018-11-08
1
-51
/
+23
*
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
jsing
2018-11-08
1
-7
/
+1
*
Ensure the handshake transcript is cleaned up.
jsing
2018-11-08
1
-1
/
+7
*
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
jsing
2018-08-27
1
-74
/
+72
*
Add some missing statics.
jsing
2018-08-27
1
-2
/
+2
*
Simplify new session ticket encoding/generation.
jsing
2018-08-27
1
-63
/
+38
*
Simplify session ticket parsing/handling.
jsing
2018-08-24
1
-8
/
+7
*
Pull up the parsing of a ClientHello.
jsing
2018-08-24
1
-20
/
+20
*
Clean up handshake message start/finish functions.
jsing
2018-08-24
1
-17
/
+17
*
Correct session ticket encryption.
jsing
2018-08-22
1
-4
/
+11
*
Rename and collapse tls12_get_sigandhash_cbb().
jsing
2018-08-19
1
-3
/
+2
*
Convert ssl3_send_newsession_ticket() to CBB.
jsing
2018-08-19
1
-55
/
+64
*
Simplify the add signature code/logic in ssl3_send_server_key_exchange().
jsing
2018-08-16
1
-13
/
+8
*
Convert ssl3_send_server_key_exchange() to CBB.
jsing
2018-08-16
1
-44
/
+45
*
Actually check the return values for EVP_Sign* and EVP_Verify*.
jsing
2018-08-14
1
-7
/
+11
*
Simplify server kex exchange signature generation.
jsing
2018-08-10
1
-61
/
+33
*
Now that all of the server-side client key exchange processing functions
jsing
2018-06-10
1
-53
/
+40
*
Allocate a dedicated buffer for use when deriving a shared key during
jsing
2018-06-03
1
-10
/
+18
*
Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.
jsing
2018-06-02
1
-44
/
+42
*
Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().
jsing
2018-05-19
1
-93
/
+38
*
Convert ssl3_get_client_kex_gost() to CBS.
jsing
2018-05-19
1
-21
/
+23
*
More clean up of the RSA key exchange code.
jsing
2018-05-13
1
-24
/
+34
*
Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from
jsing
2018-04-11
1
-30
/
+15
*
Initialize variables to avoid compiler warnings
inoguchi
2018-01-28
1
-2
/
+2
*
Complete the TLS extension handling rewrite for the server-side.
jsing
2018-01-27
1
-9
/
+10
*
Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.
jsing
2017-10-12
1
-16
/
+137
*
Fully convert ssl3_send_server_hello() to CBB.
jsing
2017-10-11
1
-25
/
+17
*
Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and
jsing
2017-10-10
1
-2
/
+3
*
Fix some style/whitespace/indentation issues in ssl3_accept().
jsing
2017-10-08
1
-25
/
+14
*
Convert TLS signature algorithms extension handling to the new framework.
jsing
2017-08-12
1
-4
/
+4
*
Remove NPN support.
jsing
2017-08-12
1
-98
/
+6
*
Remove support for DSS/DSA, since we removed the cipher suites a while
jsing
2017-08-12
1
-12
/
+1
*
Convert ssl3_send_certificate_request() to CBB.
jsing
2017-08-11
1
-45
/
+46
*
Clean up the EC key/curve configuration handling.
jsing
2017-08-10
1
-49
/
+27
*
Move state from ssl->internal to the handshake structure.
beck
2017-05-07
1
-59
/
+59
*
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
beck
2017-05-06
1
-24
/
+24
*
Fix a bug caused by the return value being set early to signal successful
jsing
2017-04-29
1
-5
/
+5
*
Use freezero(3) when cleaning up session tickets - not only does it require
jsing
2017-04-14
1
-6
/
+3
*
Use freezero(3) to clean up the X25519 keys - simpler, cleaner code.
jsing
2017-04-14
1
-6
/
+3
*
Clean up server key exchange EC point handling. Encode the point directly
jsing
2017-04-14
1
-27
/
+15
*
Remove the handshake digests and related code, replacing remaining uses
jsing
2017-03-10
1
-24
/
+8
*
Provide a rolling handshake hash that commences as soon as the cipher
jsing
2017-03-05
1
-1
/
+4
*
Convert various handshake message generation functions to CBB.
jsing
2017-03-05
1
-22
/
+48
*
Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().
jsing
2017-03-01
1
-22
/
+14
*
Stop pretending that MD5 and SHA1 might not exist - rather than locating
jsing
2017-02-28
1
-3
/
+3
*
Change SSLerror() back to taking two args, with the first one being an SSL *.
beck
2017-02-07
1
-106
/
+106
*
Convert ssl3_get_client_hello() to CBS.
jsing
2017-01-26
1
-76
/
+71
*
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
beck
2017-01-26
1
-169
/
+85
*
Send the error function codes to rot in the depths of hell where they belong
beck
2017-01-26
1
-114
/
+106
*
Remove most of SSL3_ENC_METHOD - we can just inline the function calls
jsing
2017-01-26
1
-11
/
+11
[prev]
[next]