| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 3 | -3/+3 |
* | Rebuild error source files. | Dr. Stephen Henson | 2015-11-05 | 1 | -18/+18 |
* | Fix no-stdio build | David Woodhouse | 2015-09-30 | 1 | -2/+2 |
* | make update | Dr. Stephen Henson | 2015-09-22 | 1 | -2/+2 |
* | Avoid structure access in crypto/ts | Dr. Stephen Henson | 2015-09-22 | 2 | -5/+8 |
* | Remove "noise" comments from TS files. | Rich Salz | 2015-09-22 | 9 | -203/+19 |
* | Enable -Wmissing-variable-declarations and | Ben Laurie | 2015-09-11 | 1 | -9/+9 |
* | Avoid direct X509 structure access | Dr. Stephen Henson | 2015-09-06 | 2 | -10/+10 |
* | Make TS structures opaque. | Rich Salz | 2015-09-05 | 11 | -86/+347 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-03 | 2 | -6/+3 |
* | Add X509_up_ref function. | Dr. Stephen Henson | 2015-09-01 | 2 | -2/+2 |
* | Set error code, no fprintf stderr, on errors. | Rich Salz | 2015-06-05 | 2 | -6/+17 |
* | Rename all static TS_xxx to ts_xxx | Rich Salz | 2015-06-04 | 4 | -138/+121 |
* | 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 | -9/+17 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 9 | -9/+9 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 4 | -90/+107 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 2 | -3/+3 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 2 | -2/+2 |
* | Add OSSL_NELEM macro. | Dr. Stephen Henson | 2015-05-03 | 2 | -3/+2 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 1 | -2/+1 |
* | free NULL cleanup 11 | Rich Salz | 2015-05-01 | 2 | -6/+3 |
* | free NULL cleanup 5a | Rich Salz | 2015-04-30 | 1 | -6/+3 |
* | free NULL cleanup 8 | Rich Salz | 2015-04-30 | 1 | -2/+1 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 2 | -4/+4 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 1 | -18/+2 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -853/+0 |
* | free NULL cleanup | Rich Salz | 2015-03-28 | 1 | -2/+1 |
* | make X509_EXTENSION opaque | Dr. Stephen Henson | 2015-03-23 | 1 | -1/+2 |
* | Remove old ASN.1 code. | Dr. Stephen Henson | 2015-03-23 | 3 | -6/+6 |
* | Remove obsolete declarations. | Dr. Stephen Henson | 2015-03-12 | 1 | -3/+0 |
* | OPENSSL_NO_xxx cleanup: many removals | Rich Salz | 2015-01-27 | 2 | -17/+3 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 12 | -3250/+3247 |
* | Further comment changes for reformat (master) | Matt Caswell | 2015-01-22 | 1 | -2/+2 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 1 | -4/+4 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 2 | -11/+11 |
* | make update | Matt Caswell | 2014-12-12 | 1 | -5/+6 |
* | Implement internally opaque bn access from ts | Matt Caswell | 2014-12-08 | 1 | -5/+6 |
* | Include <openssl/foo.h> instead of "foo.h" | Geoff Thorpe | 2014-12-08 | 2 | -2/+2 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-29 | 1 | -2/+0 |
* | Correct timestamp output when clock_precision_digits > 0 | Michal Bozon | 2014-11-12 | 1 | -1/+1 |
* | RT1815: More const'ness improvements | Justin Blanchard | 2014-08-18 | 1 | -5/+5 |
* | Fix double frees. | Ben Laurie | 2014-04-22 | 1 | -0/+1 |
* | Rename Suite B functions for consistency. | Dr. Stephen Henson | 2012-08-03 | 1 | -7/+1 |
* | Version skew reduction: trivia (I hope). | Ben Laurie | 2012-06-04 | 1 | -3/+0 |
* | Change AR to ARX to allow exclusion of fips object modules | Dr. Stephen Henson | 2011-01-26 | 1 | -1/+1 |
* | PR: 2410 | Dr. Stephen Henson | 2011-01-03 | 1 | -3/+2 |
* | PR: 2235 | Dr. Stephen Henson | 2010-04-15 | 1 | -1/+2 |
* | Audit libcrypto for unchecked return values: fix all cases enountered | Dr. Stephen Henson | 2009-09-24 | 1 | -3/+6 |