| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove custom base64 code. | Rich Salz | 2017-08-22 | 1 | -106/+6 |
* | Correct some badly formated preprocessor lines | Richard Levitte | 2017-04-25 | 1 | -2/+2 |
* | Prevent OOB in SRP base64 code. | Rich Salz | 2017-02-21 | 1 | -2/+5 |
* | SRP code tidy. | Dr. Stephen Henson | 2016-10-01 | 1 | -69/+17 |
* | Add some sanity checks around usage of t_fromb64() | Matt Caswell | 2016-09-14 | 1 | -9/+27 |
* | Fix mem leak on error path | Matt Caswell | 2016-08-23 | 1 | -2/+4 |
* | Fix mem leak on error path | Matt Caswell | 2016-08-23 | 1 | -1/+3 |
* | Fix mem leak on error path | Matt Caswell | 2016-08-23 | 1 | -2/+2 |
* | check return values for EVP_Digest*() APIs | Dr. Stephen Henson | 2016-07-15 | 2 | -23/+32 |
* | constify SRP | Matt Caswell | 2016-06-18 | 2 | -26/+28 |
* | Fix error return value in SRP functions | Matt Caswell | 2016-05-24 | 1 | -8/+13 |
* | Fix SRP client key computation | Cynh | 2016-05-18 | 1 | -2/+2 |
* | Copyright consolidation 05/10 | Rich Salz | 2016-05-17 | 2 | -110/+12 |
* | various spelling fixes | FdaSilvaYY | 2016-04-28 | 1 | -1/+1 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -39/+0 |
* | Revert "various spelling fixes" | Rich Salz | 2016-04-04 | 1 | -1/+1 |
* | various spelling fixes | FdaSilvaYY | 2016-04-04 | 1 | -1/+1 |
* | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte | 2016-03-21 | 1 | -3/+0 |
* | Mark SRP_VBASE_get_by_user() as deprecated | Matt Caswell | 2016-03-10 | 1 | -0/+2 |
* | CVE-2016-0798: avoid memory leak in SRP | Emilia Kasper | 2016-02-25 | 1 | -5/+53 |
* | 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 |
* | Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefix | Richard Levitte | 2016-02-12 | 1 | -1/+1 |
* | GH601: Various spelling fixes. | FdaSilvaYY | 2016-02-05 | 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 | -4/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 2 | -2/+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 | -84/+59 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -5/+5 |
* | Fix clang complaints about uninitialised variables. | Richard Levitte | 2015-12-07 | 1 | -2/+2 |
* | Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) | Richard Levitte | 2015-12-07 | 2 | -9/+9 |
* | Adjust all accesses to EVP_MD_CTX to use accessor functions. | Richard Levitte | 2015-12-07 | 2 | -47/+64 |
* | Fix a NULL deref in an error path | Matt Caswell | 2015-11-26 | 1 | -1/+1 |
* | Fix SRP memory leaks | Matt Caswell | 2015-09-21 | 1 | -9/+24 |
* | Fix "defined but not used" warnings. | Dr. Stephen Henson | 2015-09-11 | 1 | -0/+12 |
* | 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 | -2/+3 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 2 | -2/+2 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 2 | -16/+16 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -4/+4 |
* | free NULL cleanup 7 | Rich Salz | 2015-05-01 | 1 | -3/+3 |
* | free cleanup 12 | Rich Salz | 2015-05-01 | 1 | -5/+6 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -4/+3 |
* | 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 | -324/+0 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -2/+1 |
* | RAND_bytes updates | Matt Caswell | 2015-03-25 | 2 | -5/+8 |
* | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp | Rich Salz | 2015-02-03 | 4 | -96/+4 |