summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-03-11Revert previous commit. The problem it was attempting to fix was alreadyDarren Tucker
2022-03-11Check for underflow as well as overflow when scaling negative numbers.Darren Tucker
2022-03-10unsusual -> unusualJonathan Gray
2022-03-09Update libexpat to 2.4.7. Relevant for OpenBSD are bug fixes #572Alexander Bluhm
2022-03-07bump for LibreSSL 3.5.1Brent Cook
2022-03-05Fix typo in commentBjorn Ketelaars
2022-03-04Document LOGIN_SETRTABLETheo Buehler
2022-03-03Pull a len == 0 check up before malloc(len) to avoid implementationTheo Buehler
2022-03-03Do not write out terminating NUL in i2a_ASN1_OBJECT()Theo Buehler
2022-03-02Unwrap a lineTheo Buehler
2022-03-02whitespaceTheo Buehler
2022-03-02Rewrite ASN1_OBJECT content to ascii/text conversion.Joel Sing
2022-03-01add rtable capability to login.conf.Ted Unangst
2022-02-28Remove unused ivbits argument from chacha_keysetup to match otherDarren Tucker
2022-02-26setuserenv: a missing /etc/login.conf file is not an error.Todd C. Miller
2022-02-26Currently malloc caches a number of free'ed regions up to 128kOtto Moerbeek
2022-02-25add setrtable to pledge("id"). from Matthew MartinTed Unangst
2022-02-24Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.Bob Beck
2022-02-24Remove accidentally committed debug code.Theo Buehler
2022-02-24Minor tweaksTheo Buehler
2022-02-24Add sanity checks on p and q in old_dsa_priv_decode()Theo Buehler
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2022-02-22Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236Alexander Bluhm
2022-02-22The include of sys/ktrace.h will require sys/types.h, so document this.Theo de Raadt
2022-02-21Factor out alert handing code in the legacy stack.Joel Sing
2022-02-21mutibyte -> multibyteJonathan Gray
2022-02-20Fix a buffer overread in OAEP padding removalTheo Buehler
2022-02-20sys/proc.h requires sys/signal.h (will become visible when sys/param.hTheo de Raadt
2022-02-19Remove references to performance issues caused by frequent memmove().Joel Sing
2022-02-19Reduce memmoves in memory BIOs.Joel Sing
2022-02-19certificiate -> certificateJonathan Gray
2022-02-19remove redundant swap encryption textJonathan Gray
2022-02-19Provide a struct bio_mem for memory BIO specific data.Joel Sing
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-18Clean up and simplify memory BIO code.Joel Sing
2022-02-18prefer https links in man pagesJonathan Gray
2022-02-18grammar/rewordJonathan Gray
2022-02-18grammarJonathan Gray
2022-02-14Revert change to ps for displaying chrooted process.Rob Pierce
2022-02-14Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,Philip Guenther
2022-02-13Handle the case in freechunks where not a single allocation has happened.Otto Moerbeek
2022-02-12Avoid potential single byte overread in asn1_parse2().Joel Sing
2022-02-12Limit OID text conversion to 64 bits per arc.Joel Sing
2022-02-11Fix length check of IP addresses for name constraintsTheo Buehler
2022-02-11Add missing error check for a2i_GENERAL_NAME()Theo Buehler
2022-02-11Fix a double free in v2i_NAME_CONSTRAINTS()Theo Buehler
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.Joel Sing
2022-02-11Fix typo in comment for f_favail.Todd C. Miller
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
2022-02-08Plug a long standing leak in libtls CRL handlingTheo Buehler