Richard Levitte
|
4a8b0c55c0
Following the license change, modify the boilerplates in crypto/evp/
|
6 years ago |
Paul Yang
|
675f4ceef8
Update document for SM2 stuffs
|
6 years ago |
Paul Yang
|
4803717f5e
Support setting SM2 ID
|
6 years ago |
Paul Yang
|
0a8fdef752
Support pmeth->digest_custom
|
6 years ago |
Bernd Edlinger
|
19546246cf
Fix memleak in EVP_DigestSignFinal/VerifyFinal.
|
7 years ago |
Dr. Stephen Henson
|
f723c98e2d
Add support for custom digestsign/digestverify methods.
|
7 years ago |
Dr. Stephen Henson
|
7539418981
Add EVP_DigestSign and EVP_DigesVerify
|
7 years ago |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
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
|
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 |
Gunnar Kudrjavets
|
4c9b0a0314
Initialize potentially uninitialized local variables
|
9 years ago |
Dr. Stephen Henson
|
27af42f9ac
Move some EVP internals to evp_int.h
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Dr. Stephen Henson
|
0f7fa1b190
Constify.
|
11 years ago |
Dr. Stephen Henson
|
afa23c46d9
Flag to disable automatic copying of contexts.
|
11 years ago |
Dr. Stephen Henson
|
ae3fff5034
Some of the MS_STATIC use in crypto/evp is a legacy from the days when
|
14 years ago |
Dr. Stephen Henson
|
e3e31ff482
Use supplied ENGINE when initialising CMAC. Restore pctx setting.
|
14 years ago |
Dr. Stephen Henson
|
c8ef656df2
Make CMAC API similar to HMAC API. Add methods for CMAC.
|
14 years ago |
Dr. Stephen Henson
|
fecef70773
Yes it is a typo ;-)
|
15 years ago |
Ben Laurie
|
0eab41fb78
If we're going to return errors (no matter how stupid), then we should
|
16 years ago |
Dr. Stephen Henson
|
2e5975285e
Update obsolete email address...
|
16 years ago |
Dr. Stephen Henson
|
e69adea539
New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.
|
17 years ago |
Dr. Stephen Henson
|
74633553a9
Experimental HMAC support via EVP_PKEY_METHOD.
|
17 years ago |
Dr. Stephen Henson
|
baecb96e8a
Fix digest signing so digest type is set after init.
|
17 years ago |
Dr. Stephen Henson
|
6181f5e404
Preliminary support for signctx/verifyctx callbacks.
|
17 years ago |
Ben Laurie
|
777c47acbe
Make things static that should be. Declare stuff in headers that should be.
|
18 years ago |
Dr. Stephen Henson
|
91c9e62123
New functions for enchanced digest sign/verify.
|
18 years ago |