summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_pkt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send SSL_AD_DECODE alerts in the case of a bad hello request or antb2018-12-031-7/+7
* Make more of libssl's record layer state internal.jsing2018-10-241-18/+18
* unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.jsing2018-08-241-21/+2
* Move state from ssl->internal to the handshake structure.beck2017-05-071-10/+10
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-21/+21
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-21/+21
* Remove most of SSL3_ENC_METHOD - we can just inline the function callsjsing2017-01-261-3/+3
* Provide ssl3_packet_read() and ssl3_packet_extend() functions that improvejsing2017-01-251-19/+12
* Move options and mode from SSL_CTX and SSL to internal, since these can bejsing2017-01-231-4/+4
* Split most of SSL_METHOD out into an internal variant, which is opaque.jsing2017-01-231-5/+5
* send state and rstate from ssl_st into internal. There are accessorsbeck2017-01-231-18/+18
* move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant andbeck2017-01-231-8/+8
* Move a large part of ssl_st into internal, so we can see what squeals.beck2017-01-231-50/+50
* move the callbacks from ssl_st to internalbeck2017-01-231-26/+26
* Move callback function pointers and argument pointers from SSL_CTX tojsing2017-01-231-5/+5
* Move most of the SSL3_STATE fields to internal - the ones that remain arejsing2017-01-221-46/+46
* Move most of DTLS1_STATE to internal.beck2017-01-221-60/+60
* Make do_dtls1_write() static to d1_pkt.c and delete declarations forguenther2016-11-041-1/+5
* Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of ajsing2015-09-111-2/+2
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-101-8/+1
* Assign p to CBS_data since it is used later.doug2015-07-191-2/+3
* Convert dtls1_get_message_header to CBS and change to int.doug2015-07-181-2/+3
* Convert dtls1_get_record to CBS.doug2015-07-181-21/+28
* Remove repeated code in dtls1_get_record.doug2015-07-181-40/+16
* KNF whitespace.doug2015-06-171-15/+16
* Fix bad indenting in LibreSSL.doug2015-06-131-2/+2
* Jettison DTLS over SCTP.jsing2015-02-091-88/+1
* Fix DTLS memory leak (CVE-2015-0206).libressl-v2.1.3doug2015-01-211-9/+23
* Remove trailing whitespace.jsing2014-12-141-15/+15
* Sort and group includes.jsing2014-11-161-4/+7
* Avoid a NULL pointer dereference that can be triggered byjsing2014-10-221-2/+2
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-3/+2
* Oops, revert changes commited by mistake. The previous commit was supposedmiod2014-08-071-4/+2
* When you expect a function to return a particular value, don't put a commentmiod2014-08-071-2/+4
* decompress libssl. ok beck jsingtedu2014-07-101-25/+3
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-2/+2
* convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoringtedu2014-06-191-2/+2
* Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(),jsing2014-06-151-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Disable TLS support...jsing2014-06-111-2/+0
* remove some #if 0 code. we don't need any more reminders that we're usingtedu2014-05-301-146/+0
* While working on another diff I ended up looking to see why on earth thejsing2014-05-301-39/+5
* There is no point in checking if a pointer is non-NULL before calling free,jsing2014-05-281-4/+2
* Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-cultedmiod2014-05-271-3/+2
* Make sure all error paths in dtls1_buffer_record() invoke SSLErr bymiod2014-05-261-20/+12
* Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofjsing2014-05-251-5/+0
* Stop pulling pqueue.h into ssl_locl.h since only a small part of libssljsing2014-05-221-0/+2
* Make sure ssl3_setup_buffers() does not return upon error with a freedmiod2014-05-181-7/+7
* No longer make pqueue.h a public (and installed) header file. Replace itsmiod2014-05-151-1/+0
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-4/+2