Clean up "generic" intro pod files.
[openssl.git] / crypto / bn / bn_lib.c
2016-05-22 Kurt RoeckxAvoid creating an illegal pointer
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-03 Dmitry-MeImprove comment
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-03-17 Rich SalzRemove ultrix/mips support.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-02 Dr. Stephen HensonNew BN functions.
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-08 Viktor DukhovniUpdate comment as bn_dup_expand is gone
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-11-30 Rich SalzRemove BN_init
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich Salzremove 0 assignments.
2015-08-27 Rich SalzFix memory over-read
2015-08-26 Rich SalzBN_bin2bn handle leading zero's
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-07-22 Rich SalzSome cleanups for crypto/bn
2015-06-23 Rich SalzMore secure storage of key material.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-28 Rich Salzremove malloc casts
2015-02-08 Rich SalzFinal (for me, for now) dead code cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix indent comment corruption issue
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-06 Andy PolyakovRevert "CHANGES: mention "universal" ARM support."
2015-01-06 Andy PolyakovCHANGES: mention "universal" ARM support.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Matt CaswellMove bn internal functions into bn_int.h and bn_lcl.h
2014-12-08 Matt CaswellPrepare for bn opaquify. Implement internal helper...
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2014-08-18 Doug GoldsteinRT2163: Remove some unneeded #include's
2014-07-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-07-13 Matt CaswellFixed valgrind complaint due to BN_consttime_swap readi...
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-25 Dr. Stephen HensonMove BN_options function to bn_print.c to remove depend...
2008-12-29 Andy Polyakovbn_lib.c: [re-]fix Win64 compiler warning.
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2008-10-28 Andy PolyakovMinor clean-up in bn_lib.c: constification and optimiza...
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-06-20 Geoff ThorpeTidy up, including;
2004-06-17 Geoff ThorpeDeprecate unused cruft, and "make update".
2004-06-17 Geoff ThorpeActually, that last change to BN_get_word() was a littl...
2004-06-17 Geoff ThorpeAs Nils put it;
2004-03-17 Geoff ThorpeVariety of belt-tightenings in the bignum code. (Please...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-02 Geoff ThorpeIncremental cleanups to bn_lib.c.
2003-12-02 Geoff ThorpeBN_FLG_FREE is of extremely dubious usefulness, and...
2003-12-01 Geoff ThorpeDeclare the static BIGNUM "BN_value_one()" more carefully.
2003-11-29 Geoff ThorpeThis improves the placement of check_top() macros in...
2003-11-15 Ulf MöllerBN_set_bit() etc should use "unsigned int".
2003-11-05 Geoff ThorpeThis is a revert of my previous commit to "improve...
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-11-04 Geoff ThorpeThis is the least unacceptable way I've found for decla...
2003-10-29 Geoff ThorpeSome provisional bignum debugging has begun to detect...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-08-03 Bodo Möllerfix bn_expand2
2002-08-02 Bodo Möllerfix bn_expand2
2002-07-25 Bodo MöllerMove zeroing from bn_expand_internal() to bn_expand2...
2001-03-08 Bodo MöllerConstify BN_value_one.
2000-12-04 Bodo MöllerChange error message to "bignum too long"
2000-12-03 Bodo Möllerinclude <limits.h>
2000-12-03 Bodo MöllerDon't allow BIGNUMs to become so large that computation...
2000-12-02 Richard LevitteAdd a comment to explain the purpose of bn_cmp_part_wor...
2000-12-02 Ulf Möllerlast commit was wrong. Now it works. :)
2000-12-02 Ulf Möllerargl
2000-12-02 Ulf MöllerFix bn_cmp_part_words() and move it to bn_lib.c.
2000-11-29 Bodo MöllerFix warnings in expspeed.c (but the segmentation fault...
2000-11-29 Bodo MöllerBN_bin2bn did *not* contain an off-by-one error;
2000-11-29 Bodo MöllerExpand expspeed.c to make BN_kronecker timings.
2000-11-26 Bodo Möllermodular arithmetics
2000-11-16 Richard LevitteMore constification of the BN library.
2000-11-07 Bodo MöllerHandle BN_copy failure after successful BN_new.
2000-11-07 Bodo Möllerhandle the case when BN_new returns NULL
2000-11-06 Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-08-04 Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-03 Ulf Möllerispell (and minor modifications)
next