| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check the return value of ASN1_STRING_set(), for it may fail to allocate | miod | 2015-07-18 | 2 | -6/+14 |
| * | Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. | doug | 2015-07-18 | 6 | -28/+22 |
| * | Fix leak found by coverity, issue 78897 - which also brough to | beck | 2015-07-18 | 3 | -25/+33 |
| * | delete doubled words; | schwarze | 2015-07-17 | 4 | -4/+4 |
| * | extenstion -> extension | miod | 2015-07-17 | 1 | -1/+1 |
| * | Convert ssl_parse_serverhello_use_srtp_ext to CBS. | doug | 2015-07-17 | 4 | -24/+34 |
| * | Remove compat hack that disabled ECDHE-ECDSA on OS X. | doug | 2015-07-17 | 10 | -208/+26 |
| * | Remove workaround for TLS padding bug from SSLeay days. | doug | 2015-07-17 | 12 | -74/+24 |
| * | Bump LIBRESSL_VERSION defines. | bcook | 2015-07-16 | 1 | -3/+7 |
| * | Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string; | miod | 2015-07-16 | 1 | -2/+4 |
| * | After reading a password with terminal echo off, restore the terminal to | guenther | 2015-07-16 | 1 | -6/+5 |
| * | Explicitely cast a char into unsigned long before shifting it left by 24, for | miod | 2015-07-16 | 1 | -2/+2 |
| * | Check return value of all used functions in OCSP_REQUEST_print(); covers | miod | 2015-07-16 | 1 | -5/+9 |
| * | Make sure the `reject negative sizes' logic introduced in 1.34 is actually | miod | 2015-07-16 | 1 | -3/+4 |
| * | check n before cbs_init, coverity - ID 125063 | beck | 2015-07-15 | 2 | -6/+18 |
| * | test for n<0 before use in CBS_init - mostly to shut up coverity. | beck | 2015-07-15 | 6 | -22/+66 |
| * | Flense out dead code, we don't do ecdhe_clnt_cert. | beck | 2015-07-15 | 4 | -374/+150 |
| * | Fix inverted test in previous. Commit message told what we intended, but | miod | 2015-07-15 | 1 | -2/+2 |
| * | Remove dead code. Coverity CID 21688 | miod | 2015-07-15 | 1 | -4/+1 |
| * | Fix two theoretical NULL pointer dereferences which can only happen if you | miod | 2015-07-15 | 1 | -4/+9 |
| * | Fix possible 32 byte buffer overrun, found by coverity, CID 78869 | beck | 2015-07-15 | 1 | -2/+2 |
| * | Memory leak; Coverity CID 78836 | miod | 2015-07-15 | 1 | -6/+8 |
| * | Unchecked allocations, and make sure we do not leak upon error. Fixes | miod | 2015-07-15 | 1 | -21/+36 |
| * | Avoid leaking objects upon error; tweaks & ok doug@ | miod | 2015-07-15 | 1 | -18/+18 |
| * | Do not allow TS_check_signer_name() with signer == NULL from | miod | 2015-07-15 | 1 | -1/+4 |
| * | Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0, | miod | 2015-07-15 | 1 | -1/+3 |
| * | Partially convert ssl3_get_message to CBS. | doug | 2015-07-14 | 2 | -12/+30 |
| * | Convert dtls1_get_hello_verify to CBS. | doug | 2015-07-14 | 2 | -34/+46 |
| * | Convert ssl3_get_cipher_by_char to CBS. | doug | 2015-07-14 | 2 | -4/+16 |
| * | Convert ssl3_get_client_certificate to CBS. | doug | 2015-07-14 | 2 | -30/+38 |
| * | Convert ssl3_get_finished to CBS. | doug | 2015-07-14 | 2 | -12/+18 |
| * | Convert ssl_parse_clienthello_use_srtp_ext to CBS. | doug | 2015-07-14 | 4 | -84/+50 |
| * | Convert ssl3_get_cert_status to CBS. | doug | 2015-07-14 | 2 | -34/+52 |
| * | Convert ssl3_get_server_certificate to CBS. | doug | 2015-07-14 | 2 | -34/+36 |
| * | fix the build on arm after the recent addition of -Wundef | jsg | 2015-06-29 | 1 | -2/+2 |
| * | Convert ssl_bytes_to_cipher_list to CBS. | doug | 2015-06-28 | 4 | -20/+40 |
| * | Fix pointer to unsigned long conversion. | doug | 2015-06-27 | 2 | -5/+7 |
| * | Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL. | jsing | 2015-06-24 | 1 | -3/+2 |
| * | Stop using BUF_memdup() within the LibreSSL code base - it is correctly | jsing | 2015-06-24 | 4 | -12/+14 |
| * | Change CBS_dup() to also sync the offset. | doug | 2015-06-23 | 2 | -2/+4 |
| * | Check for failure with CBB_init() in bs_ber.c. | doug | 2015-06-21 | 2 | -4/+6 |
| * | Convert ssl3_get_new_session_ticket to CBS. | doug | 2015-06-20 | 2 | -48/+48 |
| * | Convert ssl3_get_next_proto to CBS. | doug | 2015-06-20 | 2 | -28/+38 |
| * | Convert ssl_parse_serverhello_renegotiate_ext to CBS. | doug | 2015-06-20 | 4 | -38/+42 |
| * | Handle NIST curve names. | jsing | 2015-06-20 | 1 | -2/+4 |
| * | Have ECPKParameters_print() include the NIST curve name, if known. | jsing | 2015-06-20 | 1 | -1/+10 |
| * | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). | jsing | 2015-06-20 | 2 | -2/+57 |
| * | Make SSL_OP_ALL readable. | jsing | 2015-06-20 | 2 | -4/+18 |
| * | Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL. | jsing | 2015-06-20 | 1 | -1/+3 |
| * | Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp(). | jsing | 2015-06-20 | 3 | -6/+6 |