Age | Commit message (Expand) | Author |
6 hours | ec_wNAF_mul(): remove r_is_at_infinity sillinessHEADmastercvs/HEAD | Theo Buehler |
6 hours | Bump libutil major | Claudio Jeker |
7 hours | Update ibuf and imsg manpage to include all new functions. | Claudio Jeker |
7 hours | Add ibuf_read and msgbuf_read to read from a socket and msgbuf_get | Claudio Jeker |
7 hours | Make struct msgbuf opaque. Introduce msgbuf_new() and msgbuf_free() for that. | Claudio Jeker |
7 hours | Remove fd from struct msgbuf, instead pass the fd to imsg_write and | Claudio Jeker |
7 hours | Reshuffle code and rename some internal functions. | Claudio Jeker |
7 hours | Retire ibuf_add_buf, replaced by better named ibuf_add_ibuf | Claudio Jeker |
7 hours | Only ldapd tried to handle fd exhaustion during imsg fd passing. | Claudio Jeker |
7 hours | Adjust imsgbuf_read to return an int with either 1, 0 or -1. | Claudio Jeker |
7 hours | Introduce imsgbuf_queuelen() which returns the number | Claudio Jeker |
7 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush | Claudio Jeker |
7 hours | Simplify imsg_write, msgbuf_write and ibuf_write return codes. | Claudio Jeker |
7 hours | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
7 hours | imsg_flush() should retry the write on EAGAIN errors. | Claudio Jeker |
7 hours | Refine imsg_forward(), do not close fd, just don't forward it. | Claudio Jeker |
7 hours | Use ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs. | Claudio Jeker |
8 hours | Allow 0 sized ibuf_open() and mark stack buffers by setting the fd to -2. | Claudio Jeker |
8 hours | nline ibuf_realloc() in ibuf_reserve() it is the only | Claudio Jeker |
8 hours | Add ibuf_get_string() to the ibuf API (used by bgpd and xlockmore) | Claudio Jeker |
8 hours | Let the user provide an alternative perfpolicy when on battery | Jeremie Courreges-Anglas |
4 days | ec_lib: zap a useless comment | Theo Buehler |
4 days | Minor simplifications in ec_cmp() | Theo Buehler |
5 days | Rewrite EC_GROUP_cmp() | Theo Buehler |
5 days | Simplify signature of ec_wNAF_mul() | Theo Buehler |
5 days | Provide a SHA-256 assembly implementation for amd64 using SHA-NI. | Joel Sing |
5 days | Remove sha512-x86_64.pl. | Joel Sing |
5 days | Provide a replacement assembly implementation for SHA-512 on amd64. | Joel Sing |
5 days | Add CPU capability detection for the Intel SHA extensions (aka SHA-NI). | Joel Sing |
5 days | Specify size for K256 symbol. | Joel Sing |
5 days | Merge ec_kmeth into ec_key | Theo Buehler |
5 days | Shuffle the global default_ec_key_meth down a few lines | Theo Buehler |
5 days | Move the default EC_KEY_METHOD to the end of the file | Theo Buehler |
6 days | Use a better curve and a better hash for the ECDSA_do_sign() example | Theo Buehler |
6 days | ec_mult: fix includes | Theo Buehler |
6 days | EC_KEY_copy() don't leave stale private keys in place | Theo Buehler |
7 days | x509_policy.c: point at RFC 9618 | Theo Buehler |
7 days | eck_prn: some more air to breathe | Theo Buehler |
7 days | eck_prn: fix includes | Theo Buehler |
7 days | ec_prn: use pkey rather than pk for an EC_KEY | Theo Buehler |
7 days | eck_prn: use group rather than x for an EC_GROUP | Theo Buehler |
7 days | eck_prn: use ec_key rather than x for an EC_KEY | Theo Buehler |
7 days | eck_prn: consistently use bio for a BIO rather than b and bp randomly | Theo Buehler |
7 days | eck_prn: sprinkle some empty lines and drop some parens for consistency | Theo Buehler |
7 days | eck_prn: shuffle printing functions into a better order | Theo Buehler |
8 days | AES_{decrypt,encrypt}() don't return void internal function | Theo Buehler |
9 days | The subject of a certificate is not optional | Theo Buehler |
9 days | Update libexpat to version 2.6.4. | Alexander Bluhm |
9 days | Link the new manual page EVP_PKEY_new_CMAC_key(3) to the build | Ingo Schwarze |
9 days | Document EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readers | Ingo Schwarze |