Age | Commit message (Expand) | Author |
2019-05-23 | Only override size of chunk if we're not given the actual length. | Otto Moerbeek |
2019-05-23 | bump to LibreSSL 3.0.0 | Brent Cook |
2019-05-23 | add stdlib.h for reallocarray | Brent Cook |
2019-05-21 | whitespace | rob |
2019-05-21 | Cleanup some residual markup from the ber.3 days. | rob |
2019-05-20 | *an* RSA; | Jason McIntyre |
2019-05-19 | clarify that later flags modify earlier flags; | Ingo Schwarze |
2019-05-17 | add various missing information | Ingo Schwarze |
2019-05-16 | Add XXX to a comment. | rob |
2019-05-16 | Correct errno markup. Noticed by schwarze. | rob |
2019-05-16 | More consistently put remarks about the less useful LC_* categoties, | Ingo Schwarze |
2019-05-15 | sort SEE ALSO; | Jason McIntyre |
2019-05-15 | add substantial amounts of missing information; | Ingo Schwarze |
2019-05-15 | Consistently make errno a .Vt | rob |
2019-05-15 | delete two stray blank lines | Ingo Schwarze |
2019-05-15 | delete some duplicate words | Ingo Schwarze |
2019-05-15 | s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is | Brent Cook |
2019-05-15 | Split ber.3 into logical parts. Further tweaking will be done in tree. | rob |
2019-05-14 | Correct missing test to determine if length is in bytes or in bits. | Bob Beck |
2019-05-13 | Remove unused pad check, which is handled by tls1_cbc_remove_padding() now. | Brent Cook |
2019-05-13 | Acquire mutex before incrementing the refcount. Fixes COV-186144 | Brent Cook |
2019-05-13 | Add missing word in comment. | Theo Buehler |
2019-05-13 | Move 'how this works' details from namespace.h to DETAILS | Philip Guenther |
2019-05-13 | The fd used by nlist() isn't application visible, so mark it close-on-exec | Philip Guenther |
2019-05-13 | explicitly mention that RES_NOALIASES has no effect; | Ingo Schwarze |
2019-05-13 | Mention introduction of *_conceal. | Otto Moerbeek |
2019-05-12 | Enable support for the writting of BITSTRING by treating it as an OCTETSTRING. | rob |
2019-05-12 | Enforce smallest number of contents octets for int (and enum). | rob |
2019-05-12 | Mention #include of <sys/types.h> in synopsis. | rob |
2019-05-12 | Fail early if a (universal) primitive type identifies as constructed, or if a | rob |
2019-05-12 | Enforce minimal number of octets for tag > 30. | rob |
2019-05-12 | In long form encoding, explicitly prohibit an initial length octet of 0xff | rob |
2019-05-12 | Add ZLIB_CONST | Jeremie Courreges-Anglas |
2019-05-12 | Fix signed overflow in X509_CRL_print(). | Theo Buehler |
2019-05-12 | Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is | Theo Buehler |
2019-05-12 | Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. | Ingo Schwarze |
2019-05-12 | Stop the eyebleed in here and just use calloc | Bob Beck |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
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 |