Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
hace 9 años |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
hace 9 años |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
hace 9 años |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
hace 9 años |
Rich Salz
|
b196e7d936
remove malloc casts
|
hace 9 años |
Rich Salz
|
5b18d3025c
util/mkstack.pl now generates entire safestack.h
|
hace 9 años |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
hace 9 años |
Jonas Maebe
|
fb7fbf28b3
UI_construct_prompt: check for NULL when allocating prompt
|
hace 11 años |
Richard Levitte
|
8b5dd34091
* crypto/ui/ui_lib.c: misplaced brace in switch statement.
|
hace 10 años |
Dr. Stephen Henson
|
b17bdc7734
PR: 2188
|
hace 14 años |
Richard Levitte
|
f8ea4757cc
Data not initialised.
|
hace 15 años |
Nils Larsch
|
c755c5fd8b
improved error checking and some fixes
|
hace 19 años |
Andy Polyakov
|
25a66ee3cb
Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h
|
hace 19 años |
Ben Laurie
|
41a15c4f0f
Give everything prototypes (well, everything that's actually used).
|
hace 19 años |
Richard Levitte
|
d420ac2c7d
Use BUF_strlcpy() instead of strcpy().
|
hace 21 años |
Richard Levitte
|
0535d3b25f
Correct a misleading comment.
|
hace 22 años |
Richard Levitte
|
85940ea8ea
Only check for a result buffer if the allocated string is a prompt string.
|
hace 22 años |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
hace 22 años |
Geoff Thorpe
|
79aa04ef27
Make the necessary changes to work with the recent "ex_data" overhaul.
|
hace 23 años |
Geoff Thorpe
|
b7727ee616
The indexes returned by ***_get_ex_new_index() functions are used when
|
hace 23 años |
Richard Levitte
|
103a434386
One forgotten function.
|
hace 23 años |
Richard Levitte
|
219a3580b7
Change info to correct values.
|
hace 23 años |
Richard Levitte
|
54c7559a7e
Make sure we don't return 0 on error.
|
hace 23 años |
Richard Levitte
|
2d2ed9dffd
Implement boolean (yes/no or OK/Cancel, ...) input.
|
hace 23 años |
Dr. Stephen Henson
|
54f7ebe789
In UI_dup_*() function, use the duped string, not the original.
|
hace 23 años |
Richard Levitte
|
eb929eef14
Since there is a way to create UI_METHODs, implement a destructor as
|
hace 23 años |
Richard Levitte
|
9ad0f6812f
Enhance the user interface with better support for dialog box
|
hace 23 años |
Dr. Stephen Henson
|
76569fc662
Initialize UI ex_data.
|
hace 23 años |
Richard Levitte
|
f420de027f
Don't forget to initialise.
|
hace 23 años |
Richard Levitte
|
30a54b9085
Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, define
|
hace 23 años |