summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
9 daysSpecify size for K256 symbol.Joel Sing
9 daysMerge ec_kmeth into ec_keyTheo Buehler
9 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
9 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
10 daysUse a better curve and a better hash for the ECDSA_do_sign() exampleTheo Buehler
10 daysec_mult: fix includesTheo Buehler
10 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
11 daysx509_policy.c: point at RFC 9618Theo Buehler
11 dayseck_prn: some more air to breatheTheo Buehler
11 dayseck_prn: fix includesTheo Buehler
11 daysec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
11 dayseck_prn: use group rather than x for an EC_GROUPTheo Buehler
11 dayseck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
11 dayseck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
11 dayseck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
11 dayseck_prn: shuffle printing functions into a better orderTheo Buehler
11 daysAES_{decrypt,encrypt}() don't return void internal functionTheo Buehler
12 daysThe subject of a certificate is not optionalTheo Buehler
12 daysUpdate libexpat to version 2.6.4.Alexander Bluhm
13 daysLink the new manual page EVP_PKEY_new_CMAC_key(3) to the buildIngo Schwarze
13 daysDocument EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readersIngo Schwarze
13 daysAdd comment for crypto_cpu_caps_aarch64.Joel Sing
13 daysUse multipliers for stack offsets and tweak comment.Joel Sing
13 daysCheck the correct variable in cpuid().Joel Sing
13 daysGarbage collect a reference to ecp_mont.c, rewrap commentTheo Buehler
13 daysecp_methods.c: rewrap some linesTheo Buehler
13 daysLose the ugly GFp_simple_ and GFp_mont_ infixesTheo Buehler
13 daysMake ec_GFp_simple_* staticTheo Buehler
13 daysMerge ecp_mont.c into ecp_methods.cTheo Buehler
13 daysKNF nit for end of comment markerTheo Buehler
13 daysRename ecp_smpl.c to ecp_methods.cTheo Buehler
13 daysFix a brainfart that happened to me in 2020:Ingo Schwarze
2024-11-10Wrap comment badly mistreated by an autoformatter due to missing /*-Theo Buehler
2024-11-10Garbage collect an unused variableTheo Buehler
2024-11-09Mention the key lengths of some encryption algorithms.Ingo Schwarze