Age | Commit message (Expand) | Author |
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 |
2019-04-22 | Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace | Theo Buehler |
2019-04-22 | Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | Theo Buehler |
2019-04-22 | Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket(). | Joel Sing |
2019-04-22 | Pass the session ID down to the session/ticket handling code as a CBS. | Joel Sing |
2019-04-22 | Inline and remove the tlsext_tick_md macro. | Joel Sing |
2019-04-21 | Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | Theo Buehler |
2019-04-21 | The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck | Theo Buehler |
2019-04-21 | Fix awful whitespace in OBJ_bsearch_ext() | Theo Buehler |
2019-04-21 | KNF: use proper wrapping of function return type and name | Theo Buehler |