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