| Commit message (Expand) | Author | Age | Files | Lines |
* | Make core code available within the FIPS module | Matt Caswell | 2019-05-23 | 1 | -0/+1 |
* | ossl_bsearch(): New generic internal binary search utility function | Richard Levitte | 2019-05-08 | 1 | -5/+4 |
* | Following the license change, modify the boilerplates in crypto/stack/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Revert "stack/stack.c: omit redundant NULL checks." | Matt Caswell | 2018-08-09 | 1 | -8/+13 |
* | stack/stack.c: omit redundant NULL checks. | Andy Polyakov | 2018-08-07 | 1 | -13/+8 |
* | Fix last(?) batch of malloc-NULL places | Rich Salz | 2018-04-26 | 1 | -3/+7 |
* | Update copyright year | Richard Levitte | 2018-04-17 | 1 | -1/+1 |
* | Set error code on alloc failures | Rich Salz | 2018-04-03 | 1 | -2/+3 |
* | Add sk_TYPE_new_reserve() function | Paul Yang | 2017-10-26 | 1 | -6/+22 |
* | stack/stack.c: various cleanups. | Andy Polyakov | 2017-10-05 | 1 | -34/+23 |
* | Postpone allocation of STACK internal storage ... until a first push(), | FdaSilvaYY | 2017-10-03 | 1 | -33/+63 |
* | Add a reserve call to the stack data structure. | Pauli | 2017-09-27 | 1 | -33/+94 |
* | Don't leak on an OPENSSL_realloc() failure | Matt Caswell | 2016-09-21 | 1 | -10/+6 |
* | Convert num_alloc to a size_t in stack.c and tweak style | Matt Caswell | 2016-09-20 | 1 | -34/+23 |
* | Prevent overflows in stack API | Guido Vranken | 2016-09-20 | 1 | -8/+42 |
* | Add some const casts | Rich Salz | 2016-08-10 | 1 | -26/+20 |
* | Constify a bit more OPENSSL_sk_ API | FdaSilvaYY | 2016-06-30 | 1 | -2/+3 |
* | Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copy | FdaSilvaYY | 2016-06-30 | 1 | -21/+15 |
* | Constify stack and lhash macros. | Dr. Stephen Henson | 2016-05-21 | 1 | -6/+7 |
* | Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx | Rich Salz | 2016-05-20 | 1 | -58/+48 |
* | Copyright consolidation 06/10 | Rich Salz | 2016-05-17 | 1 | -54/+7 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -43/+0 |
* | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte | 2016-03-21 | 1 | -3/+0 |
* | Always build library object files with shared library cflags | Richard Levitte | 2016-02-20 | 1 | -1/+1 |
* | Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND | Richard Levitte | 2016-02-18 | 1 | -1/+1 |
* | if no comparison function set make sk_sort no op | Dr. Stephen Henson | 2016-02-06 | 1 | -1/+1 |
* | unified build scheme: add build.info files | Richard Levitte | 2016-02-01 | 1 | -0/+2 |
* | Templatize util/domd | Rich Salz | 2016-01-29 | 1 | -2/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+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 | 1 | -10/+0 |
* | make update | Richard Levitte | 2016-01-12 | 1 | -8/+8 |
* | More zalloc nits | Rich Salz | 2015-09-04 | 1 | -1/+1 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -6/+2 |
* | RT3999: Remove sub-component version strings | Rich Salz | 2015-08-10 | 1 | -2/+0 |
* | 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 | -1/+2 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -2/+2 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 1 | -2/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -4/+2 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -3/+2 |
* | 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 | 2 | -2665/+0 |
* | Fix memset call in stack.c | Matt Caswell | 2015-03-17 | 1 | -1/+1 |
* | Remove obsolete declarations. | Dr. Stephen Henson | 2015-03-12 | 1 | -231/+0 |
* | Make STACK_OF opaque. | Dr. Stephen Henson | 2015-03-05 | 3 | -20/+11 |
* | util/mkstack.pl now generates entire safestack.h | Rich Salz | 2015-02-06 | 1 | -15/+148 |