2019-02-05 |
Sam Roberts | Remove unnecessary trailing whitespace |
tree | commitdiff |
2019-01-15 |
Matt Caswell | Check more return values in the SRP code |
tree | commitdiff |
2019-01-15 |
Matt Caswell | Check a return value in the SRP code |
tree | commitdiff |
2018-12-06 |
Richard Levitte | Following the license change, modify the boilerplates... |
tree | commitdiff |
2018-12-06 |
Richard Levitte | Refactor the computation of API version limits |
tree | commitdiff |
2018-11-15 |
Antoine Salon | Making SRP_user_pwd functions public |
tree | commitdiff |
2018-11-15 |
Antoine Salon | Added SRP_VBASE_add0_user() |
tree | commitdiff |
2018-11-15 |
Antoine Salon | SRP module documentation |
tree | commitdiff |
2018-06-12 |
Richard Levitte | Make ck_errf.pl ignore commented out error generation |
tree | commitdiff |
2018-04-17 |
Matt Caswell | Fix a memory leak in an error path |
tree | commitdiff |
2018-04-13 |
Matt Caswell | Add support for the SRP base64 alphabet |
tree | commitdiff |
2018-04-13 |
Matt Caswell | Change SRP functions to use EVP_EncodeUpdate/EVP_Decode... |
tree | commitdiff |
2018-04-03 |
Rich Salz | Set error code on alloc failures |
tree | commitdiff |
2018-04-02 |
Kurt Roeckx | Use the private RNG for data that is not public |
tree | commitdiff |
2018-03-13 |
Tim Hudson | update SRP copyright notice |
tree | commitdiff |
2017-08-22 |
Rich Salz | Remove custom base64 code. |
tree | commitdiff |
2017-04-25 |
Richard Levitte | Correct some badly formated preprocessor lines |
tree | commitdiff |
2017-02-21 |
Rich Salz | Prevent OOB in SRP base64 code. |
tree | commitdiff |
2016-10-01 |
Dr. Stephen Henson | SRP code tidy. |
tree | commitdiff |
2016-09-14 |
Matt Caswell | Add some sanity checks around usage of t_fromb64() |
tree | commitdiff |
2016-08-22 |
Matt Caswell | Fix mem leak on error path |
tree | commitdiff |
2016-08-22 |
Matt Caswell | Fix mem leak on error path |
tree | commitdiff |
2016-08-22 |
Matt Caswell | Fix mem leak on error path |
tree | commitdiff |
2016-07-15 |
Dr. Stephen Henson | check return values for EVP_Digest*() APIs |
tree | commitdiff |
2016-06-18 |
Matt Caswell | constify SRP |
tree | commitdiff |
2016-05-23 |
Matt Caswell | Fix error return value in SRP functions |
tree | commitdiff |
2016-05-18 |
Cynh | Fix SRP client key computation |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 05/10 |
tree | commitdiff |
2016-04-28 |
FdaSilvaYY | various spelling fixes |
tree | commitdiff |
2016-04-20 |
Richard Levitte | Remove --classic build entirely |
tree | commitdiff |
2016-04-04 |
Rich Salz | Revert "various spelling fixes" |
tree | commitdiff |
2016-04-04 |
FdaSilvaYY | various spelling fixes |
tree | commitdiff |
2016-03-21 |
Richard Levitte | Remove the remainder of util/mk1mf.pl and companion... |
tree | commitdiff |
2016-03-10 |
Matt Caswell | Mark SRP_VBASE_get_by_user() as deprecated |
tree | commitdiff |
2016-02-25 |
Emilia Kasper | CVE-2016-0798: avoid memory leak in SRP |
tree | commitdiff |
2016-02-20 |
Richard Levitte | Always build library object files with shared library... |
tree | commitdiff |
2016-02-18 |
Richard Levitte | Remove all special make depend flags, as well as OPENSS... |
tree | commitdiff |
2016-02-12 |
Richard Levitte | Rename INSTALL_PREFIX to DESTDIR, remove option --insta... |
tree | commitdiff |
2016-02-05 |
FdaSilvaYY | GH601: Various spelling fixes. |
tree | commitdiff |
2016-02-01 |
Richard Levitte | unified build scheme: add build.info files |
tree | commitdiff |
2016-01-29 |
Rich Salz | Templatize util/domd |
tree | commitdiff |
2016-01-26 |
Rich Salz | Remove /* foo.c */ comments |
tree | commitdiff |
2016-01-20 |
Rich Salz | Remove update tags |
tree | commitdiff |
2016-01-17 |
Rich Salz | Remove some old makefile targets |
tree | commitdiff |
2016-01-12 |
Rich Salz | Move Makefiles to Makefile.in |
tree | commitdiff |
2015-12-16 |
Rich Salz | Rename some BUF_xxx to OPENSSL_xxx |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Fix clang complaints about uninitialised variables. |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Cleanup: fix all sources that used EVP_MD_CTX_(create... |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Adjust all accesses to EVP_MD_CTX to use accessor funct... |
tree | commitdiff |
2015-11-26 |
Matt Caswell | Fix a NULL deref in an error path |
tree | commitdiff |
2015-09-21 |
Matt Caswell | Fix SRP memory leaks |
tree | commitdiff |
2015-09-11 |
Dr. Stephen Henson | Fix "defined but not used" warnings. |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-14 |
Richard Levitte | make depend |
tree | commitdiff |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
tree | commitdiff |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup 12 |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Matt Caswell | RAND_bytes updates |
tree | commitdiff |
2015-02-03 |
Rich Salz | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
tree | commitdiff |
2014-12-08 |
Matt Caswell | Implement internally opaque bn access from srp |
tree | commitdiff |
2014-11-28 |
Rich Salz | Remove all .cvsignore files |
tree | commitdiff |
2014-11-16 |
Mike Bland | Remove redundant test targets outside of test/ |
tree | commitdiff |
2014-08-06 |
Dr. Stephen Henson | Fix SRP buffer overrun vulnerability. |
tree | commitdiff |
2014-06-29 |
Ben Laurie | Constification - mostly originally from Chromium. |
tree | commitdiff |
2014-05-05 |
Tim Hudson | - fix coverity issues 966593-966596 |
tree | commitdiff |
2013-11-12 |
Andy Polyakov | srp/srp_grps.h: make it Compaq C-friendly. |
tree | commitdiff |
2013-02-26 |
Ben Laurie | Missing files target. |
tree | commitdiff |
2012-06-03 |
Ben Laurie | Version skew reduction: trivia (I hope). |
tree | commitdiff |
2012-02-23 |
Dr. Stephen Henson | PR: 2727 |
tree | commitdiff |
2011-05-29 |
Andy Polyakov | Various mingw64 fixes. |
tree | commitdiff |
2011-03-12 |
Dr. Stephen Henson | Fix warnings: signed/unisgned comparison, shadowing... |
tree | commitdiff |
2011-03-12 |
Ben Laurie | Add SRP support. |
tree | commitdiff |
|