Age | Commit message (Expand) | Author |
2017-02-23 | SHA-1 collisions have now been found so update some man pages. As noted by | Daniel Dickman |
2017-02-23 | Replace use of mathematical minus with an em-dash (from tb@) and break up | Daniel Dickman |
2017-02-23 | Put a common subq pointer in the query struct, rather than one in each | Eric Faurot |
2017-02-22 | The assembly for sigprocmask(2) had a tiny typo which made it jump to | Patrick Wildt |
2017-02-21 | missing breaks | Eric Faurot |
2017-02-21 | Remove STREEBOG 512 as a TLS MAC since there are currently no cipher suites | Joel Sing |
2017-02-21 | Report the errno set by getifaddrs(3) if the setup for AI_ADDRCONFIG fails, | Eric Faurot |
2017-02-21 | don;t end Nd with a full stop; | Jason McIntyre |
2017-02-20 | Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use, | Bob Beck |
2017-02-20 | spelling fix; | Jason McIntyre |
2017-02-20 | document tls_config_error(3) RETURN VALUES, improve what is said | Ingo Schwarze |
2017-02-20 | __tfork(3) returns the thread ID of the new thread in x0, not x1. The | Patrick Wildt |
2017-02-19 | Move static variables from .data to .bss by not initializing them to zero | Philip Guenther |
2017-02-19 | Use T_OPT instead of literal "41". | Jeremie Courreges-Anglas |
2017-02-18 | Use more specific error codes for invalid packets. | Eric Faurot |
2017-02-18 | Add EDNS0 support. | Jeremie Courreges-Anglas |
2017-02-17 | use common errnos instead of random strings as error indicators in | Eric Faurot |
2017-02-17 | Increase UDP packet buffer to 4096 bytes from 512. There are some really | Kenneth R Westerback |
2017-02-16 | clang is installed as cc and c++ there is no need to set CC and CXX to | Jonathan Gray |
2017-02-15 | Style improvement, no functional change. | Ingo Schwarze |
2017-02-15 | Avoid dereferencing a pointer when reporting an error about the same | Joel Sing |
2017-02-15 | Add a NULL test to wrterror() to avoid a NULL deref when called from a | Jonathan Gray |
2017-02-14 | Missing opening brace. Spotted by Hiltjo Posthuma. | Theo Buehler |
2017-02-14 | bump to 2.5.2 | Brent Cook |
2017-02-12 | malloc does not *need* to return page-aligned objects for size >= | Otto Moerbeek |
2017-02-09 | DES keys are not 7 days long. ok jsing@ | Darren Tucker |
2017-02-07 | Revert previous; the implementation is incorrect since it assumes that the | Joel Sing |
2017-02-07 | Add file and line to the LibreSSL error strings sine we are no longer in | Bob Beck |
2017-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |
2017-02-05 | Define values for SSL_CTRL_SET_GROUPS{,_LIST} and wire them up to the | Joel Sing |
2017-02-05 | Kill leak introduced with refactor | Bob Beck |
2017-02-02 | fix a comment and rm some dead code as a result of the previous diff | Otto Moerbeek |
2017-02-01 | Let realloc handle and produce moved pointers for allocations between | Otto Moerbeek |
2017-01-31 | tweak previous; | Jason McIntyre |
2017-01-31 | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | Bob Beck |
2017-01-31 | Disable client-initiated renegotiation for libtls servers. | Joel Sing |
2017-01-31 | Provide an SSL_OP_NO_CLIENT_RENEGOTIATION option that disallows | Joel Sing |
2017-01-31 | LibreSSL : Truncated packet could crash via OOB read | Kinichiro Inoguchi |
2017-01-31 | Document functions returning standard moduli for DH key exchange. | Ingo Schwarze |
2017-01-30 | tweak previous; | Jason McIntyre |
2017-01-30 | Document BN_set_flags(3) and BN_get_flags(3). | Ingo Schwarze |
2017-01-29 | Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3), | Ingo Schwarze |
2017-01-29 | remove unused variables | Charles Longeau |
2017-01-29 | return the sio_open notes to the audio section; from michael reed | Jason McIntyre |
2017-01-29 | Marko Kreen contributed significantly to the ocsp stuff for libtls | Bob Beck |
2017-01-29 | Move the ocsp staple to being part of the keypair structure internally, | Bob Beck |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-29 | Put comment back in the right place. | Joel Sing |
2017-01-29 | Avoid clearing the mac_packet flag in the wrong place. | Joel Sing |
2017-01-28 | add HISTORY and AUTHORS | Ingo Schwarze |