aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_print.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make BIGNUM code available from within the FIPS moduleMatt Caswell2019-06-121-276/+3
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Fix BN_print()Kazuki Yamaguchi2017-08-241-1/+1
* Improvement the formatting in bn_print.cPauli2017-08-231-22/+22
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-3/+3
* Address potential buffer overflows.Pauli2017-07-071-12/+15
* change return (x) to return xPauli2017-07-071-16/+16
* Undo commit d420ac2Rich Salz2017-07-051-7/+6
* Remove dead code.Pauli2017-05-111-2/+0
* Misc BN fixesRich Salz2016-09-061-10/+13
* Fix math in BN_bn2dec comment.David Benjamin2016-08-231-2/+2
* Fix overflow check in BN_bn2dec()Kazuki Yamaguchi2016-08-221-3/+2
* Check for errors in BN_bn2dec()Dr. Stephen Henson2016-08-161-1/+7
* Add some missing return value checksMatt Caswell2016-06-131-2/+3
* fix BN_hex2bn()/BN_dec2bn() memory leakhuangqinjin2016-05-271-2/+2
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+2
* Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2016-02-291-4/+13
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix off-by-one error in BN_bn2hexMatt Caswell2015-06-041-1/+6
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-8/+5
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-4/+3
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-2/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-6/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-295/+299
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson2011-01-251-0/+19
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* size_tification.Ben Laurie2008-11-011-2/+2
* Update from fips2 branch.Dr. Stephen Henson2007-02-031-1/+1
* Add support for setting keybits and public exponent value for pkey RSA keygen.Dr. Stephen Henson2006-04-111-0/+21
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-1/+1
* Two TODO comments taken care of. Nils pointed out that one of them had alreadyGeoff Thorpe2004-09-191-3/+17
* Tidy up, including;Geoff Thorpe2004-06-201-11/+0
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+3
* Due to recent debugging bursts, openssl should be more or less solidGeoff Thorpe2003-11-251-3/+3
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-2/+4
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Constify bn_dump1 implementation so that it matches the prototypeBodo Möller2000-11-171-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Add a comment.Bodo Möller2000-02-271-1/+1
* *** empty log message ***Ulf Möller2000-02-271-4/+2
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-1/+12
* ispell (and minor modifications)Ulf Möller2000-02-031-5/+5
* Run ispell.Ulf Möller2000-01-271-1/+1
* New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson1999-06-201-4/+4