Matt Caswell
|
fecb3aae22
Update copyright year
|
il y a 2 ans |
Hugo Landau
|
bc6bac8561
Fix failure to check result of bn_rshift_fixed_top
|
il y a 2 ans |
Pauli
|
105c83150f
bn: procduce correct sign for result of BN_mod()
|
il y a 3 ans |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
il y a 3 ans |
Amitay Isaacs
|
5de32f22e7
Use numbers definition of int128_t and uint128_t
|
il y a 3 ans |
Matt Caswell
|
605856d72c
Update copyright year
|
il y a 4 ans |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
il y a 4 ans |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
il y a 5 ans |
Antoine Cœur
|
c2969ff6e7
Fix Typos
|
il y a 5 ans |
Richard Levitte
|
367ace6870
Following the license change, modify the boilerplates in crypto/bn/
|
il y a 6 ans |
Andy Polyakov
|
3a4a88f436
bn/bn_{div|shift}.c: introduce fixed-top interfaces.
|
il y a 6 ans |
Andy Polyakov
|
3da2e9c4ee
bn/bn_div.c: make conditional addition unconditional
|
il y a 6 ans |
Matt Caswell
|
1212818eb0
Update copyright year
|
il y a 6 ans |
Andy Polyakov
|
305b68f1a2
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
|
il y a 6 ans |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
il y a 7 ans |
Rich Salz
|
e3713c365c
Remove email addresses from source code.
|
il y a 7 ans |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
il y a 7 ans |
Paul Yang
|
edea42c602
Change to check last return value of BN_CTX_get
|
il y a 7 ans |
Geoff Thorpe
|
38d1b3cc02
bn: fix occurances of negative zero
|
il y a 8 ans |
Andy Polyakov
|
68b4a6e91f
crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'r'.
|
il y a 8 ans |
FdaSilvaYY
|
02e112a885
Whitespace cleanup in crypto
|
il y a 8 ans |
Kurt Roeckx
|
acc600928d
Avoid creating an illegal pointer
|
il y a 8 ans |
Rich Salz
|
4f22f40507
Copyright consolidation 06/10
|
il y a 8 ans |
Rich Salz
|
94af0cd7f3
Move more BN internals to bn_lcl.h
|
il y a 8 ans |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
il y a 9 ans |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
il y a 9 ans |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
il y a 9 ans |
Matt Caswell
|
c80fd6b215
Further comment changes for reformat (master)
|
il y a 9 ans |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
il y a 10 ans |
Emilia Kasper
|
a015758d11
Check for invalid divisors in BN_div.
|
il y a 10 ans |