summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/evp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* openssl-1.0.0e: resolve conflictsdjm2011-11-036-4/+8
|
* import OpenSSL 1.0.0edjm2011-11-032-2/+4
|
* fix -Wall due to API changedjm2010-10-011-3/+3
|
* resolve conflicts, fix local changesdjm2010-10-0148-3630/+2227
|
* import OpenSSL-1.0.0adjm2010-10-018-3/+1371
|
* AES-NI engine support for OpenSSL.thib2010-07-012-0/+2
| | | | | | | | | | 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-04-061-5/+5
|
* import of OpenSSL 0.9.8kdjm2009-04-061-1/+1
|
* resolve conflictsdjm2009-01-0929-617/+810
|
* import openssl-0.9.8jdjm2009-01-094-1/+696
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-053-25/+44
|
* resolve conflictsdjm2008-09-0649-611/+1407
|
* import of OpenSSL 0.9.8hdjm2008-09-065-848/+797
|
* resolve conflictsdjm2006-06-2711-88/+247
|
* import of openssl-0.9.7jdjm2006-06-271-1/+1
|
* increase EVP_MAX_MD_SIZE to something sane (big enough for SHA512)djm2005-04-291-1/+1
|
* resolve conflictsdjm2005-04-2925-90/+589
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-0/+1184
|
* update missing pieces from 0.9.7d; ok henningmarkus2004-04-251-3/+12
| | | | crank minor for API extensions
* backout for nowmarkus2004-04-081-12/+3
|
* merge 0.9.7dmarkus2004-04-085-6/+29
|
* Cleanup and shrink ACSS_KEY a bit. Thus crank library minor.hshoexer2004-02-131-2/+2
| | | | | | Change cipher modes to more generic names and add an additional mode. ok deraadt@ markus@
* enable acss.hshoexer2004-01-231-0/+4
| | | | | | | ok @deraadt @markus Also bump minor version. ok @deraadt
* evp api and manual page for acsshshoexer2004-01-231-0/+85
| | | | ok deraadt@ markus@
* merge 0.9.7c; minor bugsfixes;markus2003-11-113-17/+39
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1219-68/+119
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-1/+0
|
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-032-2/+2
|
* spellingderaadt2003-01-041-1/+1
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-6/+6
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* 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-107-350/+809
|
* merge with 0.9.7-beta1markus2002-09-051-2/+2
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-076-77/+227
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-214-20/+24
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1552-1441/+2962
|
* merge openssl 0.9.6b-enginebeck2001-08-013-7/+7
| | | | | 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-222-3/+36
|
* typoderaadt2001-06-161-1/+0
|
* openssl-engine0.9.6 mergebeck2000-12-1528-0/+0
| | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* openssl-engine-0.9.6 mergebeck2000-12-1558-4255/+2020
|
* OpenSSL 0.9.5a mergebeck2000-04-153-4/+18
|
* OpenSSL 0.9.5 mergebeck2000-03-1926-279/+712
| | | | | | *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
* do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-2968-1747/+3419
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0563-0/+9622
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.