Age | Commit message (Expand) | Author |
2017-03-08 | Correct arm64 sigprocmask parameter passing in setjmp/longjmp calls. | Dale Rahn |
2017-03-07 | If tcsetpgrp() is called by a background process and there is a | Todd C. Miller |
2017-03-07 | Correctly handle TLS PRF with MD5+SHA1 - the secret has to be partitioned | Joel Sing |
2017-03-07 | Some tweaks from jmc@ and describe better what recallocarray does; | Otto Moerbeek |
2017-03-06 | recallocarray bump | Otto Moerbeek |
2017-03-06 | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | Otto Moerbeek |
2017-03-06 | size is unsigned so using ==0 not <=0 when checking for buffer exhaustion | Todd C. Miller |
2017-03-06 | Pull in a change from the bind 8 resolver that fixes a potential | Todd C. Miller |
2017-03-06 | Clean up and simplify the tls1_PRF() implementation now that we have a | Joel Sing |
2017-03-05 | Correctly convert an SSLv2 challenge into an SSLv3/TLS client random by | Joel Sing |
2017-03-05 | Provide a rolling handshake hash that commences as soon as the cipher | Joel Sing |
2017-03-05 | Convert various handshake message generation functions to CBB. | Joel Sing |
2017-03-04 | Drop the second argument of dtls1_set_message_header() and make it a void | Joel Sing |
2017-03-04 | Call ssl3_handshake_write() instead of ssl3_do_write() - this was missed | Joel Sing |
2017-03-03 | Ensure MD and key initialized before processing HMAC | Kinichiro Inoguchi |
2017-03-02 | document EPERM error when connect(2)ing. | Sebastian Benoit |
2017-03-02 | fix error in Dt; from robert klein | Jason McIntyre |
2017-03-01 | Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1(). | Joel Sing |
2017-03-01 | Include EVP_md5_sha1() via OpenSSL_add_all_digests(). | Joel Sing |
2017-02-28 | Bump minors due to symbol addition. | Joel Sing |
2017-02-28 | Document EVP_md5_sha1(). | Joel Sing |
2017-02-28 | Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are | Joel Sing |
2017-02-28 | Fix typo in issuingDistributionPoint description. | Joel Sing |
2017-02-28 | Stop pretending that MD5 and SHA1 might not exist - rather than locating | Joel Sing |
2017-02-27 | use Dv, for consistency; from bruno flueckiger | Jason McIntyre |
2017-02-27 | Add support for RES_USE_DNSSEC | Jeremie Courreges-Anglas |
2017-02-27 | Recognize and allow bits AD and CD in DNS replies. | Jeremie Courreges-Anglas |
2017-02-27 | Put a common flags field in the query struct, rather than in some | Jeremie Courreges-Anglas |
2017-02-27 | RELRO means the __{got,plt}_{start,end} symbols are superfluous | Philip Guenther |
2017-02-26 | Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC() | Mark Kettenis |
2017-02-26 | Use a long branch (using movw/movt) to implement MD_SECT_CALL_FUNC. | Mark Kettenis |
2017-02-25 | Provide libc++abi as shared library as well. Discussed and requested | Patrick Wildt |
2017-02-24 | Add the following root CAs, from SECOM Trust Systems / Security Communication | Stuart Henderson |
2017-02-23 | The assembly for sigpending(2) wasn't correctly implemented either. I | Patrick Wildt |
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 |