Age | Commit message (Expand) | Author |
2017-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |
2017-02-05 | Define values for SSL_CTRL_SET_GROUPS{,_LIST} and wire them up to the | Joel Sing |
2017-02-05 | Kill leak introduced with refactor | Bob Beck |
2017-02-02 | fix a comment and rm some dead code as a result of the previous diff | Otto Moerbeek |
2017-02-01 | Let realloc handle and produce moved pointers for allocations between | Otto Moerbeek |
2017-01-31 | tweak previous; | Jason McIntyre |
2017-01-31 | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | Bob Beck |
2017-01-31 | Disable client-initiated renegotiation for libtls servers. | Joel Sing |
2017-01-31 | Provide an SSL_OP_NO_CLIENT_RENEGOTIATION option that disallows | Joel Sing |
2017-01-31 | LibreSSL : Truncated packet could crash via OOB read | Kinichiro Inoguchi |
2017-01-31 | Document functions returning standard moduli for DH key exchange. | Ingo Schwarze |
2017-01-30 | tweak previous; | Jason McIntyre |
2017-01-30 | Document BN_set_flags(3) and BN_get_flags(3). | Ingo Schwarze |
2017-01-29 | Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3), | Ingo Schwarze |
2017-01-29 | remove unused variables | Charles Longeau |
2017-01-29 | return the sio_open notes to the audio section; from michael reed | Jason McIntyre |
2017-01-29 | Marko Kreen contributed significantly to the ocsp stuff for libtls | Bob Beck |
2017-01-29 | Move the ocsp staple to being part of the keypair structure internally, | Bob Beck |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-29 | Put comment back in the right place. | Joel Sing |
2017-01-29 | Avoid clearing the mac_packet flag in the wrong place. | Joel Sing |
2017-01-28 | add HISTORY and AUTHORS | Ingo Schwarze |
2017-01-27 | Fix Copyright notices; ok beck@ jsing@ tedu@ | Ingo Schwarze |
2017-01-27 | new sentence, new line | Ingo Schwarze |
2017-01-27 | More s/OSCP/OCSP/ typos | Tom Cosgrove |
2017-01-26 | fix Dt; | Jason McIntyre |
2017-01-26 | Use a flag to track when we need to call SSL_shutdown(). This avoids an | Joel Sing |
2017-01-26 | Bump TLS_API due to new features being added earlier this week. | Joel Sing |
2017-01-26 | Bump libtls minor due to symbol additions earlier this week. | Joel Sing |
2017-01-26 | knf | Bob Beck |
2017-01-26 | Convert ssl3_get_client_hello() to CBS. | Joel Sing |
2017-01-26 | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | Bob Beck |
2017-01-26 | Hide SSLerr() under #ifndef LIBRESSL_INTERNAL since we shouldn't be | 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 | Merge the single two line function from ssl_err2.c into ssl_err.c. | Joel Sing |
2017-01-26 | english is hard. | Bob Beck |
2017-01-26 | Limit the number of sequential empty records that we will process | Bob Beck |
2017-01-26 | Refactor the code to generate a WANT_READ into a function, as we are | Bob Beck |
2017-01-26 | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | Joel Sing |
2017-01-26 | Move relatively new version range code from ssl_lib.c into a separate | Joel Sing |
2017-01-26 | Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no | Joel Sing |
2017-01-26 | Merge the client/server version negotiation into the existing (currently | Joel Sing |
2017-01-26 | Document ERR_load_BN_strings(3). | Ingo Schwarze |
2017-01-26 | Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault | Joel Sing |
2017-01-26 | Remove a sess_cert reference from a comment in the public header. | Joel Sing |
2017-01-25 | split the tls_init(3) that had grown fat to allow healthy future growth; | Ingo Schwarze |
2017-01-25 | document BN_asc2bn(3); | Ingo Schwarze |
2017-01-25 | Limit enabled version range by the versions configured on the SSL_CTX/SSL, | Joel Sing |
2017-01-25 | __errno() returns a 32-bit pointer, so make sure we write a 32-bit | Patrick Wildt |
2017-01-25 | Change the SSL_IS_DTLS() macro to check the version, rather than using a | Joel Sing |