summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-11$OpenBSD$Theo Buehler
2019-05-11Remove commented out rc5 bitsTheo Buehler
2019-05-10trim trailing whitespace (reported by Hiltjo Posthuma)Ingo Schwarze
2019-05-10repair %z: store seconds into tm_gmtoff, not centihours;Ingo Schwarze
2019-05-10repair %Z: write seconds into tm_gmtoff, not hours;Ingo Schwarze
2019-05-10Initialize EC_KEY_METHOD before use.Brent Cook
2019-05-10Revert part of r1.36: in the case of GCM, gcm.key is assigned fromTheo Buehler
2019-05-10Inroduce malloc_conceal() and calloc_conceal(). Similar to theirOtto Moerbeek
2019-05-10ld.so boot cleanup support:Philip Guenther
2019-05-10Delete support for military timezones in %z (A-I and K-Y).Ingo Schwarze
2019-05-10Apply retpoline protection to the indirect call to the thread startfuncPhilip Guenther
2019-05-09Fix incorrect carry operation in 512 bit addition: in the caseTheo Buehler
2019-05-09Document KERN_PFSTATUSClaudio Jeker
2019-05-08In DTLS, use_srtp is part of the extended server hello while in TLSv1.3,Theo Buehler
2019-05-08initialize safestack pointersBrent Cook
2019-05-08Call _csu_finish() before {pre,}init_array functions so that in staticPhilip Guenther
2019-05-08Fixed integer overflow with an excessively large amount of events.Tobias Stoeckmann
2019-05-08Make sure that the tag buffer size is equal to the tag sizeTheo Buehler
2019-05-07add an extra m where needed. spotted by Kent WatsenTed Unangst
2019-05-07Add support for std::filesystem. We're already installing thePatrick Wildt
2019-05-05sync the description of bufcachepercent; ok deraadtJason McIntyre
2019-05-05kern.bufcachepercent is actually for dma-reachable memory.Theo de Raadt
2019-05-03Fixed endless loop/ OOB write on 64 bit systems with large buffers.Tobias Stoeckmann
2019-05-03basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch>Ingo Schwarze
2019-05-02Fix a comparison in open_memstream not to confuse when a negativeYASUOKA Masahiko
2019-05-01Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVALJeremie Courreges-Anglas
2019-05-01Require clock_gettime(CLOCK_MONOTONIC) and remove fallback codeJeremie Courreges-Anglas
2019-04-29Switched min_heap to size_t to prevent integer overflows.Tobias Stoeckmann
2019-04-28Avoid an undefined shift in ASN1_ENUMERATED_get().Theo Buehler
2019-04-28Avoid an undefined shift in ASN1_INTEGER_get().Theo Buehler
2019-04-26Undo changes to tmpfile.c r1.5.Martijn van Duren
2019-04-25Use calloc/freezero when allocating and freeing the session ticket data.Joel Sing
2019-04-25Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead ofJoel Sing
2019-04-25Rename some variables in tls_decrypt_ticket().Joel Sing
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasIngo Schwarze
2019-04-23Convert tls_decrypt_ticket() to CBS.Joel Sing
2019-04-22Add error checking to i2v_POLICY_MAPPINGS().Theo Buehler
2019-04-22Add error checking to i2v_POLICY_CONSTRAINTS().Theo Buehler
2019-04-22Add error checking to i2v_EXTENDED_KEY_USAGE().Theo Buehler
2019-04-22Add error checking to i2v_ASN1_BIT_STRING().Theo Buehler
2019-04-22Add error checking to i2v_BASIC_CONSTRAINTS().Theo Buehler
2019-04-22Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replaceTheo Buehler
2019-04-22Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()Theo Buehler
2019-04-22Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket().Joel Sing
2019-04-22Pass the session ID down to the session/ticket handling code as a CBS.Joel Sing
2019-04-22Inline and remove the tlsext_tick_md macro.Joel Sing
2019-04-21Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()Theo Buehler
2019-04-21The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beckTheo Buehler
2019-04-21Fix awful whitespace in OBJ_bsearch_ext()Theo Buehler
2019-04-21KNF: use proper wrapping of function return type and nameTheo Buehler