Age | Commit message (Expand) | Author |
2017-04-05 | Not all devices support mmap, document EINVAL in this case too. | Todd C. Miller |
2017-04-05 | Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain | Bob Beck |
2017-04-05 | Internal changes to allow for relayd engine privsep. sends the hash of the | Bob Beck |
2017-04-04 | tweak previous; | Jason McIntyre |
2017-04-03 | Add caveat telling it's better to always read a data byte when passing | Otto Moerbeek |
2017-04-03 | Fix silly code that printfs NULL when there are no fractional seconds | Bob Beck |
2017-03-29 | rephrase more enumerations of functions | Otto Moerbeek |
2017-03-29 | The hppa version of as(1) requires whitespace before a .file directive, | Theo de Raadt |
2017-03-29 | tweak previous; | Jason McIntyre |
2017-03-28 | Fix typo in function name; | Ingo Schwarze |
2017-03-28 | After i wrote SSL_renegotiate(3) from scratch, OpenSSL also | Ingo Schwarze |
2017-03-28 | small cleanup & optimization; ok deraadt@ millert@ | Otto Moerbeek |
2017-03-28 | Document the mcast pledge(2) as an addition to inet. | Alexander Bluhm |
2017-03-27 | reinstate the capitalisation from previous, as advised by schwarze; | Jason McIntyre |
2017-03-26 | Use .file to convince 'as' to generate proper FILE symbols in the syscall | Philip Guenther |
2017-03-26 | tweak previous; | Jason McIntyre |
2017-03-26 | Stop enumeration all allocation functions, just say "allocation functions" | Otto Moerbeek |
2017-03-26 | merge new UI documentation from OpenSSL | Ingo Schwarze |
2017-03-25 | document X509_Digest(3) and friends; | Ingo Schwarze |
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 |