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
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-9
/
+2
*
Fix GH 327.
Rich Salz
2016-02-11
1
-1
/
+1
*
Ensure allocation size fits into size_t
Dmitry-Me
2016-02-10
1
-4
/
+11
*
The new init functions can now fail so shouldn't be void
Matt Caswell
2016-02-10
1
-2
/
+7
*
Rename INIT funtions, deprecate old ones.
Rich Salz
2016-02-10
1
-6
/
+6
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-10
3
-18
/
+9
*
Update build.info files for auto-init/de-init
Matt Caswell
2016-02-09
1
-2
/
+2
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
6
-158
/
+24
*
GH641: Don't care openssl_zmalloc
Rich Salz
2016-02-08
3
-5
/
+9
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
4
-5
/
+5
*
GH608: Ensure 64-bit shift no matter sizeof(long)
Dmitry-Me
2016-02-02
1
-1
/
+1
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+20
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
56
-56
/
+0
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
5
-7
/
+10
*
Add TLS PRF method.
Dr. Stephen Henson
2016-01-19
1
-1
/
+2
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
RT4247: Add missing patch
Rich Salz
2016-01-17
1
-3
/
+3
*
RT4247: Fix EVP_CIPHER_CTX opaque on sparc
Rich Salz
2016-01-16
2
-3
/
+3
*
After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h
Richard Levitte
2016-01-13
1
-0
/
+1
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-850
/
+86
*
make update
Richard Levitte
2016-01-12
1
-454
/
+531
*
EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any more
Richard Levitte
2016-01-12
1
-7
/
+0
*
Adapt builtin cipher implementations to opaque EVP_CIPHER
Richard Levitte
2016-01-12
15
-301
/
+454
*
Adapt the internal EVP routines to opaque EVP_CIPHER
Richard Levitte
2016-01-12
2
-3
/
+4
*
Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functions
Richard Levitte
2016-01-12
4
-206
/
+206
*
Remove EVP_CIPHER_CTX_flags, it's only confusing
Richard Levitte
2016-01-12
2
-6
/
+1
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
3
-17
/
+23
*
Adapt cipher implementations to opaque EVP_CIPHER_CTX
Richard Levitte
2016-01-12
5
-31
/
+47
*
Adapt the internal EVP routines to opaque EVP_CIPHER_CTX
Richard Levitte
2016-01-12
1
-4
/
+3
*
Add accessors and writers for EVP_CIPHER_CTX
Richard Levitte
2016-01-12
1
-0
/
+47
*
Make EVP_CIPHER_CTX opaque and renew the creator / destructor functions
Richard Levitte
2016-01-12
2
-36
/
+48
*
Backwards-compatibility subject to OPENSSL_API_COMPAT
Viktor Dukhovni
2016-01-08
1
-1
/
+3
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
3
-4
/
+5
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
2
-2
/
+2
*
Fix declarations and constification for inline stack.
Dr. Stephen Henson
2016-01-07
2
-4
/
+4
*
Fix a possible memleak
Richard Levitte
2016-01-02
1
-0
/
+7
*
Fix no-engine.
Ben Laurie
2015-12-29
1
-0
/
+1
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
3
-3
/
+3
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
2
-2
/
+2
*
Add EVP_PKEY_get0_* functions.
Dr. Stephen Henson
2015-12-15
2
-17
/
+50
*
Extend EVP_PKEY_copy_parameters()
Dr. Stephen Henson
2015-12-15
1
-1
/
+4
*
Remove no longer existant structure member and direct references to EVP_MD_CT...
Ben Laurie
2015-12-13
1
-5
/
+6
*
evp/e_chacha20_poly1305.c: TLS interop fixes.
Andy Polyakov
2015-12-11
1
-12
/
+10
*
make update
Richard Levitte
2015-12-11
1
-1
/
+1
*
Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTX
Richard Levitte
2015-12-11
1
-11
/
+14
*
Make EVP_ENCODE_CTX opaque
Richard Levitte
2015-12-11
2
-0
/
+31
*
evp/e_aes.c: wire hardware-assisted block function to OCB.
Andy Polyakov
2015-12-10
1
-1
/
+39
*
x86[_64] assembly pack: add optimized AES-NI OCB subroutines.
Andy Polyakov
2015-12-10
1
-3
/
+20
[next]