summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-23Only override size of chunk if we're not given the actual length.Otto Moerbeek
2019-05-23bump to LibreSSL 3.0.0Brent Cook
2019-05-23add stdlib.h for reallocarrayBrent Cook
2019-05-21whitespacerob
2019-05-21Cleanup some residual markup from the ber.3 days.rob
2019-05-20*an* RSA;Jason McIntyre
2019-05-19clarify that later flags modify earlier flags;Ingo Schwarze
2019-05-17add various missing informationIngo Schwarze
2019-05-16Add XXX to a comment.rob
2019-05-16Correct errno markup. Noticed by schwarze.rob
2019-05-16More consistently put remarks about the less useful LC_* categoties,Ingo Schwarze
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