aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-5/+0
* Remove ultrix/mips support.Rich Salz2016-03-171-5/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* New BN functions.Dr. Stephen Henson2016-02-021-4/+90
* Always DPURIFYEmilia Kasper2016-01-291-11/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Update comment as bn_dup_expand is goneViktor Dukhovni2016-01-081-1/+1
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-2/+3
* Remove BN_initRich Salz2015-11-301-2/+4
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-261-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* remove 0 assignments.Rich Salz2015-09-031-5/+1
* Fix memory over-readRich Salz2015-08-271-1/+1
* BN_bin2bn handle leading zero'sRich Salz2015-08-261-1/+4
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Some cleanups for crypto/bnRich Salz2015-07-221-17/+15
* More secure storage of key material.Rich Salz2015-06-231-6/+31
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-4/+4
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* free null cleanup finaleRich Salz2015-05-011-3/+2
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-3/+3
* Final (for me, for now) dead code cleanupRich Salz2015-02-081-23/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-767/+794
* Move more comments that confuse indentMatt Caswell2015-01-221-6/+7
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+1
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
* Revert "CHANGES: mention "universal" ARM support."Andy Polyakov2015-01-061-1/+1
* CHANGES: mention "universal" ARM support.Andy Polyakov2015-01-061-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell2014-12-081-57/+0
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-0/+126
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-2/+0
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell2014-07-131-0/+9
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+25
* Fix for CVE-2014-0076Dr. Stephen Henson2014-03-121-0/+52
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+2
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson2011-01-251-19/+0
* bn_lib.c: [re-]fix Win64 compiler warning.Andy Polyakov2008-12-291-1/+1
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-6/+6
* size_tification.Ben Laurie2008-11-011-6/+6
* Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov2008-10-281-3/+3
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1