summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
AgeCommit message (Expand)Author
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-01-27"#if 0" removal: header filesRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-08Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell
2014-12-08Make bn opaqueMatt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2014-03-12Fix for CVE-2014-0076Dr. Stephen Henson
2013-06-13Add secure DSA nonce flag.Adam Langley
2013-06-04Ensure that, when generating small primes, the result is actually of theAdam Langley
2012-07-02crypto/bn/*.h: move PTR_SIZE_INT to private header.Andy Polyakov
2011-06-17Give parameters names in prototypes.Dr. Stephen Henson
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2011-02-14New function BN_nist_mod_func which returns an appropriate functionDr. Stephen Henson
2011-02-12Disable some functions in headers with no-ec2mDr. Stephen Henson
2011-01-09add X9.31 prime generation routines from 0.9.8 branchDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-11symbol deobnoxificationBodo Möller
2008-11-01size_tification.Ben Laurie
2008-10-22Apparently '__top' is also risky, obfuscate further. (All this toGeoff Thorpe
2008-10-22Use of a 'top' var creates "shadow variable" warnings.Geoff Thorpe
2008-10-19Constification.Ben Laurie
2008-10-15Optimize bn_correct_top.Andy Polyakov
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-05-01Montgomery-related minor cleanups/documentationBodo Möller
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-06-11Privatize BN_*_no_branch.Andy Polyakov
2007-04-19fix error codesBodo Möller
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2006-04-11Add support for setting keybits and public exponent value for pkey RSA keygen.Dr. Stephen Henson
2006-01-13fix commentNils Larsch
2005-12-16We all make typos:-) Fix just introduced ones in bn.hAndy Polyakov
2005-12-16Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 andAndy Polyakov
2005-12-15Allow for bn(64,32) on LP64 platforms.Andy Polyakov
2005-11-06Move declaration for optional bn_mul_mont to bn_lcl.h in order to hideAndy Polyakov
2005-10-22Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.Andy Polyakov
2005-10-06Leave the decision to call/implement bn_sqr_mont to assembler developer.Andy Polyakov
2005-10-05Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). ThisDr. Stephen Henson
2005-10-04Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINTAndy Polyakov
2005-10-04Add reference implementation for bn_[mul|sqr]_mont, new candidates forAndy Polyakov
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-08-21Make D-H safer, include well-known primes.Ben Laurie