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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.
jsing
1
-1
/
+8
2020-06-01
Send an illegal_parameter alert if a client sends us invalid DH key
tb
1
-3
/
+15
2020-05-31
Correct downgrade sentinels when a version pinned method is in use.
jsing
1
-3
/
+3
2020-05-19
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
jsing
1
-2
/
+2
2020-05-10
Use size_t for OCSP response length.
jsing
1
-2
/
+2
2020-05-09
On receiving an overlong session ID terminate with an illegal_parameter
tb
1
-1
/
+6
2020-03-06
TLSv1.3 servers that intend to downgrade are required to set the last
tb
1
-4
/
+8
2020-02-16
Avoid leak for tmp.x25519
inoguchi
1
-4
/
+7
2020-01-30
Factor out/rewrite the ECDHE EC point key exchange code.
jsing
1
-77
/
+21
2020-01-23
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
jsing
1
-6
/
+5
2020-01-23
If we are building a legacy server hello, check to see if we are
beck
1
-1
/
+20
2019-04-22
Pass the session ID down to the session/ticket handling code as a CBS.
jsing
1
-3
/
+2
2019-04-22
Inline and remove the tlsext_tick_md macro.
jsing
1
-2
/
+2
2019-03-25
Defer sigalgs selection until the certificate is known.
jsing
1
-2
/
+2
2019-03-25
Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.
jsing
1
-4
/
+4
2019-02-09
Rename tls1_handshake_hash*() to tls1_transcript_hash*().
jsing
1
-3
/
+3
2019-01-18
Rename TLS extension handling to use less "hello".
jsing
1
-3
/
+3
2018-12-07
Remove an ugly hack in the client certificate verification code that works
tb
1
-48
/
+44
2018-11-21
Fix DTLS transcript handling for HelloVerifyRequest.
jsing
1
-5
/
+2
2018-11-11
Add check function to verify that pkey is usable with a sigalg.
beck
1
-3
/
+3
2018-11-11
quiet warning on other compilers
bcook
1
-3
/
+3
2018-11-11
Free the server tls transcript in case session reuse did not work.
bluhm
1
-3
/
+4
2018-11-11
Add support for RSA PSS algorithims being used in sigalgs.
beck
1
-1
/
+15
2018-11-11
Convert signatures and verifcation to use the EVP_DigestXXX api
beck
1
-18
/
+40
2018-11-10
Stop keeping track of sigalgs by guessing it from digest and pkey,
beck
1
-23
/
+12
2018-11-09
Ensure we only choose sigalgs from our prefernce list, not the whole list
beck
1
-2
/
+3
2018-11-09
Add the ability to have a separate priority list for sigalgs.
beck
1
-2
/
+2
2018-11-09
Reimplement the sigalgs processing code into a new implementation
beck
1
-23
/
+13
2018-11-08
Clean up and simplify the handshake transcript code.
jsing
1
-51
/
+23
2018-11-08
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
jsing
1
-7
/
+1
2018-11-08
Ensure the handshake transcript is cleaned up.
jsing
1
-1
/
+7
2018-08-27
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
jsing
1
-74
/
+72
2018-08-27
Add some missing statics.
jsing
1
-2
/
+2
2018-08-27
Simplify new session ticket encoding/generation.
jsing
1
-63
/
+38
2018-08-24
Simplify session ticket parsing/handling.
jsing
1
-8
/
+7
2018-08-24
Pull up the parsing of a ClientHello.
jsing
1
-20
/
+20
2018-08-24
Clean up handshake message start/finish functions.
jsing
1
-17
/
+17
2018-08-22
Correct session ticket encryption.
jsing
1
-4
/
+11
2018-08-19
Rename and collapse tls12_get_sigandhash_cbb().
jsing
1
-3
/
+2
2018-08-19
Convert ssl3_send_newsession_ticket() to CBB.
jsing
1
-52
/
+61
2018-08-16
Simplify the add signature code/logic in ssl3_send_server_key_exchange().
jsing
1
-13
/
+8
2018-08-16
Convert ssl3_send_server_key_exchange() to CBB.
jsing
1
-44
/
+45
2018-08-14
Actually check the return values for EVP_Sign* and EVP_Verify*.
jsing
1
-7
/
+11
2018-08-10
Simplify server kex exchange signature generation.
jsing
1
-61
/
+33
2018-06-10
Now that all of the server-side client key exchange processing functions
jsing
1
-53
/
+40
2018-06-03
Allocate a dedicated buffer for use when deriving a shared key during
jsing
1
-10
/
+18
2018-06-02
Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.
jsing
1
-44
/
+42
2018-05-19
Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().
jsing
1
-93
/
+38
2018-05-19
Convert ssl3_get_client_kex_gost() to CBS.
jsing
1
-21
/
+23
2018-05-13
More clean up of the RSA key exchange code.
jsing
1
-24
/
+34
[next]