Age | Commit message (Expand) | Author |
22 hours | Disable small builtin curves | Theo Buehler |
40 hours | Simplify endian handling in SHA-3. | Joel Sing |
43 hours | Further refactoring of the wNAF code | Theo Buehler |
2 days | Drop bn is zero special case | Theo Buehler |
2 days | Further simplify after dropping wNAF modification | Theo Buehler |
2 days | Ditch the wNAF modification | Theo Buehler |
3 days | Comment tweak from jsing with another tweak by me | Theo Buehler |
3 days | Stop using BIGNUM internals, add some clarifying comments | Theo Buehler |
3 days | Rewrite the crazy while loop into a for loop | Theo Buehler |
3 days | First pass over compute_wNAF() | Theo Buehler |
3 days | Swap the order of m and n in ec_wNAF_precompute() | Theo Buehler |
3 days | Split two helpers out of ec_wNAF_mul() | Theo Buehler |
3 days | Rename curve_name into nid | Theo Buehler |
3 days | Use OPENSSL_EC_EXPLICIT_CURVE rather than 0 | Theo Buehler |
3 days | Bring the weird msgbuf_free() into a slightly more usual form | Theo Buehler |
3 days | Fix NULL deref in msgbuf_free() | Theo Buehler |
3 days | Garbage collect the now unused totalnum | Theo Buehler |
3 days | Move wNAF[], wNAF_len[], wsize[] to the stack | Theo Buehler |
3 days | Change 0 - digit to -digit | Theo Buehler |
3 days | Rename val_sub[] into row[] and move it to the stack | Theo Buehler |
4 days | ec_wNAF_mul(): lose two levels of indentation | Theo Buehler |
4 days | ec_wNAF_mul(): remove r_is_at_infinity silliness | Theo Buehler |
4 days | Bump libutil major | Claudio Jeker |
4 days | Update ibuf and imsg manpage to include all new functions. | Claudio Jeker |
4 days | Add ibuf_read and msgbuf_read to read from a socket and msgbuf_get | Claudio Jeker |
4 days | Make struct msgbuf opaque. Introduce msgbuf_new() and msgbuf_free() for that. | Claudio Jeker |
4 days | Remove fd from struct msgbuf, instead pass the fd to imsg_write and | Claudio Jeker |
4 days | Reshuffle code and rename some internal functions. | Claudio Jeker |
4 days | Retire ibuf_add_buf, replaced by better named ibuf_add_ibuf | Claudio Jeker |
4 days | Only ldapd tried to handle fd exhaustion during imsg fd passing. | Claudio Jeker |
4 days | Adjust imsgbuf_read to return an int with either 1, 0 or -1. | Claudio Jeker |
4 days | Introduce imsgbuf_queuelen() which returns the number | Claudio Jeker |
4 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush | Claudio Jeker |
4 days | Simplify imsg_write, msgbuf_write and ibuf_write return codes. | Claudio Jeker |
4 days | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
4 days | imsg_flush() should retry the write on EAGAIN errors. | Claudio Jeker |
4 days | Refine imsg_forward(), do not close fd, just don't forward it. | Claudio Jeker |
4 days | Use ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs. | Claudio Jeker |
4 days | Allow 0 sized ibuf_open() and mark stack buffers by setting the fd to -2. | Claudio Jeker |
4 days | nline ibuf_realloc() in ibuf_reserve() it is the only | Claudio Jeker |
4 days | Add ibuf_get_string() to the ibuf API (used by bgpd and xlockmore) | Claudio Jeker |
4 days | Let the user provide an alternative perfpolicy when on battery | Jeremie Courreges-Anglas |
8 days | ec_lib: zap a useless comment | Theo Buehler |
8 days | Minor simplifications in ec_cmp() | Theo Buehler |
8 days | Rewrite EC_GROUP_cmp() | Theo Buehler |
9 days | Simplify signature of ec_wNAF_mul() | Theo Buehler |
9 days | Provide a SHA-256 assembly implementation for amd64 using SHA-NI. | Joel Sing |
9 days | Remove sha512-x86_64.pl. | Joel Sing |
9 days | Provide a replacement assembly implementation for SHA-512 on amd64. | Joel Sing |
9 days | Add CPU capability detection for the Intel SHA extensions (aka SHA-NI). | Joel Sing |