| Commit message (Expand) | Author | Age | Files | Lines |
| * | add mul and mul_add to NAME; | jmc | 2015-11-12 | 1 | -0/+4 |
| * | update cross references after deleting the imaginary MLINKS | schwarze | 2015-11-12 | 3 | -4/+4 |
| * | Convert the handful of manuals that had imaginary names, | schwarze | 2015-11-12 | 7 | -99/+2210 |
| * | add missing functions to NAME, or otherwise correct the mlink | jmc | 2015-11-11 | 10 | -13/+30 |
| * | Convert five more manuals from POD to mdoc. | schwarze | 2015-11-11 | 6 | -5/+638 |
| * | Convert and enable CMS manuals. | schwarze | 2015-11-11 | 17 | -19/+2040 |
| * | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; | miod | 2015-11-06 | 1 | -2/+2 |
| * | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | miod | 2015-11-05 | 1 | -5/+5 |
| * | Mention ROTL() is always invoked with a proper shift value, due to the way the | miod | 2015-11-05 | 1 | -1/+2 |
| * | bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER. | bcook | 2015-11-03 | 1 | -3/+3 |
| * | Fix typo in comment of previous commit: "that that". | reyk | 2015-11-02 | 1 | -3/+3 |
| * | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 2 | -2/+2 |
| * | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 2015-11-02 | 3 | -22/+143 |
| * | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 2015-10-30 | 1 | -1/+2 |
| * | Another change that is needed to restore the previous behaviour of | jsing | 2015-10-22 | 1 | -5/+3 |
| * | Restore previous behaviour and allow | jsing | 2015-10-22 | 1 | -2/+7 |
| * | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk | miod | 2015-10-21 | 3 | -4/+22 |
| * | In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code | jsing | 2015-10-21 | 1 | -63/+1 |
| * | Lob a style(9) grenade in here. | jsing | 2015-10-20 | 3 | -172/+185 |
| * | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | beck | 2015-10-19 | 8 | -611/+350 |
| * | Remove pointless externs - the structs are declared in the same files a | jsing | 2015-10-16 | 3 | -8/+3 |
| * | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | jsing | 2015-10-16 | 3 | -11/+34 |
| * | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | jsing | 2015-10-16 | 3 | -8/+5 |
| * | actually include the prerequisite dependency for BIO instead of doing nastyness | beck | 2015-10-16 | 1 | -5/+2 |
| * | better fix for overrun reported by Qualys Security. | tedu | 2015-10-14 | 1 | -4/+1 |
| * | Bail out early if we have no buf_len | beck | 2015-10-14 | 1 | -1/+5 |
| * | fix a memory leak reported by Qualys Security. | tedu | 2015-10-14 | 1 | -3/+4 |
| * | Ensure we don't write a 0 byte past end of the buffer in the error case. | beck | 2015-10-14 | 1 | -3/+3 |
| * | tweak previous (two details i apparently missed) | schwarze | 2015-10-14 | 1 | -4/+6 |
| * | Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API. | reyk | 2015-10-14 | 3 | -1/+281 |
| * | Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL. | jsing | 2015-10-13 | 1 | -5/+5 |
| * | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | jsing | 2015-10-13 | 3 | -5/+20 |
| * | Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros to | jsing | 2015-10-13 | 1 | -19/+19 |
| * | Group d2i/i2d function prototypes by type and add missing externs for the | jsing | 2015-10-13 | 1 | -7/+12 |
| * | unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; that | guenther | 2015-10-12 | 2 | -20/+2 |
| * | Rip the guts out of another gibbering horror of a time comparison function, and | beck | 2015-10-08 | 2 | -37/+24 |
| * | revert previous accidental commit | beck | 2015-10-08 | 2 | -23/+36 |
| * | Spelling in comment | beck | 2015-10-08 | 3 | -39/+25 |
| * | prefer limits.h over sys/limits.h | bcook | 2015-10-06 | 1 | -3/+3 |
| * | Make sure dot is not set after tz - fixes incorrect handling, which allows | jsing | 2015-10-05 | 1 | -2/+2 |
| * | Apply some style(9), tweak a few things for readability and add some | jsing | 2015-10-04 | 1 | -36/+40 |
| * | Flense the greasy black guts of unreadble string parsing code out of three areas | beck | 2015-10-02 | 8 | -272/+334 |
| * | Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL. | jsing | 2015-09-30 | 1 | -30/+37 |
| * | Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly, | jsing | 2015-09-30 | 1 | -3/+5 |
| * | s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/ | jsing | 2015-09-30 | 1 | -2/+2 |
| * | Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new). | jsing | 2015-09-30 | 1 | -3/+3 |
| * | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | jsing | 2015-09-30 | 15 | -49/+49 |
| * | Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free). | jsing | 2015-09-30 | 1 | -3/+3 |
| * | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | jsing | 2015-09-30 | 3 | -9/+9 |
| * | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | jsing | 2015-09-30 | 3 | -7/+7 |