| Commit message (Expand) | Author | Age | Files | Lines |
* | Send SSL_AD_DECODE alerts in the case of a bad hello request or an | tb | 2018-12-03 | 1 | -7/+7 |
* | Make more of libssl's record layer state internal. | jsing | 2018-10-24 | 1 | -18/+18 |
* | unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE. | jsing | 2018-08-24 | 1 | -21/+2 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -10/+10 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -21/+21 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -21/+21 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | jsing | 2017-01-26 | 1 | -3/+3 |
* | Provide ssl3_packet_read() and ssl3_packet_extend() functions that improve | jsing | 2017-01-25 | 1 | -19/+12 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -4/+4 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -5/+5 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -18/+18 |
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -8/+8 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -50/+50 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -26/+26 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -5/+5 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -46/+46 |
* | Move most of DTLS1_STATE to internal. | beck | 2017-01-22 | 1 | -60/+60 |
* | Make do_dtls1_write() static to d1_pkt.c and delete declarations for | guenther | 2016-11-04 | 1 | -1/+5 |
* | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | jsing | 2015-09-11 | 1 | -2/+2 |
* | Remove support for DTLS_BAD_VER. We do not support non-standard and | jsing | 2015-09-10 | 1 | -8/+1 |
* | Assign p to CBS_data since it is used later. | doug | 2015-07-19 | 1 | -2/+3 |
* | Convert dtls1_get_message_header to CBS and change to int. | doug | 2015-07-18 | 1 | -2/+3 |
* | Convert dtls1_get_record to CBS. | doug | 2015-07-18 | 1 | -21/+28 |
* | Remove repeated code in dtls1_get_record. | doug | 2015-07-18 | 1 | -40/+16 |
* | KNF whitespace. | doug | 2015-06-17 | 1 | -15/+16 |
* | Fix bad indenting in LibreSSL. | doug | 2015-06-13 | 1 | -2/+2 |
* | Jettison DTLS over SCTP. | jsing | 2015-02-09 | 1 | -88/+1 |
* | Fix DTLS memory leak (CVE-2015-0206).libressl-v2.1.3 | doug | 2015-01-21 | 1 | -9/+23 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -15/+15 |
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -4/+7 |
* | Avoid a NULL pointer dereference that can be triggered by | jsing | 2014-10-22 | 1 | -2/+2 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-18 | 1 | -3/+2 |
* | Oops, revert changes commited by mistake. The previous commit was supposed | miod | 2014-08-07 | 1 | -4/+2 |
* | When you expect a function to return a particular value, don't put a comment | miod | 2014-08-07 | 1 | -2/+4 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -25/+3 |
* | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | miod | 2014-07-09 | 1 | -2/+2 |
* | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring | tedu | 2014-06-19 | 1 | -2/+2 |
* | Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(), | jsing | 2014-06-15 | 1 | -2/+2 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | Disable TLS support... | jsing | 2014-06-11 | 1 | -2/+0 |
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -146/+0 |
* | While working on another diff I ended up looking to see why on earth the | jsing | 2014-05-30 | 1 | -39/+5 |
* | There is no point in checking if a pointer is non-NULL before calling free, | jsing | 2014-05-28 | 1 | -4/+2 |
* | Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-culted | miod | 2014-05-27 | 1 | -3/+2 |
* | Make sure all error paths in dtls1_buffer_record() invoke SSLErr by | miod | 2014-05-26 | 1 | -20/+12 |
* | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | jsing | 2014-05-25 | 1 | -5/+0 |
* | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | jsing | 2014-05-22 | 1 | -0/+2 |
* | Make sure ssl3_setup_buffers() does not return upon error with a freed | miod | 2014-05-18 | 1 | -7/+7 |
* | No longer make pqueue.h a public (and installed) header file. Replace its | miod | 2014-05-15 | 1 | -1/+0 |
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 1 | -4/+2 |