| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no | jsing | 2017-01-26 | 1 | -748/+0 |
* | Merge the client/server version negotiation into the existing (currently | jsing | 2017-01-26 | 1 | -6/+12 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -3/+3 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -12/+12 |
* | send state and rstate from ssl_st into internal. There are accessors | 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 | -43/+43 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -10/+10 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -32/+32 |
* | Remove now unused c2l, c2ln, l2c, n2l, l2cn and n2l3 macros. | jsing | 2016-12-30 | 1 | -2/+1 |
* | Convert certificate handshake message generation to CBB, with some clean | jsing | 2016-12-06 | 1 | -45/+45 |
* | Move handshake message header length determination into a separate | jsing | 2015-09-12 | 1 | -6/+7 |
* | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | jsing | 2015-09-11 | 1 | -3/+3 |
* | Shuffle the code in ssl3_send_finished() to make it more logical/readable. | jsing | 2015-09-11 | 1 | -9/+7 |
* | style(9), fix comments, wrap long lines and tweak whitespace. | jsing | 2015-09-11 | 1 | -31/+59 |
* | Convert dtls1_send_finished() and ssl3_send_finished() to | jsing | 2015-09-11 | 1 | -10/+5 |
* | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | doug | 2015-07-18 | 1 | -5/+1 |
* | test for n<0 before use in CBS_init - mostly to shut up coverity. | beck | 2015-07-15 | 1 | -2/+8 |
* | Partially convert ssl3_get_message to CBS. | doug | 2015-07-14 | 1 | -6/+15 |
* | Convert ssl3_get_finished to CBS. | doug | 2015-07-14 | 1 | -6/+9 |
* | Remove Microsoft Server Gated Crypto. | doug | 2015-06-18 | 1 | -15/+1 |
* | Factor out the init_buf initialisation code, rather than duplicating it | jsing | 2015-03-27 | 1 | -3/+22 |
* | unconditionally align SSL payloads | bcook | 2014-12-14 | 1 | -9/+5 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -9/+9 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 1 | -10/+1 |
* | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | jsing | 2014-12-10 | 1 | -2/+6 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 1 | -4/+1 |
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -3/+5 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-18 | 1 | -2/+1 |
* | Also check the result from final_finish_mac() against finish_mac_length in | jsing | 2014-09-22 | 1 | -19/+17 |
* | It is possible (although unlikely in practice) for peer_finish_md_len to | jsing | 2014-09-22 | 1 | -13/+11 |
* | Oops, revert changes commited by mistake. The previous commit was supposed | miod | 2014-08-07 | 1 | -9/+12 |
* | When you expect a function to return a particular value, don't put a comment | miod | 2014-08-07 | 1 | -12/+9 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -10/+1 |
* | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring | tedu | 2014-06-19 | 1 | -2/+2 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments | miod | 2014-05-31 | 1 | -8/+2 |
* | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | jsing | 2014-05-31 | 1 | -2/+0 |
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | jsing | 2014-05-30 | 1 | -2/+2 |
* | There is no point in checking if a pointer is non-NULL before calling free, | jsing | 2014-05-28 | 1 | -8/+4 |
* | Fix indentation, adding braces and combining a nested if to reduce depth | guenther | 2014-04-20 | 1 | -12/+14 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -4/+4 |
* | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | tedu | 2014-04-16 | 1 | -74/+4 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -354/+314 |
* | Flense a variety of windows support stuff, and a strange gettimeofday function. | beck | 2014-04-13 | 1 | -7/+0 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -6/+9 |
* | SECURITY fixes backported from openssl-1.0.1f. ok mikeb@ | jca | 2014-02-27 | 1 | -0/+7 |
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -1/+1 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -3/+33 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -62/+253 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -27/+14 |