index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_print.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Make BIGNUM code available from within the FIPS module
Matt Caswell
2019-06-12
1
-276
/
+3
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix BN_print()
Kazuki Yamaguchi
2017-08-23
1
-1
/
+1
*
Improvement the formatting in bn_print.c
Pauli
2017-08-22
1
-22
/
+22
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-3
/
+3
*
Address potential buffer overflows.
Pauli
2017-07-07
1
-12
/
+15
*
change return (x) to return x
Pauli
2017-07-07
1
-16
/
+16
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-7
/
+6
*
Remove dead code.
Pauli
2017-05-11
1
-2
/
+0
*
Misc BN fixes
Rich Salz
2016-09-06
1
-10
/
+13
*
Fix math in BN_bn2dec comment.
David Benjamin
2016-08-23
1
-2
/
+2
*
Fix overflow check in BN_bn2dec()
Kazuki Yamaguchi
2016-08-22
1
-3
/
+2
*
Check for errors in BN_bn2dec()
Dr. Stephen Henson
2016-08-16
1
-1
/
+7
*
Add some missing return value checks
Matt Caswell
2016-06-13
1
-2
/
+3
*
fix BN_hex2bn()/BN_dec2bn() memory leak
huangqinjin
2016-05-27
1
-2
/
+2
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Use OPENSSL_hexchar2int
Rich Salz
2016-05-16
1
-7
/
+2
*
Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
Matt Caswell
2016-02-29
1
-4
/
+13
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix off-by-one error in BN_bn2hex
Matt Caswell
2015-06-04
1
-1
/
+6
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-8
/
+5
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-2
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-4
/
+3
*
OPENSSL_NO_xxx cleanup: many removals
Rich Salz
2015-01-27
1
-2
/
+0
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-6
/
+6
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-295
/
+299
*
Further comment changes for reformat (master)
Matt Caswell
2015-01-22
1
-1
/
+2
*
Cleanup OPENSSL_NO_xxx, part 1
master-pre-reformat
Rich Salz
2015-01-14
1
-1
/
+1
*
Move BN_options function to bn_print.c to remove dependency for BIO printf
Dr. Stephen Henson
2011-01-25
1
-0
/
+19
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-2
/
+2
*
size_tification.
Ben Laurie
2008-11-01
1
-2
/
+2
*
Update from fips2 branch.
Dr. Stephen Henson
2007-02-03
1
-1
/
+1
*
Add support for setting keybits and public exponent value for pkey RSA keygen.
Dr. Stephen Henson
2006-04-11
1
-0
/
+21
*
- use BN_set_negative and BN_is_negative instead of BN_set_sign
Nils Larsch
2005-04-22
1
-1
/
+1
*
Two TODO comments taken care of. Nils pointed out that one of them had already
Geoff Thorpe
2004-09-19
1
-3
/
+17
*
Tidy up, including;
Geoff Thorpe
2004-06-20
1
-11
/
+0
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-2
/
+3
*
Due to recent debugging bursts, openssl should be more or less solid
Geoff Thorpe
2003-11-25
1
-3
/
+3
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-2
/
+4
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-2
/
+2
*
Constify bn_dump1 implementation so that it matches the prototype
Bodo Möller
2000-11-17
1
-1
/
+1
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-6
/
+6
*
Add a comment.
Bodo Möller
2000-02-27
1
-1
/
+1
*
*** empty log message ***
Ulf Möller
2000-02-27
1
-4
/
+2
*
Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.
Ulf Möller
2000-02-26
1
-1
/
+12
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-5
/
+5
*
Run ispell.
Ulf Möller
2000-01-27
1
-1
/
+1
*
New functions CONF_load_bio() and CONF_load_fp() to load a configuration
Dr. Stephen Henson
1999-06-20
1
-4
/
+4
[next]