Age | Commit message (Expand) | Author |
2020-09-21 | Fix some line wrapping and other whitespace issues. | Theo Buehler |
2020-09-21 | Move freeing and zeroing up to right after the while loop. | Theo Buehler |
2020-09-21 | allow DRM_IOCTL_GET_CLIENT with "drm" pledge | Jonathan Gray |
2020-09-20 | close stdout/stderr after "ssh -f ..." forking | Damien Miller |
2020-09-20 | Avoid memleak caused by shadowing | Theo Buehler |
2020-09-20 | KNF/whitespace nits | Theo Buehler |
2020-09-20 | Correct a 1 byte read overflow in x509_contraints_uri and add | Bob Beck |
2020-09-20 | Fix changed eap_parse signature. | tobhe |
2020-09-20 | As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. With | Theo Buehler |
2020-09-20 | Clear screen before redrawing the line with ^L, also in input mode. | Todd C. Miller |
2020-09-20 | Set `if_snd' queue maximum length to 1. This enforces calls of | mvs |
2020-09-20 | Document the public function SSL_set_SSL_CTX(3) from scratch, | Ingo Schwarze |
2020-09-20 | Add guards around SSL_get0_peername that were accidentally omitted. | Theo Buehler |
2020-09-20 | cap channel input buffer size at 16MB; avoids high memory use when | Damien Miller |
2020-09-20 | Fix a memory leak in x509_constraints_extract_names | Theo Buehler |
2020-09-19 | Add SHA2_384 and SHA2_512 to default proposals. | tobhe |
2020-09-19 | Fix frame pointer slot on aarch64 for functions that do not save callee | mortimer |
2020-09-19 | remove superfluous NULL check | Bob Beck |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-09-19 | Prepare to provide SSL_get0_peername | Theo Buehler |
2020-09-19 | Prepare to provide stubbed out versions for reading/writing 0-RTT data | Theo Buehler |
2020-09-19 | Prepare to provide SSL{,_CTX}_{get,set}_max_early_data | Theo Buehler |
2020-09-19 | Prepare to provide SSL_SESSION_{set,get}_max_early_data() | Theo Buehler |
2020-09-19 | sync | Theo Buehler |
2020-09-19 | Add a bsd.schema line to the example ldapd.conf | Theo Buehler |
2020-09-19 | Add a bsd.schema including a shadowPassword and an sshPublicKey | Theo Buehler |
2020-09-18 | fix typo in comment and trailing whitespace | Jasper Lievisse Adriaanse |
2020-09-18 | zap trailing whitespace; | Jason McIntyre |
2020-09-18 | various fixes; ok mpi | Jason McIntyre |
2020-09-18 | Fix memory leak in 'n->name'. | tobhe |
2020-09-18 | If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failure | Ingo Schwarze |
2020-09-18 | add forgotten link to newish page SSL_set1_host(3) | Ingo Schwarze |
2020-09-18 | Move variable declaration to beginning of scope in order to make this | Theo Buehler |
2020-09-18 | make this test compile and pass on sparc64 by moving variable declarations | Theo Buehler |
2020-09-18 | move variable declaration up to top to make this compile and pass | Theo Buehler |
2020-09-18 | Use void function argument to appease gcc 4.2.1 | Theo Buehler |
2020-09-18 | fix "warning: value computed is not used" | Theo Buehler |
2020-09-18 | fix "warning: function declaration isn't a prototype" | Theo Buehler |
2020-09-18 | Free buffer earlier to avoid confusing some compilers, GitHub issue | Nicholas Marriott |
2020-09-18 | Some other warnings, GitHub issue 2382. | Nicholas Marriott |
2020-09-18 | zap redundant line | Theo Buehler |
2020-09-18 | hook symbols test to regress | Theo Buehler |
2020-09-18 | Check availability of the symbols in Symbols.list | Theo Buehler |
2020-09-18 | Fix potential overflow in CN subject line parsing, thanks to | Bob Beck |
2020-09-18 | handle multiple messages in a single read() | Damien Miller |
2020-09-18 | tweak the client hostkey preference ordering algorithm to prefer the | Damien Miller |
2020-09-17 | document min/max/sum function | Jasper Lievisse Adriaanse |
2020-09-17 | With the multi rdomain support, slaacd now sees all icmpv6 packets and | Sebastien Marie |
2020-09-17 | Prepare to provide SSL_get_peer_tmp_key(). | Joel Sing |
2020-09-17 | Simplify SSL method lookups. | Joel Sing |