| Commit message (Expand) | Author | Age | Files | Lines |
| * | If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2', | miod | 2014-05-18 | 3 | -6/+6 |
| * | Make sure UTF8_getc() is invoked with the proper buffer size. | miod | 2014-05-18 | 1 | -2/+2 |
| * | Out of all the openssl apps, just one of them has code to mess around with | jsing | 2014-05-18 | 1 | -12/+0 |
| * | W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handle | jsing | 2014-05-18 | 1 | -13/+2 |
| * | Remove unused include. | jsing | 2014-05-18 | 3 | -3/+0 |
| * | Group and sort includes. | jsing | 2014-05-18 | 50 | -214/+308 |
| * | Plug memory leaks upon error in OCSP_url_svcloc_new(). | miod | 2014-05-18 | 1 | -6/+9 |
| * | In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL. | miod | 2014-05-18 | 1 | -4/+6 |
| * | In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case | miod | 2014-05-18 | 2 | -14/+6 |
| * | In ssl3_send_certificate_request(), when adding the extra payload if | miod | 2014-05-18 | 2 | -2/+12 |
| * | Make sure ssl3_setup_buffers() does not return upon error with a freed | miod | 2014-05-18 | 2 | -14/+14 |
| * | bio_err is initialised in main, hence there is no need to initialise it | jsing | 2014-05-18 | 46 | -168/+16 |
| * | More KNF. | jsing | 2014-05-18 | 10 | -193/+208 |
| * | Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" | miod | 2014-05-18 | 1 | -2/+6 |
| * | No need to check for NULL before invoking free(); use calloc() when | miod | 2014-05-18 | 2 | -60/+14 |
| * | does sunos not have memmove? sorry, i guess sunos will not have libressl. | tedu | 2014-05-17 | 1 | -21/+3 |
| * | unchecked malloc() return value in OCSP_sendreq_new(). | miod | 2014-05-17 | 1 | -0/+2 |
| * | KNF | miod | 2014-05-17 | 8 | -1274/+1332 |
| * | add missing header needed for mem{cpy,cmp}() | chl | 2014-05-17 | 1 | -0/+1 |
| * | simple reallocarray to check multiplies. ok guenther | tedu | 2014-05-17 | 1 | -6/+4 |
| * | no no md2 | tedu | 2014-05-17 | 6 | -48/+0 |
| * | no no seed | tedu | 2014-05-17 | 2 | -17/+0 |
| * | deleted seed some time ago | tedu | 2014-05-17 | 13 | -295/+0 |
| * | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | sthen | 2014-05-17 | 4 | -4/+4 |
| * | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | jsing | 2014-05-16 | 3 | -94/+14 |
| * | Fix memory leaks upon failure. | miod | 2014-05-15 | 2 | -27/+39 |
| * | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | miod | 2014-05-15 | 3 | -25/+73 |
| * | No longer make pqueue.h a public (and installed) header file. Replace its | miod | 2014-05-15 | 7 | -6/+12 |
| * | More KNF. | jsing | 2014-05-15 | 4 | -7/+7 |
| * | Use C99 initialisers for the AEAD struct. | jsing | 2014-05-15 | 1 | -9/+9 |
| * | KNF. | jsing | 2014-05-15 | 1 | -70/+67 |
| * | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | jsing | 2014-05-15 | 3 | -0/+272 |
| * | KNF. | jsing | 2014-05-15 | 5 | -283/+343 |
| * | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | jsing | 2014-05-15 | 5 | -33/+549 |
| * | Stop being a dummy... presumably these are left overs from pedantic mode | jsing | 2014-05-15 | 9 | -22/+2 |
| * | Add poly1305 to libcrypto utilising Andrew Moon's public domain | jsing | 2014-05-14 | 3 | -0/+348 |
| * | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 2014-05-12 | 2 | -116/+0 |
| * | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | miod | 2014-05-12 | 3 | -0/+215 |
| * | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 2014-05-12 | 7 | -24/+323 |
| * | More KNF. | jsing | 2014-05-11 | 5 | -16/+27 |
| * | KNF. | jsing | 2014-05-11 | 2 | -322/+287 |
| * | __bounded => __attribute__((__bounded__ | djm | 2014-05-10 | 1 | -5/+5 |
| * | Typo in C99 field initializer introduced in r1.3; | miod | 2014-05-09 | 1 | -1/+1 |
| * | Replace Apache v2 license with ISC license. | matthew | 2014-05-09 | 4 | -50/+50 |
| * | Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. | miod | 2014-05-08 | 1 | -17/+7 |
| * | More KNF. | jsing | 2014-05-08 | 11 | -45/+94 |
| * | KNF. | jsing | 2014-05-08 | 12 | -308/+383 |
| * | Remove KSSL debug code. | jsing | 2014-05-08 | 1 | -21/+0 |
| * | KNF. | jsing | 2014-05-08 | 7 | -912/+917 |
| * | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing | jsing | 2014-05-08 | 2 | -18/+0 |