index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_lcl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-668
/
+0
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Merge probable_prime_dh_safe with bn_probable_prime_dh
Bernd Edlinger
2019-08-09
1
-4
/
+1
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-2
/
+0
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Make BIGNUM code available from within the FIPS module
Matt Caswell
2019-06-12
1
-0
/
+2
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.
Andy Polyakov
2018-07-14
1
-5
/
+4
*
bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.
Andy Polyakov
2018-07-12
1
-1
/
+2
*
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
Andy Polyakov
2018-07-12
1
-2
/
+15
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
1
-8
/
+0
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-21
/
+14
*
Remove OPENSSL_assert() usage from crypto/bn
Matt Caswell
2017-08-21
1
-5
/
+5
*
bn/bn_lcl.h: restore formatting.
Andy Polyakov
2017-07-31
1
-10
/
+10
*
bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.
Andy Polyakov
2017-07-31
1
-11
/
+9
*
bn/bn_lcl.h: improve inline assembly coverage on PPC64.
Andy Polyakov
2017-07-31
1
-7
/
+7
*
Remove dead code in bn
Matt Caswell
2017-02-28
1
-6
/
+0
*
Remove BN_DEBUG_TRIX
Emilia Kasper
2017-02-28
1
-8
/
+0
*
bn: catch negative zero as an error
Geoff Thorpe
2017-02-01
1
-2
/
+2
*
bn: fix BN_DEBUG + BN_DEBUG_RAND support
Geoff Thorpe
2017-02-01
1
-8
/
+6
*
bn/bn_lcl.h: improve interoperability with clang and Android NDK.
Andy Polyakov
2016-09-13
1
-2
/
+2
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
1
-15
/
+15
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
Matt Caswell
2016-02-29
1
-0
/
+11
*
RT4339: Fix handling of <internal/bn_conf.h>
David Woodhouse
2016-02-23
1
-1
/
+11
*
Move more BN internals to bn_lcl.h
Rich Salz
2016-01-30
1
-0
/
+88
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Move & split opensslconf.h.in
Rich Salz
2016-01-25
1
-0
/
+1
*
Remove BN_init
Rich Salz
2015-11-30
1
-1
/
+1
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-13
/
+1
*
bn/bn_lcl.h: fix MIPS-specific gcc version check.
Andy Polyakov
2015-05-26
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-3
/
+3
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-447
/
+442
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-2
/
+3
*
Fix unused variable warning
Emilia Kasper
2014-12-15
1
-1
/
+3
*
Move bn internal functions into bn_int.h and bn_lcl.h
Matt Caswell
2014-12-08
1
-0
/
+97
*
Make bn opaque
Matt Caswell
2014-12-08
1
-0
/
+54
*
Prepare for bn opaquify. Implement internal helper functions.
Matt Caswell
2014-12-08
1
-1
/
+1
*
Try skipping over the adding and just picking a new random number.
Felix Laurie von Massenbach
2014-06-01
1
-2
/
+2
*
Generate safe primes not divisible by 3, 5 or 7.
Felix Laurie von Massenbach
2014-06-01
1
-1
/
+1
*
Add a method to generate a prime that is guaranteed not to be divisible by 3 ...
Felix Laurie von Massenbach
2014-06-01
1
-0
/
+2
*
Remove static from probable_prime_dh.
Felix Laurie von Massenbach
2014-06-01
1
-0
/
+3
*
Initial aarch64 bits.
Andy Polyakov
2013-10-13
1
-0
/
+9
*
bn_lcl.h: gcc removed support for "h" constraint, which broke inline
Andy Polyakov
2012-09-01
1
-2
/
+9
*
crypto/bn/*.h: move PTR_SIZE_INT to private header.
Andy Polyakov
2012-07-02
1
-0
/
+18
*
Internal version of BN_mod_inverse allowing checking of no-inverse without
Dr. Stephen Henson
2011-01-26
1
-0
/
+3
*
bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as alternative to porting
Andy Polyakov
2010-01-17
1
-3
/
+16
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-17
/
+14
[next]