Lukasz Pawelczyk
|
64846096b1
Restore EVP_CIPH_FLAG_LENGTH_BITS working properly
|
8 years ago |
Bernd Edlinger
|
273a0218e6
Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULL
|
7 years ago |
Matt Caswell
|
b153f0921b
Remove assert from is_partially_overlapping()
|
7 years ago |
Matt Caswell
|
7141ba3196
Fix the overlapping check for fragmented "Update" operations
|
7 years ago |
Andy Polyakov
|
83151b73a4
evp/evp_enc.c: make assert error message more readable
|
8 years ago |
Andy Polyakov
|
5fc77684f1
evp/evp_enc.c: refine partial buffer overlap detection.
|
8 years ago |
Andy Polyakov
|
c3a73daf0a
evp/evp_enc.c: check for partially[!] overlapping buffers
|
8 years ago |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
8 years ago |
Matt Caswell
|
a7f9e0a45f
Remove an unneccessary check of cipher
|
8 years ago |
Matt Caswell
|
3f3582139f
Fix encrypt overflow
|
8 years ago |
Rich Salz
|
3c27208fab
Remove #error from include files.
|
8 years ago |
Rich Salz
|
7c96dbcdab
GH715: ENGINE_finish can take NULL
|
8 years ago |
FdaSilvaYY
|
0d4fb84390
GH601: Various spelling fixes.
|
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
|
480d33237d
Remove EVP_CIPHER_CTX_flags, it's only confusing
|
9 years ago |
Richard Levitte
|
c0ca39bdd6
Adapt the internal EVP routines to opaque EVP_CIPHER_CTX
|
9 years ago |
Richard Levitte
|
8baf9968df
Make EVP_CIPHER_CTX opaque and renew the creator / destructor functions
|
9 years ago |
Andy Polyakov
|
f6b9427923
evp/evp_enc.c: allow EVP_CIPHER.ctx_size to be 0.
|
9 years ago |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 years ago |
Rich Salz
|
b51bce9420
Add and use OPENSSL_zalloc
|
9 years ago |
Rich Salz
|
fbfcb22439
RT3999: Remove sub-component version strings
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
580139bd5b
RT3841: memset() cipher_data when allocated
|
9 years ago |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
c5ba2d9904
free NULL cleanup
|
9 years ago |
Richard Levitte
|
c6ef15c494
clang on Linux x86_64 complains about unreachable code.
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |