summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-19syncTheo de Raadt
2023-12-19the 4th argument of pinsyscalls() is now "number of pin elements",Theo de Raadt
2023-12-19sort -C, and add to usage(); ok djmJason McIntyre
2023-12-19pinsyscalls(2) has changed a little bit, and I can provide more adviceTheo de Raadt
2023-12-19correct section numbers; from Ed MasteDamien Miller
2023-12-19correct alignment placementTheo de Raadt
2023-12-19soreceive() must not hold mutex when calling sblock().Alexander Bluhm
2023-12-18Rephrase some warnings related to ManifestsJob Snijders
2023-12-18cmac: use block_size rather than blTheo Buehler
2023-12-18correct section the SYS_kbind syscall pin record goes intoTheo de Raadt
2023-12-18Add a family argument to host(). This allows us to force a specific addressMartijn van Duren
2023-12-18Fix copy-paste error for setting source-address in trap receiver.Martijn van Duren
2023-12-18match flag type (s/int/u_int)Damien Miller
2023-12-18regress test for agent PKCS#11-backed certificatesDamien Miller
2023-12-18regress test for constrained PKCS#11 keysDamien Miller
2023-12-18openssh-9.6Damien Miller
2023-12-18ssh-agent: record failed session-bind attemptsDamien Miller
2023-12-18ban user/hostnames with most shell metacharactersDamien Miller
2023-12-18stricter handling of channel window limitsDamien Miller
2023-12-18Make it possible to load certs from PKCS#11 tokensDamien Miller
2023-12-18apply destination constraints to all p11 keysDamien Miller
2023-12-18add "ext-info-in-auth@openssh.com" extensionDamien Miller
2023-12-18implement "strict key exchange" in ssh and sshdDamien Miller
2023-12-18Fix race between ifconfig destroy and ARP timer.Alexander Bluhm
2023-12-18Check if calloc calls succeeded; ok millert@Otto Moerbeek
2023-12-18Clean up EVP_PBE_CipherInit() a littleTheo Buehler
2023-12-18Run bind(2) system call in parallel.Alexander Bluhm
2023-12-18bump versionSebastian Benoit
2023-12-18Fix two memory leaks:Martijn van Duren
2023-12-18Remove EVP_MD_meth_*() dependencyTheo Buehler
2023-12-17c2sp: replace openssl 3.0 with 3.2 supportTheo Buehler
2023-12-16Make `fuse_rd_filtops' mpsafe.Vitaliy Makkoveev
2023-04-23Import C2SP/CCTV testTheo Buehler
2023-12-16Rework pflowioctl() lock dances.Vitaliy Makkoveev
2023-12-16ASN1_STRING_TABLE_get.3: grammar: have -> hasTheo Buehler
2023-12-16EVP_EncryptUpdate(): make block_size and block_mask constTheo Buehler
2023-12-16First cleanup pass over EVP_EncryptUpdate()Theo Buehler
2023-12-16Move EVP_PBE_find() next to the tablesTheo Buehler
2023-12-16Remove OBJ_bsearch_() usage from PBETheo Buehler
2023-12-16Using two different spellings of NULL in the same line is an achievementTheo Buehler
2023-12-16Annotate incorrect value for ub_email_addressTheo Buehler
2023-12-16Neuter the ASN1_STRING_TABLE modification APITheo Buehler
2023-12-16Remove call to ASN1_STRING_TABLE_cleanup()Theo Buehler
2023-12-16asn1.h: mark a type and a bunch of macros for removalTheo Buehler
2023-12-16syncTheo Buehler
2023-12-16Rename ASN1_STRING_TABLE_add manual to _getTheo Buehler
2023-12-16Remove ASN1_STRING_TABLE_{add,cleanup}() documentationTheo Buehler
2023-12-16Implement and use a do_cipher() wrapperTheo Buehler
2023-12-16Fix phdr name in ld.script.Kenji Aoyama
2023-12-15Remove the string_table testTheo Buehler