summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_5_BASE'.OPENBSD_5_5_BASEcvs2svn2014-02-271-1401/+0
|
* remove ACSS, crank libcrypto major; ok markus@ deraadt@djm2013-01-261-6/+0
|
* resolve conflictsdjm2012-10-131-10/+88
|
* resolve conflicts, fix local changesdjm2010-10-011-137/+402
|
* AES-NI engine support for OpenSSL.thib2010-07-011-0/+1
| | | | | | | | | | This is code mostly picked up from upstream OpenSSL, or to be more exact a diff from David Woodhouse <dwmw2 at infradead dot org>. Remember to make includes before doing a build! no objections from djm@ OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now)
* resolve conflictsdjm2009-01-091-0/+78
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+2
|
* resolve conflictsdjm2008-09-061-92/+165
|
* resolve conflictsdjm2006-06-271-1/+11
|
* increase EVP_MAX_MD_SIZE to something sane (big enough for SHA512)djm2005-04-291-1/+1
|
* resolve conflictsdjm2005-04-291-11/+59
|
* merge 0.9.7dmarkus2004-04-081-0/+2
|
* enable acss.hshoexer2004-01-231-0/+4
| | | | | | | ok @deraadt @markus Also bump minor version. ok @deraadt
* evp.h should not pull in all other header files, especiallymarkus2002-09-101-57/+0
| | | | | | | since it's supposed to hid the specific ciphers. this change also avoids problems when evp is used together with kerberos (and <des.h>). ok deraadt@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+59
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-0/+15
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-2/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-262/+240
|
* merge openssl 0.9.6b-enginebeck2001-08-011-3/+3
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+34
|
* typoderaadt2001-06-161-1/+0
|
* openssl-engine-0.9.6 mergebeck2000-12-151-28/+105
|
* OpenSSL 0.9.5 mergebeck2000-03-191-10/+33
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-210/+137
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+793
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.