summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-01-24Avoid a four-byte overread in gcm_ghash_4bit_mmx() on i386Theo Buehler
2024-01-24Stop fiddling with hash table internals from lhash doall callers.Joel Sing
2024-01-24Make it safe to delete entries from an lhash doall callback.Joel Sing
2024-01-24Avoid a four byte overread in gcm_ghash_4bit() on amd64.Joel Sing
2024-01-23Update to zlib 1.3.1Theo Buehler
2024-01-22I forgot that chpass(1) and passwd(1) reach-around into libc forTheo de Raadt
2024-01-22make login.conf(5) and crypt_newhash(3) and the underlying codeTheo de Raadt
2024-01-22Similar to getpwnam(3) and getnetgrent(3), it is better to callTheo de Raadt
2024-01-22getpwnam(3) uses dbopen(3), which pulls all 3 database backends intoTheo de Raadt
2024-01-22When getpwnam(3) reaches out to YP, it calls clntudp_create(3) with aTheo de Raadt
2024-01-22Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals andTheo Buehler
2024-01-22Simplify history section to match what other manuals doTheo Buehler
2024-01-22Document various CMS_{signed,unsigned}_* functionsJob Snijders
2024-01-21update docs on madvise/msync/minherit behaviour in relation to immutable memo...Theo de Raadt
2024-01-21Static non-PIE binaries always have a base address of 0 (even if the ELFMark Kettenis
2024-01-21Add Xr mimmutable to manual pages which discuss immutable memory.Theo de Raadt
2024-01-21Sync with upstream as of Jan 20Theo Buehler
2024-01-21libz: sync with upstream's develop branch as of Jan 18Theo Buehler
2024-01-21Define HAVE_HIDDEN for libzTheo Buehler
2024-01-20Early during mimmutable(2) development, we had a big problem with theTheo de Raadt
2024-01-20Merge docs of crc32_combine_{gen,op} from zlib.hTheo Buehler
2024-01-19Make our mktemp(3) callback-driven and split into multiple files.Todd C. Miller
2024-01-19_execvesize.c is no longer generated to support pinsyscall(SYS_execveTheo de Raadt
2024-01-19Move mktemp.c to stdlib where it belongs.Todd C. Miller
2024-01-19Stop initializing pinsyscall(SYS_execve in static binaries that containTheo de Raadt
2024-01-19Define the IPv6 related attributes from RFC 2865.YASUOKA Masahiko
2024-01-18the warning about syscall going away is a bit dated now.Theo de Raadt
2024-01-18Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()Theo Buehler
2024-01-15Make sure to return a proper string in ai_canonname.Florian Obser
2024-01-14Tidy a few more includes in cms/Theo Buehler
2024-01-13Prepare for removing most of the X509_TRUST APITheo Buehler
2024-01-13Remove check{,obj_cleanup}_defer documentationTheo Buehler
2024-01-13Remove mention of a refcount bugTheo Buehler
2024-01-13BIO_f_ssl.3: Remove explicit library initializationTheo Buehler
2024-01-13Remove calls to OpenSSL_add_all_{ciphers,digests}()Theo Buehler
2024-01-13Move errno.h inclusion where it belongsTheo Buehler
2024-01-13Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()joshua
2024-01-13Prepare to remove the EVP_PKEY_meth_* APITheo Buehler
2024-01-13The OBJ_NAME API joins the party in evp_names.cTheo Buehler
2024-01-13Move EVP_add_{cipher,digest}() to the trashcanTheo Buehler
2024-01-13Open a garbage bin at the bottom of evp_names.cTheo Buehler
2024-01-13Remove obj_cleanup_deferTheo Buehler
2024-01-13Garbage collect check_defer()Theo Buehler
2024-01-13Neuter EVP_add_{cipher,digest}()Theo Buehler
2024-01-13Remove most of EVP_add_{cipher,digest}() internalsTheo Buehler
2024-01-13Remove OBJ_NAME_cleanup() calls from EVP_cleanup()Theo Buehler
2024-01-13Remove the guts of the OBJ_NAME APITheo Buehler
2024-01-13Stub out {OpenSSL,OPENSSL}_add*Theo Buehler
2024-01-13Reimplement EVP_get_{cipher,digest}byname()Theo Buehler
2024-01-13Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)Theo Buehler