summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_sqr.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov
2018-07-12bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2016-11-15Check return value of some BN functions.Rich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2014-06-26Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2001-09-05bug fix: bn_sqr_recursive output is twice its input size.Ulf Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-16Oops, when I clean, I should do it thoroughly.Richard Levitte
2000-11-16I've checked again and again. There really is no need to expand a toRichard Levitte
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-09-19Totally remove the supposedly 'faster' variant inBodo Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall