Matt Caswell
|
f63a17d66d
Convert the state machine code to use SSLfatal()
|
před 7 roky |
Matt Caswell
|
4752c5deb2
Replace some usage of SSLerr with SSLfatal()
|
před 7 roky |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
před 7 roky |
Benjamin Kaduk
|
0e6161bcae
Normalize on session_ctx for stats where possible
|
před 7 roky |
Benjamin Kaduk
|
1fcb4e4d52
Use atomics for SSL_CTX statistics
|
před 7 roky |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
před 7 roky |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
před 7 roky |
Dr. Stephen Henson
|
9e84a42db4
Store groups as uint16_t
|
před 7 roky |
Andy Polyakov
|
eb5fd03bb2
ssl/statem/*.c: address "enum mixed with another type" warnings.
|
před 7 roky |
Matt Caswell
|
67dc995eaf
Move ossl_assert
|
před 7 roky |
Matt Caswell
|
5d61491c88
Fix new_session_cb calls in TLSv1.3
|
před 7 roky |
Dr. Stephen Henson
|
dd24857b78
Use cert tables instead of X509_certificate_type
|
před 7 roky |
Dr. Stephen Henson
|
52fd27f978
Use certificate tables instead of ssl_cert_type
|
před 7 roky |
Bernd Edlinger
|
b43c376586
Fix potential crash in tls_construct_finished.
|
před 7 roky |
Matt Caswell
|
25ffeb11ea
Fix another EVP_DigestVerify() instance
|
před 7 roky |
Dr. Stephen Henson
|
d2916a5b29
Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.
|
před 7 roky |
Dr. Stephen Henson
|
72ceb6a692
Convert key exchange to one shot call
|
před 7 roky |
Dr. Stephen Henson
|
168067b631
Handle signature algorithms with no associated digest
|
před 7 roky |
Dr. Stephen Henson
|
07afa3d880
Add index for ED25519
|
před 7 roky |
Rich Salz
|
aa8f3d76fc
Modify Sun copyright to follow OpenSSL style
|
před 7 roky |
Pichulin Dmitrii
|
f464f9c04b
fix check of broken implementations of GOST ciphersuites
|
před 7 roky |
Todd Short
|
db0f35dda1
Fix #2400 Add NO_RENEGOTIATE option
|
před 7 roky |
Dr. Stephen Henson
|
caf2b6b54f
Don't use one shot API for SSLv3.
|
před 7 roky |
Matt Caswell
|
b77f3ed171
Convert existing usage of assert() to ossl_assert() in libssl
|
před 7 roky |
Matt Caswell
|
380a522f68
Replace instances of OPENSSL_assert() with soft asserts in libssl
|
před 7 roky |
Matt Caswell
|
fb34a0f4e0
Try to be more consistent about the alerts we send
|
před 7 roky |
Matt Caswell
|
b186a59283
Fail if we receive a response to an extension that we didn't request
|
před 7 roky |
Bernd Edlinger
|
018fcbec38
Fix gcc-7 warnings.
|
před 7 roky |
Matt Caswell
|
9010b7bc6e
Add some extra comments following alert changes
|
před 7 roky |
Matt Caswell
|
2d871227fa
Send an illegal parameter alert if the update type in a KeyUpdate is wrong
|
před 7 roky |