summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct missing test to determine if length is in bytes or in bits.beck2019-05-141-1/+3
* Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.bcook2019-05-131-4/+2
* Acquire mutex before incrementing the refcount. Fixes COV-186144bcook2019-05-131-1/+3
* Add missing word in comment.tb2019-05-131-2/+2
* Move 'how this works' details from namespace.h to DETAILSguenther2019-05-132-112/+136
* The fd used by nlist() isn't application visible, so mark it close-on-execguenther2019-05-131-2/+2
* explicitly mention that RES_NOALIASES has no effect;schwarze2019-05-131-3/+4
* Mention introduction of *_conceal.otto2019-05-131-2/+8
* Enable support for the writting of BITSTRING by treating it as an OCTETSTRING.rob2019-05-121-2/+1
* Enforce smallest number of contents octets for int (and enum).rob2019-05-121-2/+9
* Mention #include of <sys/types.h> in synopsis.rob2019-05-121-2/+3
* Fail early if a (universal) primitive type identifies as constructed, or if arob2019-05-121-1/+17
* Enforce minimal number of octets for tag > 30.rob2019-05-121-1/+8
* In long form encoding, explicitly prohibit an initial length octet of 0xffrob2019-05-121-1/+7
* Add ZLIB_CONSTjca2019-05-122-5/+12
* Fix signed overflow in X509_CRL_print().tb2019-05-121-1/+4
* Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key istb2019-05-121-1/+11
* Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.schwarze2019-05-125-121/+30
* Stop the eyebleed in here and just use callocbeck2019-05-121-31/+8
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-116-5/+1984
* $OpenBSD$tb2019-05-114-0/+4
* Remove commented out rc5 bitstb2019-05-117-17/+32
* trim trailing whitespace (reported by Hiltjo Posthuma)schwarze2019-05-101-7/+7
* repair %z: store seconds into tm_gmtoff, not centihours;schwarze2019-05-101-26/+11
* repair %Z: write seconds into tm_gmtoff, not hours;schwarze2019-05-101-3/+3
* Initialize EC_KEY_METHOD before use.bcook2019-05-101-2/+2
* Revert part of r1.36: in the case of GCM, gcm.key is assigned fromtb2019-05-101-1/+7
* Inroduce malloc_conceal() and calloc_conceal(). Similar to theirotto2019-05-105-201/+225
* ld.so boot cleanup support:guenther2019-05-103-6/+18
* Delete support for military timezones in %z (A-I and K-Y).schwarze2019-05-102-34/+4
* Apply retpoline protection to the indirect call to the thread startfuncguenther2019-05-101-2/+7
* Fix incorrect carry operation in 512 bit addition: in the casetb2019-05-091-6/+8
* Document KERN_PFSTATUSclaudio2019-05-091-2/+7
* In DTLS, use_srtp is part of the extended server hello while in TLSv1.3,tb2019-05-081-2/+3
* initialize safestack pointersbcook2019-05-083-6/+6
* Call _csu_finish() before {pre,}init_array functions so that in staticguenther2019-05-081-3/+3
* Fixed integer overflow with an excessively large amount of events.tobias2019-05-081-10/+15
* Make sure that the tag buffer size is equal to the tag sizetb2019-05-081-2/+2
* add an extra m where needed. spotted by Kent Watsentedu2019-05-071-4/+4
* Add support for std::filesystem. We're already installing thepatrick2019-05-072-4/+6
* sync the description of bufcachepercent; ok deraadtjmc2019-05-051-2/+2
* kern.bufcachepercent is actually for dma-reachable memory.deraadt2019-05-051-4/+3
* Fixed endless loop/ OOB write on 64 bit systems with large buffers.tobias2019-05-031-3/+3
* basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch>schwarze2019-05-031-68/+79
* Fix a comparison in open_memstream not to confuse when a negativeyasuoka2019-05-021-3/+3
* Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVALjca2019-05-011-9/+5
* Require clock_gettime(CLOCK_MONOTONIC) and remove fallback codejca2019-05-011-66/+8
* Switched min_heap to size_t to prevent integer overflows.tobias2019-04-293-27/+28
* Avoid an undefined shift in ASN1_ENUMERATED_get().tb2019-04-281-4/+9
* Avoid an undefined shift in ASN1_INTEGER_get().tb2019-04-281-4/+8