| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 20 | -20/+0 |
* | Remove update tags | Rich Salz | 2016-01-20 | 1 | -2/+0 |
* | Remove some old makefile targets | Rich Salz | 2016-01-17 | 1 | -12/+0 |
* | Move Makefiles to Makefile.in | Rich Salz | 2016-01-12 | 2 | -223/+73 |
* | Cleanup CRYPTO_{push,pop}_info | Rich Salz | 2015-12-22 | 1 | -2/+0 |
* | Remove the "eay" c-file-style indicators | Richard Levitte | 2015-12-18 | 1 | -1/+1 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 5 | -19/+19 |
* | Fix (incorrect) uninitialised variable warning. | Ben Laurie | 2015-12-13 | 1 | -1/+2 |
* | ex_data part 2: doc fixes and CRYPTO_free_ex_index. | Rich Salz | 2015-12-01 | 1 | -7/+0 |
* | Fix a few missed "if (!ptr)" cleanups | Rich Salz | 2015-11-23 | 1 | -2/+2 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 2 | -3/+3 |
* | Rebuild error source files. | Dr. Stephen Henson | 2015-11-05 | 1 | -11/+11 |
* | BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it does | Richard Levitte | 2015-11-02 | 1 | -2/+0 |
* | Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrl | Richard Levitte | 2015-11-02 | 1 | -11/+20 |
* | Remove useless code | Alessandro Ghedini | 2015-10-23 | 1 | -1/+0 |
* | Harmonize pointer printing and size_t-fy casts. | Andy Polyakov | 2015-10-05 | 1 | -1/+1 |
* | bio/bss_log.c: harmonize format string to silence -Wformat. | Andy Polyakov | 2015-10-05 | 1 | -1/+1 |
* | Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows. | Andy Polyakov | 2015-10-05 | 3 | -20/+20 |
* | Fix no-stdio build | David Woodhouse | 2015-09-29 | 1 | -0/+54 |
* | Add BIO_CTRL_DGRAM_SET_PEEK_MODE | Matt Caswell | 2015-09-23 | 1 | -1/+8 |
* | RT3479: Add UTF8 support to BIO_read_filename() | David Woodhouse | 2015-09-21 | 1 | -3/+10 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 3 | -12/+4 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-02 | 3 | -24/+8 |
* | Check dgram_sctp_write() return value. | Kurt Roeckx | 2015-06-28 | 1 | -1/+13 |
* | Check BIO_dgram_sctp_wait_for_dry() return value for error | Kurt Roeckx | 2015-06-28 | 1 | -10/+29 |
* | More secure storage of key material. | Rich Salz | 2015-06-23 | 1 | -4/+32 |
* | Change BIO_number_read and BIO_number_written() to be 64 bit | Matt Caswell | 2015-06-10 | 1 | -5/+5 |
* | Fix memory leaks in BIO_dup_chain() | Matt Caswell | 2015-06-10 | 1 | -2/+5 |
* | Fix compilation failure for some tool chains | Matt Caswell | 2015-06-02 | 1 | -1/+1 |
* | Fix IP_MTU_DISCOVER typo | Per Allansson | 2015-06-02 | 1 | -1/+1 |
* | Handle unsigned struct timeval members | Matt Caswell | 2015-05-26 | 1 | -6/+7 |
* | Fix the update target and remove duplicate file updates | Richard Levitte | 2015-05-22 | 1 | -0/+2 |
* | make depend | Richard Levitte | 2015-05-14 | 1 | -17/+32 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 18 | -18/+18 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 4 | -5/+5 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-05 | 4 | -26/+25 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 8 | -11/+9 |
* | Add OSSL_NELEM macro. | Dr. Stephen Henson | 2015-05-03 | 1 | -1/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 8 | -46/+22 |
* | Clarify logic in BIO_*printf functions | Matt Caswell | 2015-04-30 | 1 | -24/+21 |
* | realloc of NULL is like malloc | Rich Salz | 2015-04-28 | 1 | -5/+2 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 7 | -13/+13 |
* | Code style: space after 'if' | Viktor Dukhovni | 2015-04-16 | 2 | -4/+4 |
* | Remove SSL_TASK, the DECnet Based SSL Engine | Richard Levitte | 2015-03-31 | 1 | -321/+0 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 1 | -17/+1 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -879/+0 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 4 | -22/+11 |
* | RAND_bytes updates | Matt Caswell | 2015-03-25 | 1 | -2/+4 |
* | Fix malloc define typo | Mike Frysinger | 2015-03-24 | 1 | -2/+2 |
* | Remove dead code from crypto | Matt Caswell | 2015-03-17 | 1 | -5/+2 |