summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_print.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2017-08-24Fix BN_print()Kazuki Yamaguchi
2017-08-23Improvement the formatting in bn_print.cPauli
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-07-07Address potential buffer overflows.Pauli
2017-07-07change return (x) to return xPauli
2017-07-05Undo commit d420ac2Rich Salz
2017-05-11Remove dead code.Pauli
2016-09-06Misc BN fixesRich Salz
2016-08-23Fix math in BN_bn2dec comment.David Benjamin
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi
2016-08-16Check for errors in BN_bn2dec()Dr. Stephen Henson
2016-06-13Add some missing return value checksMatt Caswell
2016-05-27fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-28remove malloc castsRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2011-01-25Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2007-02-03Update from fips2 branch.Dr. Stephen Henson
2006-04-11Add support for setting keybits and public exponent value for pkey RSA keygen.Dr. Stephen Henson
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2004-09-19Two TODO comments taken care of. Nils pointed out that one of them had alreadyGeoff Thorpe
2004-06-20Tidy up, including;Geoff Thorpe
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-25Due to recent debugging bursts, openssl should be more or less solidGeoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-11-17Constify bn_dump1 implementation so that it matches the prototypeBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-27Add a comment.Bodo Möller
2000-02-27*** empty log message ***Ulf Möller
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-27Run ispell.Ulf Möller
1999-06-20New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson