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