Richard Levitte
|
4a8b0c55c0
Following the license change, modify the boilerplates in crypto/evp/
|
6 years ago |
Bernd Edlinger
|
fce78bd4ed
Fix invalid function type casts.
|
7 years ago |
Daniel Bevenius
|
27ab91951c
Make BIO_METHOD struct definitions consistent
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Matt Caswell
|
7f517c2676
Remove some commented out code in libcrypto
|
7 years ago |
Matt Caswell
|
3befffa39d
Create BIO_write_ex() which handles size_t arguments
|
8 years ago |
Matt Caswell
|
d07aee2c7a
Create BIO_read_ex() which handles size_t arguments
|
8 years ago |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
8 years ago |
Matt Caswell
|
a146ae55ba
Make BIO opaque
|
8 years ago |
David Benjamin
|
04f6b0fd91
RT4660: BIO_METHODs should be const.
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Richard Levitte
|
bfb0641f93
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
|
9 years ago |
Richard Levitte
|
ab0a14bbc7
Add inclusion of internal/evp_int.h to all crypto/ files that need it
|
9 years ago |
Richard Levitte
|
77a01145be
Have other crypto/evp files include evp_locl.h
|
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 |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Dr. Stephen Henson
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 years ago |
Dr. Stephen Henson
|
e4e949192b
Submitted by: Victor B. Wagner <vitus@cryptocom.ru>
|
15 years ago |
Ben Laurie
|
ab2d91bd6b
Don't copy from a nonexistent next. Coverity ID 47.
|
17 years ago |
Dr. Stephen Henson
|
52cfa39716
Add -hmac option to dgst from 0.9.7 stable branch.
|
18 years ago |
Dr. Stephen Henson
|
29cf84c692
New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.
|
18 years ago |
Nils Larsch
|
41e455bfc4
test, remove unnecessary const cast
|
19 years ago |
Dr. Stephen Henson
|
c128bb0fa2
Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.
|
20 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 |
Dr. Stephen Henson
|
130832150c
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Ulf Möller
|
0e1c06128a
Get rid of more non-ANSI declarations.
|
24 years ago |
Richard Levitte
|
d3442bc780
Move the registration of callback functions to special functions
|
25 years ago |