Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -6/+1 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-02 | 1 | -4/+2 |
* | BN_bin2bn handle leading zero's | Rich Salz | 2015-08-26 | 4 | -22/+4 |
* | Remove Gost94 signature algorithm. | Rich Salz | 2015-08-11 | 13 | -1350/+107 |
* | make update | Matt Caswell | 2015-08-11 | 1 | -14/+15 |
* | Use dynamic engine for libssl test harness | Richard Levitte | 2015-08-11 | 2 | -11/+12 |
* | Add OSSLTest Engine | Matt Caswell | 2015-08-11 | 5 | -3/+779 |
* | Fix error check in GOST engine | Matt Caswell | 2015-05-26 | 1 | -2/+4 |
* | Fix update and depend in engines/ | Richard Levitte | 2015-05-23 | 2 | -2/+3 |
* | Fix the update target and remove duplicate file updates | Richard Levitte | 2015-05-22 | 2 | -11/+14 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 10 | -92/+61 |
* | Use "==0" instead of "!strcmp" etc | Rich Salz | 2015-05-06 | 2 | -5/+7 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-05 | 4 | -5/+5 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 4 | -9/+11 |
* | Remove obsolete make variables | Richard Levitte | 2015-05-02 | 1 | -1/+1 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 2 | -7/+6 |
* | free NULL cleanup 11 | Rich Salz | 2015-05-01 | 7 | -16/+8 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 11 | -74/+40 |
* | free NULL cleanup 7 | Rich Salz | 2015-04-30 | 5 | -94/+39 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 2 | -12/+5 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 2 | -2/+2 |
* | Code style: space after 'if' | Viktor Dukhovni | 2015-04-16 | 4 | -52/+55 |
* | Initialize variable | Emilia Kasper | 2015-04-15 | 1 | -1/+1 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 2 | -12/+1 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -1437/+0 |
* | Initialised 'ok' and redo the logic. | Richard Levitte | 2015-03-30 | 1 | -4/+4 |
* | free NULL cleanup | Rich Salz | 2015-03-28 | 2 | -6/+4 |
* | free NULL cleanup. | Rich Salz | 2015-03-25 | 1 | -3/+1 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 2 | -12/+6 |
* | Fix return checks in GOST engine | Matt Caswell | 2015-03-25 | 6 | -71/+279 |
* | Fix misc NULL derefs in sureware engine | Matt Caswell | 2015-03-25 | 1 | -11/+16 |
* | free NULL cleanup | Rich Salz | 2015-03-24 | 4 | -13/+6 |
* | make ASN1_OBJECT opaque | Dr. Stephen Henson | 2015-03-24 | 1 | -2/+2 |
* | Fix null-pointer dereference | Edgar Pek | 2015-02-22 | 1 | -2/+2 |
* | Transfer a fix from 1.0.1 | Richard Levitte | 2015-02-13 | 1 | -0/+4 |
* | Remove X509_PAIR | Rich Salz | 2015-02-06 | 1 | -1/+0 |
* | Live code cleanup: remove #if 1 stuff | Rich Salz | 2015-02-06 | 1 | -3/+4 |
* | Build correctly for me on FreeBSD 10. | Ben Laurie | 2015-01-30 | 1 | -0/+1 |
* | Dead code removal #if 0 engines | Rich Salz | 2015-01-30 | 4 | -124/+0 |
* | VMS adjustments: | Richard Levitte | 2015-01-30 | 1 | -15/+9 |
* | Make output consistency: remove blank line | Rich Salz | 2015-01-29 | 1 | -1/+0 |
* | clang on Linux x86_64 complains about unreachable code. | Richard Levitte | 2015-01-29 | 2 | -8/+0 |
* | OPENSSL_NO_xxx cleanup: SHA | Rich Salz | 2015-01-27 | 1 | -2/+0 |
* | More comment realignmentmaster-post-reformat | Matt Caswell | 2015-01-22 | 2 | -18/+18 |
* | Re-align some comments after running the reformat script. | Matt Caswell | 2015-01-22 | 1 | -120/+120 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 63 | -17053/+17097 |
* | Move more comments that confuse indent | Matt Caswell | 2015-01-22 | 3 | -5/+12 |
* | Fix strange formatting by indent | Matt Caswell | 2015-01-22 | 2 | -14/+14 |
* | engines/e_ubsec.c: make it indent-friendly. | Andy Polyakov | 2015-01-22 | 1 | -17/+26 |
* | More comments | Matt Caswell | 2015-01-22 | 1 | -2/+4 |