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