Age | Commit message (Expand) | Author |
2019-05-15 | sort SEE ALSO; | Jason McIntyre |
2019-05-15 | add substantial amounts of missing information; | Ingo Schwarze |
2019-05-15 | Consistently make errno a .Vt | rob |
2019-05-15 | delete two stray blank lines | Ingo Schwarze |
2019-05-15 | delete some duplicate words | Ingo Schwarze |
2019-05-15 | s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is | Brent Cook |
2019-05-15 | Split ber.3 into logical parts. Further tweaking will be done in tree. | rob |
2019-05-14 | Correct missing test to determine if length is in bytes or in bits. | Bob Beck |
2019-05-13 | Remove unused pad check, which is handled by tls1_cbc_remove_padding() now. | Brent Cook |
2019-05-13 | Acquire mutex before incrementing the refcount. Fixes COV-186144 | Brent Cook |
2019-05-13 | Add missing word in comment. | Theo Buehler |
2019-05-13 | Move 'how this works' details from namespace.h to DETAILS | Philip Guenther |
2019-05-13 | The fd used by nlist() isn't application visible, so mark it close-on-exec | Philip Guenther |
2019-05-13 | explicitly mention that RES_NOALIASES has no effect; | Ingo Schwarze |
2019-05-13 | Mention introduction of *_conceal. | Otto Moerbeek |
2019-05-12 | Enable support for the writting of BITSTRING by treating it as an OCTETSTRING. | rob |
2019-05-12 | Enforce smallest number of contents octets for int (and enum). | rob |
2019-05-12 | Mention #include of <sys/types.h> in synopsis. | rob |
2019-05-12 | Fail early if a (universal) primitive type identifies as constructed, or if a | rob |
2019-05-12 | Enforce minimal number of octets for tag > 30. | rob |
2019-05-12 | In long form encoding, explicitly prohibit an initial length octet of 0xff | rob |
2019-05-12 | Add ZLIB_CONST | Jeremie Courreges-Anglas |
2019-05-12 | Fix signed overflow in X509_CRL_print(). | Theo Buehler |
2019-05-12 | Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is | Theo Buehler |
2019-05-12 | Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. | Ingo Schwarze |
2019-05-12 | Stop the eyebleed in here and just use calloc | Bob Beck |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-05-11 | $OpenBSD$ | Theo Buehler |
2019-05-11 | Remove commented out rc5 bits | Theo Buehler |
2019-05-10 | trim trailing whitespace (reported by Hiltjo Posthuma) | Ingo Schwarze |
2019-05-10 | repair %z: store seconds into tm_gmtoff, not centihours; | Ingo Schwarze |
2019-05-10 | repair %Z: write seconds into tm_gmtoff, not hours; | Ingo Schwarze |
2019-05-10 | Initialize EC_KEY_METHOD before use. | Brent Cook |
2019-05-10 | Revert part of r1.36: in the case of GCM, gcm.key is assigned from | Theo Buehler |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | Otto Moerbeek |
2019-05-10 | ld.so boot cleanup support: | Philip Guenther |
2019-05-10 | Delete support for military timezones in %z (A-I and K-Y). | Ingo Schwarze |
2019-05-10 | Apply retpoline protection to the indirect call to the thread startfunc | Philip Guenther |
2019-05-09 | Fix incorrect carry operation in 512 bit addition: in the case | Theo Buehler |
2019-05-09 | Document KERN_PFSTATUS | Claudio Jeker |
2019-05-08 | In DTLS, use_srtp is part of the extended server hello while in TLSv1.3, | Theo Buehler |
2019-05-08 | initialize safestack pointers | Brent Cook |
2019-05-08 | Call _csu_finish() before {pre,}init_array functions so that in static | Philip Guenther |
2019-05-08 | Fixed integer overflow with an excessively large amount of events. | Tobias Stoeckmann |
2019-05-08 | Make sure that the tag buffer size is equal to the tag size | Theo Buehler |
2019-05-07 | add an extra m where needed. spotted by Kent Watsen | Ted Unangst |
2019-05-07 | Add support for std::filesystem. We're already installing the | Patrick Wildt |
2019-05-05 | sync the description of bufcachepercent; ok deraadt | Jason McIntyre |
2019-05-05 | kern.bufcachepercent is actually for dma-reachable memory. | Theo de Raadt |
2019-05-03 | Fixed endless loop/ OOB write on 64 bit systems with large buffers. | Tobias Stoeckmann |