Matt Hauck
|
28903862fb
Fix statically linked engine initialization w/ fips
|
8 years ago |
Richard Levitte
|
b05f231cd9
VMS: only use _realloc32 with /POINTER_SIZE=32
|
8 years ago |
Richard Levitte
|
556c4b51d5
VSI submission: avoid pointer size warnings in mem.c
|
8 years ago |
Andy Polyakov
|
6397ac585d
crypto/mem.c: drop reference to cleanse_ctr and fix no-asm builds.
|
8 years ago |
Loganaden Velvindron
|
6e5d130765
Fix CRYPTO_strdup
|
9 years ago |
Matt Caswell
|
ae5c8664e5
Run util/openssl-format-source -v -c .
|
9 years ago |
Russell Coker
|
39679d858a
Fix datarace reported by valgrind/helgrind
|
15 years ago |
Ben Laurie
|
68d2cf51bc
Reduce version skew: trivia (I hope).
|
12 years ago |
Dr. Stephen Henson
|
564a503b1b
Check for potentially exploitable overflows in asn1_d2i_read_bio
|
12 years ago |
Dr. Stephen Henson
|
f69e5d6a19
Call OPENSSL_init after we've checked to see if customisation is permissible.
|
13 years ago |
Dr. Stephen Henson
|
293c58c1e7
Use approved API for EVP digest operations in FIPS builds.
|
13 years ago |
Geoff Thorpe
|
6343829a39
Revert the size_t modifications from HEAD that had led to more
|
16 years ago |
Dr. Stephen Henson
|
2766515fca
Fix prototypes.
|
16 years ago |
Ben Laurie
|
4d6e1e4f29
size_tification.
|
16 years ago |
Ben Laurie
|
6caa4edd3e
Add JPAKE.
|
16 years ago |
Andy Polyakov
|
b2dba9bf1f
Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than
|
17 years ago |
Richard Levitte
|
6781efb92f
CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL
|
21 years ago |
Richard Levitte
|
83eb412da8
In realloc, don't destroy the old memory area if a new one couldn't be
|
21 years ago |
Richard Levitte
|
d5234c7b3a
Make sure the memory allocation routines check for negative sizes
|
22 years ago |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
22 years ago |
Richard Levitte
|
df29cc8f77
Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Richard Levitte
|
0472883cc2
If CRYPTO_realloc() is called with a NULL pointer, have it call
|
22 years ago |
Bodo Möller
|
b93642c5cc
No functional change, but slightly improved code clarity.
|
24 years ago |
Bodo Möller
|
a5435e8b29
After discussion with Richard, change the new API for extended memory
|
24 years ago |
Bodo Möller
|
eddf82a36a
make indentation consistent
|
24 years ago |
Richard Levitte
|
65a22e8e4d
As response to a user request to be able to use external memory
|
24 years ago |
Richard Levitte
|
8d28d5f81b
Constification of the data of a hash table. This means the callback
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Richard Levitte
|
6596268675
In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
|
24 years ago |