Age | Commit message (Expand) | Author |
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 |
2019-05-03 | basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch> | Ingo Schwarze |
2019-05-02 | Fix a comparison in open_memstream not to confuse when a negative | YASUOKA Masahiko |
2019-05-01 | Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVAL | Jeremie Courreges-Anglas |
2019-05-01 | Require clock_gettime(CLOCK_MONOTONIC) and remove fallback code | Jeremie Courreges-Anglas |
2019-04-29 | Switched min_heap to size_t to prevent integer overflows. | Tobias Stoeckmann |
2019-04-28 | Avoid an undefined shift in ASN1_ENUMERATED_get(). | Theo Buehler |
2019-04-28 | Avoid an undefined shift in ASN1_INTEGER_get(). | Theo Buehler |
2019-04-26 | Undo changes to tmpfile.c r1.5. | Martijn van Duren |
2019-04-25 | Use calloc/freezero when allocating and freeing the session ticket data. | Joel Sing |
2019-04-25 | Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of | Joel Sing |
2019-04-25 | Rename some variables in tls_decrypt_ticket(). | Joel Sing |
2019-04-23 | missing dots after ".%P pp"; the case of btree(3) was | Ingo Schwarze |
2019-04-23 | Convert tls_decrypt_ticket() to CBS. | Joel Sing |
2019-04-22 | Add error checking to i2v_POLICY_MAPPINGS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_POLICY_CONSTRAINTS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_EXTENDED_KEY_USAGE(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_ASN1_BIT_STRING(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_BASIC_CONSTRAINTS(). | Theo Buehler |