summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_print.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-05-11Remove dead code.Pauli
2016-09-06Misc BN fixesRich Salz
2016-08-22Fix overflow check in BN_bn2dec()Kazuki Yamaguchi
2016-08-16Check for errors in BN_bn2dec()Dr. Stephen Henson
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
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
1999-06-12Avoid some warnings (on silly compilers).Bodo Möller
1999-06-05const/type fixes.Ben Laurie
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall