index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
Age
Commit message (
Expand
)
Author
2020-05-02
Add const to TLS1.3 internal vectors
Kinichiro Inoguchi
2020-04-29
tls13_record_layer internal functions to static in libssl
Kinichiro Inoguchi
2020-04-29
tls13_handshake internal functions to static in libssl
Kinichiro Inoguchi
2020-04-28
Move legacy stack interfacing functions into tls13_legacy.c.
Joel Sing
2020-04-28
Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c.
Joel Sing
2020-04-27
Shuffle some functions around.
Joel Sing
2020-04-25
Switch to NEGOTIATED when using WITHOUT_HRR.
Joel Sing
2020-04-25
Move unsupported, obsolete ciphers and deprecated aliases out of
Ingo Schwarze
2020-04-25
tweak the wording to make it clearer under which conditions exactly
Ingo Schwarze
2020-04-22
Improve TLSv1.3 state machine for HelloRetryRequest handling.
Joel Sing
2020-04-21
Handle TLSv1.3 key shares other than X25519 on the server side.
Joel Sing
2020-04-21
Consolidate TLSv1.3 constants.
Joel Sing
2020-04-19
Provide TLSv1.3 cipher suite aliases to match the names used in RFC 8446.
Joel Sing
2020-04-18
Fix wrapping/indentation.
Joel Sing
2020-04-18
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
Joel Sing
2020-04-18
Tweak previous active cipher suite code.
Joel Sing
2020-04-18
Allow more key share groups for TLSv1.3.
Joel Sing
2020-04-17
Only include TLSv1.3 cipher suites if there are active cipher suites.
Joel Sing
2020-04-17
Generate client key share using our preferred group.
Joel Sing
2020-04-14
Update in several respects:
Ingo Schwarze
2020-04-14
add the missing sentence "LibreSSL no longer provides any such
Ingo Schwarze
2020-04-14
Delete the three sentences listing the ciphers currently included
Ingo Schwarze
2020-04-11
Document the TLSv1.3 control word, update the description of the
Ingo Schwarze
2020-04-09
Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.
Joel Sing
2020-04-09
Tidy line wrapping and remove an extra blank line.
Joel Sing
2020-04-09
ssl_aes_is_accelerated() returns a boolean - treat it as such, rather than
Joel Sing
2020-04-08
Ensure legacy session ID is persistent during client TLS session.
Joel Sing
2020-04-06
Send a zero-length session identifier if TLSv1.3 is not enabled.
Joel Sing
2020-03-30
Void functions obviously do not return values; no need to elaborate.
Ingo Schwarze
2020-03-29
Void functions obviously do not return values; no need to elaborate.
Ingo Schwarze
2020-03-16
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
Theo Buehler
2020-03-16
The RFC is clear (section 5.3) that sequence number should never wrap.
Theo Buehler
2020-03-13
Remove dtls1_enc().
Joel Sing
2020-03-13
Correct TLSv1.3 sequence number increment and wrapping check.
Joel Sing
2020-03-13
Ensure that CBB_add_space() always provides zeroed memory.
Joel Sing
2020-03-12
Use calloc() rather than malloc() when allocating initial CBB buffer.
Joel Sing
2020-03-12
Use calloc() rather than malloc() when allocating buffers.
Joel Sing
2020-03-12
Stop overloading the record type for padding length.
Joel Sing
2020-03-12
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
Joel Sing
2020-03-10
Use ctx->hs->secrets rather than the S3I(s) version.
Joel Sing
2020-03-10
Remove some unnecessary handshake enums/functions.
Joel Sing
2020-03-10
Add a return value check to tls13_buffer_extend().
Joel Sing
2020-03-10
Remove the enc function pointers.
Joel Sing
2020-03-06
RFC 8446, section 4.1.3: If a TLSv1.2 client receives a ServerHello for
Theo Buehler
2020-03-06
TLSv1.3 servers that intend to downgrade are required to set the last
Theo Buehler
2020-02-23
The decryption_failed alert must not be sent by compliant implementations.
Theo Buehler
2020-02-23
According to RFC 8446, Section 4.4.4, recipients of incorrect Finished
Theo Buehler
2020-02-21
Remove the s2n macro now that it is finally unused.
Joel Sing
2020-02-21
Convert the SSL/TLS record creation code to CBB.
Joel Sing
2020-02-21
Convert the DTLS header creation code to CBB.
Joel Sing
[next]