summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2022-02-08Change second argument of x25519_ge_scalarmult_base() fromTheo Buehler
2022-02-08Using FILL_KPROC() from sysctl.h after rev 1.223 requires a definitionJonathan Gray
2022-02-07Avoid a NULL dereference in BN_mod_exp2_mont()Theo Buehler
2022-02-07Check for zero modulus in BN_MONT_CTX_set().Theo Buehler
2022-02-06Remove i <= 0 checks from SSL_get_error()Joel Sing
2022-02-06Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.Joel Sing
2022-02-06remove please from manual pagesJonathan Gray
2022-02-05Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_Theo Buehler
2022-02-05Provide logbl(3) when long double is doubleGeorge Koehler
2022-02-05Bye bye S3I.Joel Sing
2022-02-04Bump libressl's version in pkgconfig to 2.0.0Theo Buehler
2022-02-04Remove a strange inheritance check from addr_validate_path_internal()Theo Buehler
2022-02-04Fix capitalization of ChaCha20Theo Buehler
2022-02-03Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that theTheo Buehler
2022-02-03Cleanup/simplify ssl_cert_type()Joel Sing
2022-02-01Provide our own signature padding defines.Joel Sing
2022-02-01Revise signer callback interface.Joel Sing
2022-01-31Inline RELOC_* into boot_md.c and simplify the code based on whatPhilip Guenther
2022-01-31Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.Alexander Bluhm
2022-01-29Add limits.h for INT_MAX in tls_signer.cKinichiro Inoguchi
2022-01-28Error check for sk_push in libsslKinichiro Inoguchi
2022-01-28Error check for sk_push in libsslKinichiro Inoguchi
2022-01-28Only memcpy() into imsg->data if datalen is not 0. Passing a NULL pointerClaudio Jeker
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-28Expose tls_signer_error()Joel Sing