projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
only cleanup ctx if we need to, save ctx flags when we do
[openssl.git]
/
crypto
/
evp
/
evp_enc.c
2012-02-10
Dr. Stephen Henson
only cleanup ctx if we need to, save ctx flags when...
blob
|
commitdiff
|
raw
2011-10-13
Bodo Möller
Make CTR mode behaviour consistent with other modes:
blob
|
commitdiff
|
raw
|
diff to current
2011-03-21
Dr. Stephen Henson
Use a signed value to check return value of do_cipher().
blob
|
commitdiff
|
raw
|
diff to current
2011-02-07
Dr. Stephen Henson
Use 0 not -1 (since type is size_t) for finalisation...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-07
Dr. Stephen Henson
New flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structu...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-11
Dr. Stephen Henson
PR: 2295
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Dr. Stephen Henson
Fix ctr mode properly this time....
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Dr. Stephen Henson
Make ctr mode behaviour consistent with other modes.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Dr. Stephen Henson
'typo'
blob
|
commitdiff
|
raw
|
diff to current
2010-02-07
Dr. Stephen Henson
Add missing function EVP_CIPHER_CTX_copy(). Current...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-12
Geoff Thorpe
Revert the size_t modifications from HEAD that had...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-01
Ben Laurie
More size_tification.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-14
Bodo Möller
Don't use assertions to check application-provided...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-21
Dr. Stephen Henson
Constify version strings and some structures.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-02
Dr. Stephen Henson
New functions to support opaque EVP_CIPHER_CTX handling.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-20
Nils Larsch
the final byte of a pkcs7 padded plaintext can never...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-11
Bodo Möller
Fix more error codes.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-19
Geoff Thorpe
Reduce header interdependencies, initially in engine...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-28
Dr. Stephen Henson
Enhance EVP code to generate random symmetric keys...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-01
Richard Levitte
It was pointed out to me that if the requested size...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-01
Richard Levitte
Check that OPENSSL_malloc() really returned some memory.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-29
Geoff Thorpe
A general spring-cleaning (in autumn) to fix up signed...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-30
Richard Levitte
Add the possibility to build without the ENGINE framework.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-17
Dr. Stephen Henson
EVP_DecryptInit() should call EVP_CipherInit() not...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-29
Richard Levitte
A few more memset()s converted to OPENSSL_cleanse().
blob
|
commitdiff
|
raw
|
diff to current
2002-11-13
Ben Laurie
Security fixes brought forward from 0.9.7.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-15
Dr. Stephen Henson
Zero cipher_data in EVP_CIPHER_CTX_cleanup
blob
|
commitdiff
|
raw
|
diff to current
2002-03-16
Dr. Stephen Henson
Ensure EVP_CipherInit() uses the correct encode/decode...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Dr. Stephen Henson
Make ciphers and digests obtain an ENGINE functional...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-23
Dr. Stephen Henson
Updates from stable branch.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-17
Dr. Stephen Henson
Modify EVP cipher behaviour in a similar way
blob
|
commitdiff
|
raw
|
diff to current
2001-10-08
Geoff Thorpe
EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-02
Dr. Stephen Henson
Make EVP_DecryptUpdate work again.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-25
Geoff Thorpe
This changes EVP's cipher and digest code to hook via...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-18
Ben Laurie
Add RC4 support to OpenBSD.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-18
Ben Laurie
Add EVP test program.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-11
Ben Laurie
Move CIPHER_CTX cleanups to _Final routines instead...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-05
Ben Laurie
Fix memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-30
Ben Laurie
Really add the EVP and all of the DES changes.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-27
Dr. Stephen Henson
Make sure *outl is always initialized in EVP_EncryptUpd...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-09
Ben Laurie
A better compromise between encrypt and decrypt (but...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-08
Ben Laurie
Handle the common case first (where input size is a...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-08
Ben Laurie
Use & instead of % - worth about 4% for 8 byte blocks.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-14
Dr. Stephen Henson
Option to disable standard block padding with EVP API.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-30
Dr. Stephen Henson
More EVP cipher revision.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-30
Dr. Stephen Henson
Fourth phase EVP revision.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-28
Dr. Stephen Henson
Third phase of EVP cipher overhaul.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-27
Dr. Stephen Henson
Second phase of EVP cipher overhaul.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-26
Dr. Stephen Henson
Beginnings of EVP cipher overhaul. This should eventually
blob
|
commitdiff
|
raw
|
diff to current
1999-04-23
Bodo Möller
Change #include filenames from <foo.h> to <openssl.h>.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Ulf Möller
Change functions to ANSI C.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-17
Ben Laurie
Massive constification.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-22
Ben Laurie
Fix security hole.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-31
Ralf S. Engelschall
Fix version stuff:
blob
|
commitdiff
|
raw
|
diff to current
1998-12-23
Ralf S. Engelschall
*** empty log message ***
OpenSSL_0_9_1c
blob
|
commitdiff
|
raw
|
diff to current
1998-12-23
Ralf S. Engelschall
Switch version string to SSLeay/OpenSSL
blob
|
commitdiff
|
raw
|
diff to current
1998-12-22
Ralf S. Engelschall
Various cleanups and fixed by Marc and Ralf to start...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
SSLeay
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
Import of old SSLeay release: SSLeay 0.9.0b
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
Import of old SSLeay release: SSLeay 0.8.1b
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current