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_both.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
jsing
1
-2
/
+2
2020-03-12
Use calloc() rather than malloc() when allocating buffers.
jsing
1
-3
/
+3
2020-01-23
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
jsing
1
-2
/
+5
2019-03-25
Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.
jsing
1
-32
/
+28
2018-11-08
Clean up and simplify the handshake transcript code.
jsing
1
-3
/
+3
2018-10-24
Make more of libssl's record layer state internal.
jsing
1
-12
/
+12
2018-08-24
Clean up handshake message start/finish functions.
jsing
1
-3
/
+3
2017-10-08
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
jsing
1
-6
/
+31
2017-08-12
Remove support for DSS/DSA, since we removed the cipher suites a while
jsing
1
-3
/
+1
2017-05-07
Move state from ssl->internal to the handshake structure.
beck
1
-8
/
+8
2017-05-06
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
beck
1
-2
/
+2
2017-03-05
Convert various handshake message generation functions to CBB.
jsing
1
-5
/
+16
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
beck
1
-13
/
+13
2017-01-29
Avoid clearing the mac_packet flag in the wrong place.
jsing
1
-2
/
+1
2017-01-26
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
beck
1
-9
/
+5
2017-01-26
Send the error function codes to rot in the depths of hell where they belong
beck
1
-13
/
+13
2017-01-26
Remove most of SSL3_ENC_METHOD - we can just inline the function calls
jsing
1
-9
/
+9
2017-01-26
Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no
jsing
1
-0
/
+748