Richard Levitte
|
4a8b0c55c0
Following the license change, modify the boilerplates in crypto/evp/
|
6 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Richard Levitte
|
b96dba9e5e
Fix small UI issues
|
7 years ago |
Richard Levitte
|
48feaceb53
Remove the possibility to disable the UI module entirely
|
7 years ago |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
8 years ago |
David Woodhouse
|
db922318b3
Elide EVP_read_pw_string() and friends for no-ui
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Richard Levitte
|
135727abe0
Adapt the internal EVP routines to opaque EVP_CIPHER
|
9 years ago |
Richard Levitte
|
bfb0641f93
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
|
9 years ago |
Richard Levitte
|
77a01145be
Have other crypto/evp files include evp_locl.h
|
9 years ago |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 years ago |
Alessandro Ghedini
|
3f6c769187
Fix memory leaks and other mistakes on errors
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Dr. Stephen Henson
|
08df41277a
PR: 1904
|
14 years ago |
Dr. Stephen Henson
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 years ago |
Geoff Thorpe
|
6343829a39
Revert the size_t modifications from HEAD that had led to more
|
16 years ago |
Ben Laurie
|
5e4430e70d
More size_tification.
|
16 years ago |
Dr. Stephen Henson
|
c1facbb681
Check EVP_DigestInit_ex() return value in EVP_BytesToKey().
|
18 years ago |
Richard Levitte
|
875a644a90
Constify d2i, s2i, c2i and r2i functions and other associated
|
20 years ago |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Richard Levitte
|
26414ee013
Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated
|
23 years ago |
Dr. Stephen Henson
|
20d2186c87
|
23 years ago |
Ben Laurie
|
dbad169019
Really add the EVP and all of the DES changes.
|
23 years ago |
Richard Levitte
|
a63d5eaab2
Add a general user interface API. This is designed to replace things
|
23 years ago |
Lutz Jänicke
|
854e076df8
Constify (Jason Molenda <jason@molenda.com>)
|
23 years ago |
Dr. Stephen Henson
|
1358835050
|
24 years ago |
Richard Levitte
|
cf1b7d9664
Make all configuration macros available for application by making
|
24 years ago |
Bodo Möller
|
f03aa651c0
typo
|
24 years ago |