Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 lat temu |
Matt Caswell
|
2934be9134
Make sure all BIGNUM operations work within the FIPS provider
|
5 lat temu |
Richard Levitte
|
367ace6870
Following the license change, modify the boilerplates in crypto/bn/
|
6 lat temu |
Andy Polyakov
|
e02c519cd3
bn/bn_blind.c: use Montgomery multiplication when possible.
|
6 lat temu |
Matt Caswell
|
c4d3c19b4c
Update copyright year
|
6 lat temu |
Kurt Roeckx
|
4cffafe967
Use the private RNG for data that is not public
|
7 lat temu |
Rich Salz
|
e6e9170d6e
Allow NULL for some _free routines.
|
6 lat temu |
Matt Caswell
|
320a81277e
Remove some code for a contributor that we cannot find
|
6 lat temu |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 lat temu |
Rich Salz
|
4f22f40507
Copyright consolidation 06/10
|
8 lat temu |
Viktor Dukhovni
|
5c4328f04f
Fold threads.h into crypto.h making API public
|
8 lat temu |
Alessandro Ghedini
|
0b1a07c8a7
Convert RSA blinding to new multi-threading API
|
8 lat temu |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 lat temu |
Viktor Dukhovni
|
98186eb4e4
Backwards-compatibility subject to OPENSSL_API_COMPAT
|
8 lat temu |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
9 lat temu |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 lat temu |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 lat temu |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 lat temu |
Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 lat temu |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 lat temu |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 lat temu |
Dr. Stephen Henson
|
73e45b2dd1
remove OPENSSL_FIPSAPI
|
10 lat temu |
Doug Goldstein
|
448155e9bb
RT2163: Remove some unneeded #include's
|
10 lat temu |
Bodo Möller
|
e5641d7f05
BN_BLINDING multi-threading fix.
|
13 lat temu |
Dr. Stephen Henson
|
7edfe67456
Move all FIPSAPI renames into fips.h header file, include early in
|
14 lat temu |
Dr. Stephen Henson
|
7cc684f4f7
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
|
14 lat temu |
Dr. Stephen Henson
|
879bd6e38c
Internal version of BN_mod_inverse allowing checking of no-inverse without
|
14 lat temu |
Geoff Thorpe
|
4c3296960d
Remove the dual-callback scheme for numeric and pointer thread IDs,
|
16 lat temu |
Geoff Thorpe
|
5f834ab123
Revert my earlier CRYPTO_THREADID commit, I will commit a reworked
|
16 lat temu |
Geoff Thorpe
|
f7ccba3edf
There was a need to support thread ID types that couldn't be reliably cast
|
16 lat temu |