summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
6 hoursec_wNAF_mul(): remove r_is_at_infinity sillinessHEADmastercvs/HEADTheo Buehler
6 hoursBump libutil majorClaudio Jeker
7 hoursUpdate ibuf and imsg manpage to include all new functions.Claudio Jeker
7 hoursAdd ibuf_read and msgbuf_read to read from a socket and msgbuf_getClaudio Jeker
7 hoursMake struct msgbuf opaque. Introduce msgbuf_new() and msgbuf_free() for that.Claudio Jeker
7 hoursRemove fd from struct msgbuf, instead pass the fd to imsg_write andClaudio Jeker
7 hoursReshuffle code and rename some internal functions.Claudio Jeker
7 hoursRetire ibuf_add_buf, replaced by better named ibuf_add_ibufClaudio Jeker
7 hoursOnly ldapd tried to handle fd exhaustion during imsg fd passing.Claudio Jeker
7 hoursAdjust imsgbuf_read to return an int with either 1, 0 or -1.Claudio Jeker
7 hoursIntroduce imsgbuf_queuelen() which returns the numberClaudio Jeker
7 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flushClaudio Jeker
7 hoursSimplify imsg_write, msgbuf_write and ibuf_write return codes.Claudio Jeker
7 hoursIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
7 hoursimsg_flush() should retry the write on EAGAIN errors.Claudio Jeker
7 hoursRefine imsg_forward(), do not close fd, just don't forward it.Claudio Jeker
7 hoursUse ibuf_fd_set() and ibuf_fd_get() to handle the fd passing in imsgs.Claudio Jeker
8 hoursAllow 0 sized ibuf_open() and mark stack buffers by setting the fd to -2.Claudio Jeker
8 hoursnline ibuf_realloc() in ibuf_reserve() it is the onlyClaudio Jeker
8 hoursAdd ibuf_get_string() to the ibuf API (used by bgpd and xlockmore)Claudio Jeker
8 hoursLet the user provide an alternative perfpolicy when on batteryJeremie Courreges-Anglas
4 daysec_lib: zap a useless commentTheo Buehler
4 daysMinor simplifications in ec_cmp()Theo Buehler
5 daysRewrite EC_GROUP_cmp()Theo Buehler
5 daysSimplify signature of ec_wNAF_mul()Theo Buehler
5 daysProvide a SHA-256 assembly implementation for amd64 using SHA-NI.Joel Sing
5 daysRemove sha512-x86_64.pl.Joel Sing
5 daysProvide a replacement assembly implementation for SHA-512 on amd64.Joel Sing
5 daysAdd CPU capability detection for the Intel SHA extensions (aka SHA-NI).Joel Sing
5 daysSpecify size for K256 symbol.Joel Sing
5 daysMerge ec_kmeth into ec_keyTheo Buehler
5 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
5 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
6 daysUse a better curve and a better hash for the ECDSA_do_sign() exampleTheo Buehler
6 daysec_mult: fix includesTheo Buehler
6 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
7 daysx509_policy.c: point at RFC 9618Theo Buehler
7 dayseck_prn: some more air to breatheTheo Buehler
7 dayseck_prn: fix includesTheo Buehler
7 daysec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
7 dayseck_prn: use group rather than x for an EC_GROUPTheo Buehler
7 dayseck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
7 dayseck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
7 dayseck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
7 dayseck_prn: shuffle printing functions into a better orderTheo Buehler
8 daysAES_{decrypt,encrypt}() don't return void internal functionTheo Buehler
9 daysThe subject of a certificate is not optionalTheo Buehler
9 daysUpdate libexpat to version 2.6.4.Alexander Bluhm
9 daysLink the new manual page EVP_PKEY_new_CMAC_key(3) to the buildIngo Schwarze
9 daysDocument EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readersIngo Schwarze