projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Mark DTLS records as read when we have finished with them
[openssl.git]
/
ssl
/
record
/
ssl3_record.c
2018-05-11
Matt Caswell
Mark DTLS records as read when we have finished with...
blob
|
commitdiff
|
raw
2018-03-19
Kurt Roeckx
Don't use a ssl specific DRBG anymore
blob
|
commitdiff
|
raw
|
diff to current
2018-03-17
Bernd Edlinger
Fix a memory leak in tls1_mac
blob
|
commitdiff
|
raw
|
diff to current
2018-03-17
Bernd Edlinger
Fix a memory leak in n_ssl3_mac
blob
|
commitdiff
|
raw
|
diff to current
2018-03-14
Matt Caswell
Use the TLSv1.3 record header as AAD
blob
|
commitdiff
|
raw
|
diff to current
2018-02-23
Rich Salz
Remove OSSLzu, and fix the one place that used it.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-19
Richard Levitte
Copyright update of more files that have changed this...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-09
Matt Caswell
Tolerate DTLS alerts with an incorrect version number
blob
|
commitdiff
|
raw
|
diff to current
2017-12-14
Matt Caswell
Update state machine to send CCS based on whether we...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-14
Matt Caswell
Drop CCS messages received in the TLSv1.3 handshake
blob
|
commitdiff
|
raw
|
diff to current
2017-12-08
Matt Caswell
Convert the remaining functions in the record layer...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-08
Matt Caswell
More record layer conversions to use SSLfatal()
blob
|
commitdiff
|
raw
|
diff to current
2017-12-08
Matt Caswell
Update ssl3_get_record() to use SSLfatal()
blob
|
commitdiff
|
raw
|
diff to current
2017-11-05
FdaSilvaYY
Implement Maximum Fragment Length TLS extension.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-18
KaoruToda
Remove parentheses of return.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-16
Matt Caswell
Tweak the comment regarding record version check with...
blob
|
commitdiff
|
raw
|
diff to current
2017-10-16
Matt Caswell
Don't do version neg on an HRR
blob
|
commitdiff
|
raw
|
diff to current
2017-10-09
KaoruToda
Since return is inconsistent, I removed unnecessary...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-31
Matt Caswell
Enable the ability to use an external PSK for sending...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-03
Rich Salz
Add a DRBG to each SSL object
blob
|
commitdiff
|
raw
|
diff to current
2017-08-03
Matt Caswell
Move ossl_assert
blob
|
commitdiff
|
raw
|
diff to current
2017-05-22
Matt Caswell
Convert existing usage of assert() to ossl_assert(...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-22
Matt Caswell
Replace instances of OPENSSL_assert() with soft asserts...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-19
Matt Caswell
Fix return code in tls1_mac
blob
|
commitdiff
|
raw
|
diff to current
2017-05-19
Matt Caswell
Try to be more consistent about the alerts we send
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Matt Caswell
Add some extra comments following alert changes
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Matt Caswell
TLSv1.3 alert and handshake messages can never be 0...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-11
Matt Caswell
Check that a TLSv1.3 encrypted message has an app data...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-08
Matt Caswell
Add support to SSL_trace() for inner content types
blob
|
commitdiff
|
raw
|
diff to current
2017-03-29
FdaSilvaYY
More typo fixes
blob
|
commitdiff
|
raw
|
diff to current
2017-03-14
Benjamin Kaduk
Fix some -Wshadow warnings
blob
|
commitdiff
|
raw
|
diff to current
2017-03-08
Matt Caswell
Fix no-comp
blob
|
commitdiff
|
raw
|
diff to current
2017-03-06
Matt Caswell
Tweak the TLSv1.3 record overflow limits
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Don't attempt to write more early_data than we know...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Skip early_data if appropriate after a HelloRetryRequest
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Check max_early_data against the amount of early data...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Make sure we reset the read sequence when skipping...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Provide an SSL_read_early() function for reading early...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Parse the early_data extension
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Jon Spillett
Check for zero records and return immediately
blob
|
commitdiff
|
raw
|
diff to current
2017-02-28
Emilia Kasper
Clean up references to FIPS
blob
|
commitdiff
|
raw
|
diff to current
2017-02-16
Matt Caswell
Remove an OPENSSL_assert() and replace with a soft...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-16
Matt Caswell
Don't change the state of the ETM flags until CCS proce...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-23
Andy Polyakov
Replace div-spoiler hack with simpler code
blob
|
commitdiff
|
raw
|
diff to current
2016-12-05
Matt Caswell
Change various repeated rr[someindex] references to...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-05
Matt Caswell
Add a TLS1.3 TODO for the msg callback
blob
|
commitdiff
|
raw
|
diff to current
2016-12-05
Matt Caswell
Update the record layer to use TLSv1.3 style record...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-05
Matt Caswell
Convert TLS Record receipt to use PACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-12-05
Matt Caswell
Convert TLS record construction to use WPACKET
blob
|
commitdiff
|
raw
|
diff to current
2016-11-17
Matt Caswell
Fix missing SSL_IS_TLS13(s) usage
blob
|
commitdiff
|
raw
|
diff to current
2016-11-07
Matt Caswell
Ignore the record version in TLS1.3
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Ensure SSL_DEBUG works following size_t changes
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Remove a stray TODO that has already been fixed
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Provide some constant time functions for dealing with...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Fix misc size_t issues causing Windows warnings in...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Convert the mac functions to just return 1 for success...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Fix some ssl3_record code witch converstion to/from...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Resolve some outstanding size_t related TODOs
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Convert some misc record layer functions for size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Convert SSL3_RECORD_clear() and SSL3_RECORD_release...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Further libssl size_t-ify of reading
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Convert record layer to use size_t
blob
|
commitdiff
|
raw
|
diff to current
2016-10-17
David Woodhouse
Fix encrypt-then-mac implementation for DTLS
blob
|
commitdiff
|
raw
|
diff to current
2016-08-19
Matt Caswell
Fix DTLS replay protection
blob
|
commitdiff
|
raw
|
diff to current
2016-08-19
Matt Caswell
Fix DTLS unprocessed records bug
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Emilia Kasper
Indent ssl/
blob
|
commitdiff
|
raw
|
diff to current
2016-08-16
Matt Caswell
Ensure we unpad in constant time for read pipelining
blob
|
commitdiff
|
raw
|
diff to current
2016-08-15
Matt Caswell
Address feedback on SSLv2 ClientHello processing
blob
|
commitdiff
|
raw
|
diff to current
2016-08-15
Matt Caswell
Send an alert if we get a non-initial record with the...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-15
Matt Caswell
Address feedback on SSLv2 ClientHello processing
blob
|
commitdiff
|
raw
|
diff to current
2016-08-08
Adam Langley
Fix test of first of 255 CBC padding bytes.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-29
Matt Caswell
Make the checks for an SSLv2 style record stricter
blob
|
commitdiff
|
raw
|
diff to current
2016-07-20
FdaSilvaYY
Fix a few if(, for(, while( inside code.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-15
Dr. Stephen Henson
check return values for EVP_Digest*() APIs
blob
|
commitdiff
|
raw
|
diff to current
2016-06-07
Matt Caswell
Reject out of context empty records
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Rich Salz
Copyright consolidation 01/10
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Matt Caswell
Add a comment to explain the use of |num_recs|
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Matt Caswell
Use the current record offset in ssl3_get_record
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Matt Caswell
There is only one read buffer
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Rename the numpipes argument to ssl3_enc/tls1_enc
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Rename a function
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Update a comment
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Lazily initialise the compression buffer
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Implement read pipeline support in libssl
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Implement write pipeline support in libssl
blob
|
commitdiff
|
raw
|
diff to current
2016-02-22
Rich Salz
Remove unused parameters from internal functions
blob
|
commitdiff
|
raw
|
diff to current
2016-02-18
Rich Salz
Remove outdated DEBUG flags.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-17
David Woodhouse
Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
blob
|
commitdiff
|
raw
|
diff to current
2016-02-13
Rainer Jung
RT4304: Look for plaintext HTTP
blob
|
commitdiff
|
raw
|
diff to current
2016-01-26
Rich Salz
Remove /* foo.c */ comments
blob
|
commitdiff
|
raw
|
diff to current
2016-01-12
Richard Levitte
Adapt all EVP_CIPHER_CTX users for it becoming opaque
blob
|
commitdiff
|
raw
|
diff to current
2015-12-23
Kurt Roeckx
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Cleanup: fix all sources that used EVP_MD_CTX_(create...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Adapt the rest of the source to the removal of (EVP_MD_...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-07
Richard Levitte
Adjust all accesses to EVP_MD_CTX to use accessor funct...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-20
Matt Caswell
Ensure all EVP calls have their returns checked where...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-02
Matt Caswell
Remove an OPENSSL_assert which could fail
blob
|
commitdiff
|
raw
|
diff to current
2015-10-30
Matt Caswell
Move in_handshake into STATEM
blob
|
commitdiff
|
raw
|
diff to current
2015-09-23
Matt Caswell
Remove remaining old listen code
blob
|
commitdiff
|
raw
|
diff to current
2015-08-14
Dr. Stephen Henson
CCM support.
blob
|
commitdiff
|
raw
|
diff to current
next