summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
22 hoursDisable small builtin curvesTheo Buehler
40 hoursSimplify endian handling in SHA-3.Joel Sing
43 hoursFurther refactoring of the wNAF codeTheo Buehler
2 daysDrop bn is zero special caseTheo Buehler
2 daysFurther simplify after dropping wNAF modificationTheo Buehler
2 daysDitch the wNAF modificationTheo Buehler
3 daysComment tweak from jsing with another tweak by meTheo Buehler
3 daysStop using BIGNUM internals, add some clarifying commentsTheo Buehler
3 daysRewrite the crazy while loop into a for loopTheo Buehler
3 daysFirst pass over compute_wNAF()Theo Buehler
3 daysSwap the order of m and n in ec_wNAF_precompute()Theo Buehler
3 daysSplit two helpers out of ec_wNAF_mul()Theo Buehler
3 daysRename curve_name into nidTheo Buehler
3 daysUse OPENSSL_EC_EXPLICIT_CURVE rather than 0Theo Buehler
3 daysBring the weird msgbuf_free() into a slightly more usual formTheo Buehler
3 daysFix NULL deref in msgbuf_free()Theo Buehler
3 daysGarbage collect the now unused totalnumTheo Buehler
3 daysMove wNAF[], wNAF_len[], wsize[] to the stackTheo Buehler
3 daysChange 0 - digit to -digitTheo Buehler
3 daysRename val_sub[] into row[] and move it to the stackTheo Buehler
4 daysec_wNAF_mul(): lose two levels of indentationTheo Buehler
4 daysec_wNAF_mul(): remove r_is_at_infinity sillinessTheo Buehler
4 daysBump libutil majorClaudio Jeker
4 daysUpdate ibuf and imsg manpage to include all new functions.Claudio Jeker
4 daysAdd ibuf_read and msgbuf_read to read from a socket and msgbuf_getClaudio Jeker
4 daysMake struct msgbuf opaque. Introduce msgbuf_new() and msgbuf_free() for that.Claudio Jeker
4 daysRemove fd from struct msgbuf, instead pass the fd to imsg_write andClaudio Jeker
4 daysReshuffle code and rename some internal functions.Claudio Jeker
4 daysRetire ibuf_add_buf, replaced by better named ibuf_add_ibufClaudio Jeker
4 daysOnly ldapd tried to handle fd exhaustion during imsg fd passing.Claudio Jeker
4 daysAdjust imsgbuf_read to return an int with either 1, 0 or -1.Claudio Jeker
4 daysIntroduce imsgbuf_queuelen() which returns the numberClaudio Jeker
4 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flushClaudio Jeker
4 daysSimplify imsg_write, msgbuf_write and ibuf_write return codes.Claudio Jeker
4 daysIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
4 daysimsg_flush() should retry the write on EAGAIN errors.Claudio Jeker
4 daysRefine imsg_forward(), do not close fd, just don't forward it.Claudio Jeker
4 daysUse ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs.Claudio Jeker
4 daysAllow 0 sized ibuf_open() and mark stack buffers by setting the fd to -2.Claudio Jeker
4 daysnline ibuf_realloc() in ibuf_reserve() it is the onlyClaudio Jeker
4 daysAdd ibuf_get_string() to the ibuf API (used by bgpd and xlockmore)Claudio Jeker
4 daysLet the user provide an alternative perfpolicy when on batteryJeremie Courreges-Anglas
8 daysec_lib: zap a useless commentTheo Buehler
8 daysMinor simplifications in ec_cmp()Theo Buehler
8 daysRewrite EC_GROUP_cmp()Theo Buehler
9 daysSimplify signature of ec_wNAF_mul()Theo Buehler
9 daysProvide a SHA-256 assembly implementation for amd64 using SHA-NI.Joel Sing
9 daysRemove sha512-x86_64.pl.Joel Sing
9 daysProvide a replacement assembly implementation for SHA-512 on amd64.Joel Sing
9 daysAdd CPU capability detection for the Intel SHA extensions (aka SHA-NI).Joel Sing