summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn
AgeCommit message (Expand)Author
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to beMiod Vallat
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-27When building a BN on the stack in BN_div(), make sure to initialize all itsMiod Vallat
2014-06-27hand-KNF macro the do { } while loopsTheo de Raadt
2014-06-20Fix incorrect bounds check in amd64 assembly version of bn_mul_mont();Miod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-06-06s/assember/assembler/ before someone gets offended. At the lastTheo de Raadt
2014-05-31Get the public headers from the official place with <openssl/ >Theo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-29ok, next pass after review: when possible, put the reallocarray argumentsTheo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-25calloc instead of malloc/memset. from Benjamin BaierTed Unangst
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-23Replace (sometimes conditional) use of alloca with malloc, and clearingMiod Vallat
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-05-15Stop being a dummy... presumably these are left overs from pedantic modeJoel Sing
2014-05-08knfectomie.Joel Sing
2014-05-08Emergency knfectomie requested by tedu@.Joel Sing
2014-05-07with the first bug it uncovered fixed, clear all bignums again.Ted Unangst
2014-05-07in BN_clear_free, don't cleanse the data if the static data flag is set.Ted Unangst
2014-05-07revert, thanks sthenTed Unangst
2014-05-05inspired by a cloudflare diff, cleanse old memory when expanding a bignum.Ted Unangst
2014-05-03typosMiod Vallat
2014-05-02More use of 64-bit registers which needs to be disabled under OpenBSD.Miod Vallat
2014-05-01Do not output SOM-specific directives.Miod Vallat
2014-05-01Fix include filename to get register name aliases under BSDMiod Vallat
2014-05-01Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case.Miod Vallat
2014-05-01dead meatMiod Vallat
2014-04-30First pass at removing win64 support from the assembly generating PerlJoel Sing
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.Miod Vallat
2014-04-23One last Dec C tentacle on alpha.Miod Vallat
2014-04-23When I grow up, I want to write workaround for long long multiplicationsMiod Vallat
2014-04-23Remove IRIX_CC_BUG workaround.Miod Vallat
2014-04-23I'm glad to know that Ultrix CC has a bug optimizing switch() statementsMiod Vallat
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@Miod Vallat
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valueMiod Vallat
2014-04-20theo found a file we don't seem to need, but just in case, i will pasteTed Unangst
2014-04-19Lacking a proof that--for this implementation--exposure of MontgomeryPhilip Guenther
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-18Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,Miod Vallat
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.Miod Vallat
2014-04-17Nuke BN_DEBUG_LEVITTEMiod Vallat
2014-04-17todo: do not leave 15 year old todo lists in the tree.Miod Vallat
2014-04-17Use of OPENSSL_SYS_xxx defines in public header files considered harmful.Miod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17RAND_seed now does nothing, so skip the operationTheo de Raadt
2014-04-15we don't use these files for buildingTed Unangst