summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-15sort SEE ALSO;Jason McIntyre
2019-05-15add substantial amounts of missing information;Ingo Schwarze
2019-05-15Consistently make errno a .Vtrob
2019-05-15delete two stray blank linesIngo Schwarze
2019-05-15delete some duplicate wordsIngo Schwarze
2019-05-15s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there isBrent Cook
2019-05-15Split ber.3 into logical parts. Further tweaking will be done in tree.rob
2019-05-14Correct missing test to determine if length is in bytes or in bits.Bob Beck
2019-05-13Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.Brent Cook
2019-05-13Acquire mutex before incrementing the refcount. Fixes COV-186144Brent Cook
2019-05-13Add missing word in comment.Theo Buehler
2019-05-13Move 'how this works' details from namespace.h to DETAILSPhilip Guenther
2019-05-13The fd used by nlist() isn't application visible, so mark it close-on-execPhilip Guenther
2019-05-13explicitly mention that RES_NOALIASES has no effect;Ingo Schwarze
2019-05-13Mention introduction of *_conceal.Otto Moerbeek
2019-05-12Enable support for the writting of BITSTRING by treating it as an OCTETSTRING.rob
2019-05-12Enforce smallest number of contents octets for int (and enum).rob
2019-05-12Mention #include of <sys/types.h> in synopsis.rob
2019-05-12Fail early if a (universal) primitive type identifies as constructed, or if arob
2019-05-12Enforce minimal number of octets for tag > 30.rob
2019-05-12In long form encoding, explicitly prohibit an initial length octet of 0xffrob
2019-05-12Add ZLIB_CONSTJeremie Courreges-Anglas
2019-05-12Fix signed overflow in X509_CRL_print().Theo Buehler
2019-05-12Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key isTheo Buehler
2019-05-12Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.Ingo Schwarze
2019-05-12Stop the eyebleed in here and just use callocBob Beck
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
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