summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_enc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-21/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* resolve conflictsdjm2012-10-131-9/+86
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+1
|
* resolve conflicts, fix local changesdjm2010-10-011-52/+215
|
* resolve conflictsdjm2009-01-091-191/+63
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-4/+9
|
* resolve conflictsdjm2008-09-061-78/+49
|
* resolve conflictsdjm2005-04-291-1/+60
|
* merge 0.9.7dmarkus2004-04-081-1/+13
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-8/+22
|
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-16/+14
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-61/+229
|
* openssl-engine-0.9.6 mergebeck2000-12-151-39/+110
|
* OpenSSL 0.9.4 mergebeck1999-09-291-52/+19
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+303
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.