Age | Commit message (Expand) | Author |
2015-07-17 | extenstion -> extension | Miod Vallat |
2015-07-17 | Convert ssl_parse_serverhello_use_srtp_ext to CBS. | Doug Hogan |
2015-07-17 | Remove compat hack that disabled ECDHE-ECDSA on OS X. | Doug Hogan |
2015-07-17 | Remove workaround for TLS padding bug from SSLeay days. | Doug Hogan |
2015-07-16 | Bump LIBRESSL_VERSION defines. | Brent Cook |
2015-07-16 | Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string; | Miod Vallat |
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus |
2015-07-16 | remove the stubby not working mmaped file support. ok sthen (long ago) | Ted Unangst |
2015-07-16 | After reading a password with terminal echo off, restore the terminal to | Philip Guenther |
2015-07-16 | Explicitely cast a char into unsigned long before shifting it left by 24, for | Miod Vallat |
2015-07-16 | Check return value of all used functions in OCSP_REQUEST_print(); covers | Miod Vallat |
2015-07-16 | Make sure the `reject negative sizes' logic introduced in 1.34 is actually | Miod Vallat |
2015-07-15 | check n before cbs_init, coverity - ID 125063 | Bob Beck |
2015-07-15 | test for n<0 before use in CBS_init - mostly to shut up coverity. | Bob Beck |
2015-07-15 | Flense out dead code, we don't do ecdhe_clnt_cert. | Bob Beck |
2015-07-15 | Fix inverted test in previous. Commit message told what we intended, but | Miod Vallat |
2015-07-15 | Remove dead code. Coverity CID 21688 | Miod Vallat |
2015-07-15 | Fix two theoretical NULL pointer dereferences which can only happen if you | Miod Vallat |
2015-07-15 | Fix possible 32 byte buffer overrun, found by coverity, CID 78869 | Bob Beck |
2015-07-15 | Memory leak; Coverity CID 78836 | Miod Vallat |
2015-07-15 | Unchecked allocations, and make sure we do not leak upon error. Fixes | Miod Vallat |
2015-07-15 | Avoid leaking objects upon error; tweaks & ok doug@ | Miod Vallat |
2015-07-15 | Do not allow TS_check_signer_name() with signer == NULL from | Miod Vallat |
2015-07-15 | Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0, | Miod Vallat |
2015-07-15 | typo in manual page. | Igor Sobrado |
2015-07-15 | mention that swapctl(2) can also be used to retrieve statistics | Jasper Lievisse Adriaanse |
2015-07-14 | Fall back to scanning /dev if /var/run/dev.db does not exist. | Todd C. Miller |
2015-07-14 | The first argument to devname(3) should be dev_t, not int. | Todd C. Miller |
2015-07-14 | Partially convert ssl3_get_message to CBS. | Doug Hogan |
2015-07-14 | Convert dtls1_get_hello_verify to CBS. | Doug Hogan |
2015-07-14 | Convert ssl3_get_cipher_by_char to CBS. | Doug Hogan |
2015-07-14 | Convert ssl3_get_client_certificate to CBS. | Doug Hogan |
2015-07-14 | Convert ssl3_get_finished to CBS. | Doug Hogan |
2015-07-14 | Convert ssl_parse_clienthello_use_srtp_ext to CBS. | Doug Hogan |
2015-07-14 | Convert ssl3_get_cert_status to CBS. | Doug Hogan |
2015-07-14 | Convert ssl3_get_server_certificate to CBS. | Doug Hogan |
2015-07-13 | Do not write a warning to stderr if the db cannot be opened, just | Todd C. Miller |
2015-07-12 | Use memset instead of bzero for better portability. | Nicholas Marriott |
2015-07-11 | typo in embedded code block; from Ben Cornett | Theo de Raadt |
2015-07-07 | the C locale should contain only ASCII | semarie |
2015-07-07 | Skip mountpoint checking in case we only want the version or help | Antoine Jacoutot |
2015-07-07 | Unbreak option parsing: | Antoine Jacoutot |
2015-07-03 | bzero cmsgbuf before using it, silences valgrind warnings. | Bryan Steele |
2015-07-03 | static pie support for sparc. | Miod Vallat |
2015-07-03 | There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in | semarie |
2015-07-02 | remove new_categories variable from global. | semarie |
2015-06-29 | fix the build on arm after the recent addition of -Wundef | Jonathan Gray |
2015-06-28 | Convert ssl_bytes_to_cipher_list to CBS. | Doug Hogan |
2015-06-27 | Fix pointer to unsigned long conversion. | Doug Hogan |