aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/srp
Commit message (Expand)AuthorAgeFilesLines
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-2/+2
* Prevent OOB in SRP base64 code.Rich Salz2017-02-211-2/+5
* SRP code tidy.Dr. Stephen Henson2016-10-011-69/+17
* Add some sanity checks around usage of t_fromb64()Matt Caswell2016-09-141-9/+27
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+4
* Fix mem leak on error pathMatt Caswell2016-08-231-1/+3
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+2
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-152-23/+32
* constify SRPMatt Caswell2016-06-182-26/+28
* Fix error return value in SRP functionsMatt Caswell2016-05-231-8/+13
* Fix SRP client key computationCynh2016-05-181-2/+2
* Copyright consolidation 05/10Rich Salz2016-05-172-110/+12
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-39/+0
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell2016-03-101-0/+2
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-5/+53
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-4/+1
* Remove /* foo.c */ commentsRich Salz2016-01-262-2/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-84/+59
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-5/+5
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-072-9/+9
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-072-47/+64
* Fix a NULL deref in an error pathMatt Caswell2015-11-261-1/+1
* Fix SRP memory leaksMatt Caswell2015-09-211-9/+24
* Fix "defined but not used" warnings.Dr. Stephen Henson2015-09-111-0/+12
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-2/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-142-2/+2
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-112-16/+16
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* free NULL cleanup 7Rich Salz2015-04-301-3/+3
* free cleanup 12Rich Salz2015-04-301-5/+6
* remove malloc castsRich Salz2015-04-281-4/+3
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-324/+0
* free NULL cleanupRich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-252-5/+8
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-034-96/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-225-1040/+1000