index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix C++ style comments, change assert to OPENSSL_assert, stop warning with
Dr. Stephen Henson
2006-08-31
1
-0
/
+6
*
Make things static that should be. Declare stuff in headers that should be.
Ben Laurie
2006-08-28
2
-2
/
+7
*
Fix various error codes to match functions.
Dr. Stephen Henson
2006-07-17
4
-2
/
+4
*
New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.
Dr. Stephen Henson
2006-07-12
2
-12
/
+5
*
Allow digests to supply S/MIME micalg values from a ctrl.
Dr. Stephen Henson
2006-07-10
2
-3
/
+11
*
New functions to add and free up application defined signature OIDs.
Dr. Stephen Henson
2006-07-09
1
-0
/
+1
*
New functions to enumerate digests and ciphers.
Dr. Stephen Henson
2006-07-09
2
-0
/
+79
*
Typos(?) in HEAD/crypto/evp/p_lib.c.
Andy Polyakov
2006-07-04
1
-3
/
+3
*
Make return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() consistent.
Dr. Stephen Henson
2006-07-02
1
-5
/
+14
*
Fix EVP_PKEY_CTX_dup() to return correct value and handle NULL keys in
Dr. Stephen Henson
2006-06-27
1
-7
/
+5
*
Camellia cipher, contributed by NTT
Bodo Möller
2006-06-11
1
-0
/
+125
*
Camellia cipher, contributed by NTT
Bodo Möller
2006-06-09
6
-12
/
+211
*
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-05
5
-40
/
+114
*
Make update.
Dr. Stephen Henson
2006-06-02
1
-3
/
+3
*
Extend default method string to include public key methods.
Dr. Stephen Henson
2006-06-02
1
-2
/
+9
*
Typo.
Dr. Stephen Henson
2006-06-02
1
-1
/
+1
*
Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINE
Dr. Stephen Henson
2006-06-02
4
-3
/
+51
*
Fix error code. make update
Dr. Stephen Henson
2006-06-01
1
-0
/
+13
*
New pkey functions for keygen callbacks and retrieving operation type.
Dr. Stephen Henson
2006-05-31
3
-0
/
+21
*
Add prototypes, update Win32 ordinals.
Dr. Stephen Henson
2006-05-25
1
-0
/
+4
*
Update EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().
Dr. Stephen Henson
2006-05-25
2
-0
/
+11
*
New function to dup EVP_PKEY_CTX. This will be needed to make new signing
Dr. Stephen Henson
2006-05-25
2
-0
/
+43
*
New functions for enchanced digest sign/verify.
Dr. Stephen Henson
2006-05-24
3
-2
/
+156
*
Fix warnings.
Dr. Stephen Henson
2006-05-24
1
-1
/
+1
*
Use size_t for new crypto size parameters.
Dr. Stephen Henson
2006-05-24
4
-59
/
+60
*
Add ctrl to EVP_MD and EVP_PKEY_CTX to EVP_MD_CTX. These will be used
Dr. Stephen Henson
2006-05-22
1
-0
/
+36
*
Code tidy.
Dr. Stephen Henson
2006-05-18
1
-2
/
+1
*
make update
Dr. Stephen Henson
2006-05-18
1
-5
/
+5
*
HMAC OIDs from RFC4231.
Dr. Stephen Henson
2006-05-17
1
-0
/
+4
*
Add PRF preference ctrl to ciphers.
Dr. Stephen Henson
2006-05-15
2
-0
/
+6
*
Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.
Dr. Stephen Henson
2006-05-15
3
-39
/
+96
*
Extend PBE code to support non default PKCS#5 v2.0 PRFs.
Dr. Stephen Henson
2006-05-14
4
-60
/
+171
*
New functions to get key types without dereferncing EVP_PKEY.
Dr. Stephen Henson
2006-05-11
2
-0
/
+12
*
Update PKCS#7 enveloped data to new API.
Dr. Stephen Henson
2006-05-08
1
-1
/
+4
*
Add support for default public key digest type ctrl.
Dr. Stephen Henson
2006-05-07
2
-0
/
+12
*
Update EVP_PKEY_cmp() and X509_check_private() to return sensible values and
Dr. Stephen Henson
2006-04-28
1
-1
/
+1
*
Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithm
Dr. Stephen Henson
2006-04-27
1
-0
/
+1
*
Add prototypes and pkey accessor function for EVP_PKEY_CTX.
Dr. Stephen Henson
2006-04-26
2
-0
/
+10
*
Add 'flags' parameter to EVP_PKEY_asn1_meth_new() to set algorithm flags.
Dr. Stephen Henson
2006-04-21
1
-1
/
+1
*
as we encrypt every bit separately we need to loop through the number
Nils Larsch
2006-04-20
1
-1
/
+1
*
Remove link between digests and signature algorithms.
Dr. Stephen Henson
2006-04-19
7
-8
/
+59
*
Remove comment from SSLeay days about EVP_PKEY_METHOD.
Dr. Stephen Henson
2006-04-19
1
-67
/
+0
*
Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.
Dr. Stephen Henson
2006-04-17
1
-1
/
+3
*
Fix (most) WIN32 warnings and errors.
Dr. Stephen Henson
2006-04-17
4
-4
/
+4
*
Provisional support for EC pkey method, supporting ECDH and ECDSA.
Dr. Stephen Henson
2006-04-16
1
-2
/
+3
*
Use more flexible method of determining output length, by setting &outlen
Dr. Stephen Henson
2006-04-15
5
-6
/
+31
*
Fix from 0.9.7-stable branch.
Dr. Stephen Henson
2006-04-15
1
-3
/
+8
*
Add functions to allow setting and adding external EVP_PKEY_METHOD.
Dr. Stephen Henson
2006-04-14
3
-0
/
+228
*
Complete key derivation support.
Dr. Stephen Henson
2006-04-13
4
-0
/
+73
*
Update dependencies.
Dr. Stephen Henson
2006-04-13
1
-0
/
+10
[next]