index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
bn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If BN_div_word() fails (by returning (BN_ULONG)-1) or if the division
guenther
2016-10-17
1
-4
/
+8
*
Less S390.
jsing
2016-09-04
3
-1176
/
+0
*
Less IA64.
jsing
2016-09-04
2
-2406
/
+0
*
switch to a constant-time gather procedure for amd64 mont5 asm
bcook
2016-09-03
1
-199
/
+314
*
add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
bcook
2016-09-03
1
-16
/
+55
*
BN_mod_exp_mont_consttime: check for zero modulus.
bcook
2016-09-03
1
-9
/
+33
*
BN_mod_exp_mont_consttime: check for zero modulus.
bcook
2016-09-03
1
-4
/
+5
*
Avoid undefined-behavior right-shifting by a word-size # of bits.
bcook
2016-09-03
1
-3
/
+2
*
don't mix code and decls, ok tedu@
bcook
2016-07-18
1
-2
/
+3
*
use memset to initialize the union
bcook
2016-07-17
1
-2
/
+4
*
Initialize buffers before use, noted by Kinichiro Inoguchi.
bcook
2016-07-17
1
-7
/
+7
*
On systems where we do not have BN_ULLONG defined (most 64-bit systems),
bcook
2016-07-05
2
-9
/
+37
*
'accomodate' -> 'accommodate' in comments.
krw
2016-03-15
1
-2
/
+2
*
Add error handling to the remaining calls to bn_wexpand().
bcook
2016-03-12
1
-4
/
+7
*
graduate bn_expand() to a real function. the openssl version of this
deraadt
2016-03-04
2
-4
/
+16
*
Revert bn_expand until there's consensus on a fix.
doug
2016-03-04
1
-14
/
+3
*
Add bounds checking for BN_hex2bn/BN_dec2bn.
doug
2016-03-02
2
-10
/
+26
*
More adress -> address
mmcc
2015-12-24
1
-1
/
+1
*
Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;
miod
2015-11-06
1
-2
/
+2
*
Reject too small bits value in BN_generate_prime_ex(), so that it does not risk
miod
2015-10-21
3
-4
/
+22
*
actually include the prerequisite dependency for BIO instead of doing nastyness
beck
2015-10-16
1
-5
/
+2
*
remove excessive brackets on pointer math
deraadt
2015-09-28
1
-8
/
+8
*
Redo 1.25, without the NULL deref.
miod
2015-09-27
1
-22
/
+31
*
Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") for
sthen
2015-09-18
1
-31
/
+22
*
Handle negative-zero in BN_bn2dec() too, just like in BN_print().
deraadt
2015-09-13
1
-22
/
+31
*
BN does support negative-zero -- BN_print() sets the standard here.
deraadt
2015-09-13
1
-3
/
+3
*
Remove workaround for old SIMICS toolchain.
miod
2015-09-12
1
-45
/
+1
*
Remove horribly old and outdated `documentation' for the assembly code.
miod
2015-09-12
1
-27
/
+0
*
Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again.
bcook
2015-09-11
2
-12
/
+12
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
3
-8
/
+9
*
typos
miod
2015-08-18
1
-1
/
+1
*
Avoid an infinite loop that can be triggered by parsing an ASN.1
jsing
2015-06-11
1
-3
/
+8
*
Add missing BN_CTX_end() calls.
doug
2015-04-29
3
-11
/
+15
*
Fix indentation that incorrectly implies a different control flow.
doug
2015-03-21
2
-6
/
+9
*
Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.
bcook
2015-02-25
3
-654
/
+303
*
If BN_rand() or BN_pseudo_rand() are called with a NULL rnd argument,
jsing
2015-02-19
1
-3
/
+8
*
Potential NULL dereference in the error path; Coverity CID 21720
miod
2015-02-14
1
-2
/
+2
*
Fix tests that got incorrectly inverted with the BN_CTX_get() return check
jsing
2015-02-14
1
-5
/
+5
*
Remove unnecessary include of assert.h
miod
2015-02-10
2
-4
/
+2
*
BN_CTX_get() can fail - consistently check its return value.
jsing
2015-02-09
12
-110
/
+140
*
Delete a lot of #if 0 code in libressl.
doug
2015-02-07
1
-12
/
+1
*
deregister; no binary change
jsg
2014-10-28
6
-23
/
+23
*
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
jsing
2014-10-22
2
-22
/
+10
*
None of these need to include <openssl/rand.h>
jsing
2014-10-18
2
-6
/
+2
*
if (x) FOO_free(x) -> FOO_free(x).
miod
2014-07-12
5
-23
/
+14
*
typos
miod
2014-07-12
1
-1
/
+1
*
Apparently better fix for OpenSSL PR #3397 (Joyent bug #7704), from OpenSSL
miod
2014-07-11
1
-2
/
+2
*
Make sure BN_sqr never returns negative numbers.
miod
2014-07-11
1
-1
/
+2
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
25
-57
/
+70
*
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
2014-07-10
11
-14
/
+44
[next]