summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-16Adapt previous to extended-precision, and fix single-precision constants.Martynas Venckus
2015-07-16Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i),Martynas Venckus
2015-07-16remove the stubby not working mmaped file support. ok sthen (long ago)Ted Unangst
2015-07-16After reading a password with terminal echo off, restore the terminal toPhilip Guenther
2015-07-16Explicitely cast a char into unsigned long before shifting it left by 24, forMiod Vallat
2015-07-16Check return value of all used functions in OCSP_REQUEST_print(); coversMiod Vallat
2015-07-16Make sure the `reject negative sizes' logic introduced in 1.34 is actuallyMiod Vallat
2015-07-15check n before cbs_init, coverity - ID 125063Bob Beck
2015-07-15test for n<0 before use in CBS_init - mostly to shut up coverity.Bob Beck
2015-07-15Flense out dead code, we don't do ecdhe_clnt_cert.Bob Beck
2015-07-15Fix inverted test in previous. Commit message told what we intended, butMiod Vallat
2015-07-15Remove dead code. Coverity CID 21688Miod Vallat
2015-07-15Fix two theoretical NULL pointer dereferences which can only happen if youMiod Vallat
2015-07-15Fix possible 32 byte buffer overrun, found by coverity, CID 78869Bob Beck
2015-07-15Memory leak; Coverity CID 78836Miod Vallat
2015-07-15Unchecked allocations, and make sure we do not leak upon error. FixesMiod Vallat
2015-07-15Avoid leaking objects upon error; tweaks & ok doug@Miod Vallat
2015-07-15Do not allow TS_check_signer_name() with signer == NULL fromMiod Vallat
2015-07-15Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0,Miod Vallat
2015-07-15typo in manual page.Igor Sobrado
2015-07-15mention that swapctl(2) can also be used to retrieve statisticsJasper Lievisse Adriaanse
2015-07-14Fall back to scanning /dev if /var/run/dev.db does not exist.Todd C. Miller
2015-07-14The first argument to devname(3) should be dev_t, not int.Todd C. Miller
2015-07-14Partially convert ssl3_get_message to CBS.Doug Hogan
2015-07-14Convert dtls1_get_hello_verify to CBS.Doug Hogan
2015-07-14Convert ssl3_get_cipher_by_char to CBS.Doug Hogan
2015-07-14Convert ssl3_get_client_certificate to CBS.Doug Hogan
2015-07-14Convert ssl3_get_finished to CBS.Doug Hogan
2015-07-14Convert ssl_parse_clienthello_use_srtp_ext to CBS.Doug Hogan
2015-07-14Convert ssl3_get_cert_status to CBS.Doug Hogan
2015-07-14Convert ssl3_get_server_certificate to CBS.Doug Hogan
2015-07-13Do not write a warning to stderr if the db cannot be opened, justTodd C. Miller
2015-07-12Use memset instead of bzero for better portability.Nicholas Marriott
2015-07-11typo in embedded code block; from Ben CornettTheo de Raadt
2015-07-07the C locale should contain only ASCIIsemarie
2015-07-07Skip mountpoint checking in case we only want the version or helpAntoine Jacoutot
2015-07-07Unbreak option parsing:Antoine Jacoutot
2015-07-03bzero cmsgbuf before using it, silences valgrind warnings.Bryan Steele
2015-07-03static pie support for sparc.Miod Vallat
2015-07-03There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories insemarie
2015-07-02remove new_categories variable from global.semarie
2015-06-29fix the build on arm after the recent addition of -WundefJonathan Gray
2015-06-28Convert ssl_bytes_to_cipher_list to CBS.Doug Hogan
2015-06-27Fix pointer to unsigned long conversion.Doug Hogan
2015-06-24Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-06-24Stop using BUF_memdup() within the LibreSSL code base - it is correctlyJoel Sing
2015-06-23Add STANDARDS section; isblank(3) was specified in C99.Anthony J. Bentley
2015-06-23Change CBS_dup() to also sync the offset.Doug Hogan
2015-06-21Check for failure with CBB_init() in bs_ber.c.Doug Hogan
2015-06-21Just return if nmemb is 0. Avoids a NULL dereference and isTodd C. Miller