summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c
AgeCommit message (Expand)Author
2018-02-01Make BN_num_bits_word constant-time.David Benjamin
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell
2017-10-23Correct value for BN_security_bits()Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-12Support constant BN for DH parametersDr. Stephen Henson
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-03-03Ensure we don't call memcpy with a NULL pointerMatt Caswell
2017-02-28Remove memcpy unrolling in bn_lib.cEmilia Kasper
2016-09-06Misc BN fixesRich Salz
2016-08-02Fix some style issues...FdaSilvaYY
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-11Avoid creating illegal pointersKurt Roeckx
2016-05-22Avoid creating an illegal pointerKurt Roeckx
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-03Improve commentDmitry-Me
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-03-17Remove ultrix/mips support.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-02New BN functions.Dr. Stephen Henson
2016-01-29Always DPURIFYEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-08Update comment as bn_dup_expand is goneViktor Dukhovni
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2015-11-30Remove BN_initRich Salz
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-08-27Fix memory over-readRich Salz
2015-08-26BN_bin2bn handle leading zero'sRich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-07-22Some cleanups for crypto/bnRich Salz
2015-06-23More secure storage of key material.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-28remove malloc castsRich Salz
2015-02-08Final (for me, for now) dead code cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix indent comment corruption issueMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-06Revert "CHANGES: mention "universal" ARM support."Andy Polyakov
2015-01-06CHANGES: mention "universal" ARM support.Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell