summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-03-25document the public function X509_cmp_time(3);Ingo Schwarze
2017-03-25correct RETURN VALUES;Ingo Schwarze
2017-03-25fix two more prototypes;Ingo Schwarze
2017-03-25correct prototypes;Ingo Schwarze
2017-03-25complete description of RETURN VALUES;Ingo Schwarze
2017-03-25minimal stub-quality documentation of EVP_MD_CTX_ctrl(3);Ingo Schwarze
2017-03-25OpenSSL documented the public function BIO_printf(3) (and friends)Ingo Schwarze
2017-03-25document ASN1_tag2str(3); from OpenSSL commit 9e183d22Ingo Schwarze
2017-03-25Update RFC reference for TLSEXT_TYPE_padding.Joel Sing
2017-03-25Check tls1_PRF() return value in tls1_generate_master_secret().Joel Sing
2017-03-25More cleanup for tls1_PRF()/tls1_P_hash() - change the argument order ofJoel Sing
2017-03-24add a helper function to print all pools #ifdef MALLOC_STATSOtto Moerbeek
2017-03-24document new recallocarray diagnostic; zap a few diagnostics that shouldOtto Moerbeek
2017-03-24move recallocarray to malloc.c andOtto Moerbeek
2017-03-24Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former areNicholas Marriott
2017-03-23mkdir(2) and mkdirat(2) can also fail with EACCESS if write permissionTodd C. Miller
2017-03-22Provide the necessary weak alias for fpgetround(). Delete the obsoletePhilip Guenther
2017-03-22Use the hidden aliases to avoid PLT entries for {,_}{set,long}jmpPhilip Guenther
2017-03-20Generate the bogus challenge using arc4random_buf(3) instead of readingTheo Buehler
2017-03-20use explicit_bzero. one from Ricardo Mestre plus two more.Ted Unangst
2017-03-19Stop setting the second register; it's unnecessary on 64bit archsPhilip Guenther
2017-03-18Simplify fork/vfork logic: the kernel has handled returning zero in the childMark Kettenis
2017-03-18Use the userspace-visible thread register directly in __cerror insteadMark Kettenis
2017-03-18Fewer magic numbers.Joel Sing
2017-03-18t1_enc.cJoel Sing
2017-03-18Currently tls1_PRF() requires that a temporary buffer be provided, thatJoel Sing
2017-03-18Make brk(2) actually work and sync the brk()/sbrk() implementation with arm,Mark Kettenis
2017-03-18Use recallocarray() to avoid leaving detritus in memory when resizingTheo de Raadt
2017-03-17remove unneccessary macro;Jason McIntyre
2017-03-17Strengthen description of recallocarray(3) behaviour, hoping that readersTheo de Raadt
2017-03-17Use recallocarray() to avoid leaving detritus in memory when resizingTodd C. Miller
2017-03-17recallocarray() the string buffer, to avoid leaving such contentsTheo de Raadt
2017-03-17Use recallocarray() to avoid leaving detritus in memory when resizingTheo de Raadt
2017-03-17Grow buffers using recallocarray, to avoid the potential dribble thatTheo de Raadt
2017-03-16sync the vfs bits as best i can;Jason McIntyre
2017-03-16Only reallocate the buffer to fit for medium-size allocations whereTodd C. Miller
2017-03-16bit more consistent;Jason McIntyre
2017-03-16When reallocating the buffer for asprintf(), just round up to theTodd C. Miller
2017-03-16Convert BUF_MEM_grow() and BUF_MEM_grow_clean() to recallocarray(),Joel Sing
2017-03-16Use calloc() instead of malloc() followed by manually zeroing fields.Joel Sing
2017-03-16Fix overly-conservative overflow checks on mulitplications and add checksDarren Tucker
2017-03-15use recallocarray to resize buffer - ensures that detritus from previousTheo de Raadt
2017-03-15Collapse underflow and overflow checks into a single block.Darren Tucker
2017-03-15Catch integer underflow in scan_scaled reported by Nicolas Iooss.Darren Tucker
2017-03-14Use a macro for the initial length of the buffer instead of 127; OK deraadt@Todd C. Miller
2017-03-14don't need to handle the malloc case special, since realloc worksTheo de Raadt
2017-03-13- no KERN_RND: from schwarzeJason McIntyre
2017-03-13for each sysctl name, attach the variable name as seen by sysctl(8);Jason McIntyre
2017-03-11fix signed integer overflow in scan_scaled. Found by Nicolas IoossDamien Miller
2017-03-11shuffle back: wxabort is described in sysctl(3);Jason McIntyre