summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2016-08-22Prevent DTLS Finished message injectionMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-08-19Fix DTLS unprocessed records bugMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-16Ensure we unpad in constant time for read pipeliningMatt Caswell
2016-08-16Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell
2016-08-15Send an alert if we get a non-initial record with the wrong versionMatt Caswell
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell
2016-08-08Fix test of first of 255 CBC padding bytes.Adam Langley
2016-08-04Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-07-30Fix crash as a result of MULTIBLOCKMatt Caswell
2016-07-29Make the checks for an SSLv2 style record stricterMatt Caswell
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-27Ensure read records are marked as readMatt Caswell
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-08Always use session_ctx when removing a sessionTodd Short
2016-06-07Reject out of context empty recordsMatt Caswell
2016-06-07Fix pipelining bugMatt Caswell
2016-05-26Fix some suspect warnings on WindowsMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Add a comment to explain the use of |num_recs|Matt Caswell
2016-05-17Use the current record offset in ssl3_get_recordMatt Caswell
2016-05-17There is only one read bufferMatt Caswell
2016-05-02ssl/record/rec_layer_s3.c: fix typo from previous commit.Andy Polyakov
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-28various spelling fixesFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-31Use return "" not set a var and return.Rich Salz
2016-03-08Fix building without multiblock supportMatt Caswell
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell
2016-03-07Rename a functionMatt Caswell
2016-03-07Remove the wrec record layer fieldMatt Caswell
2016-03-07Update a commentMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Lazily initialise the compression bufferMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-13RT4304: Look for plaintext HTTPRainer Jung
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz