summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/libeay.num (follow)
Commit message (Collapse)AuthorAgeFilesLines
* used for windows dll builds onlymiod2014-04-141-4312/+0
|
* Remove the Broadcom ubsec engine:reyk2014-04-131-1/+0
| | | | | | | | | | | | | The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights! Vendor files should either include a compatible license in the copyright statement or use OpenSSL's defaults, but adding a copyright statement without any terms is not acceptable. It should not have been included in the first place. (The ubsec(4) kernel driver is not affected by this change) ok deraadt@
* Remove the IBM 4758 engine: we don't have this hardware and it is anreyk2014-04-131-1/+0
| | | | | | old PCI accelerator that was EOL'ed in 2005. ok deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+3
|
* resolve conflictsdjm2012-10-131-51/+166
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-1/+17
|
* resolve conflicts, fix local changesdjm2010-10-011-267/+720
|
* 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-04-061-1/+2
|
* resolve conflictsdjm2009-01-091-78/+102
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-5/+53
|
* resolve conflictsdjm2008-09-061-84/+831
|
* resolve conflictsdjm2006-06-271-2/+40
|
* resolve conflictsdjm2005-04-291-11/+75
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-0/+2
| | | | | 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-121-109/+117
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-0/+1
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-6/+18
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-0/+6
| | | | correctly autogenerate obj_mac.h
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-214/+1057
|
* openssl-engine-0.9.6a mergebeck2001-06-221-62/+65
|
* openssl-engine-0.9.6 mergebeck2000-12-151-2232/+1930
|
* OpenSSL 0.9.5a mergebeck2000-04-151-0/+3
|
* OpenSSL 0.9.5 mergebeck2000-03-191-10/+393
| | | | | | *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-4/+785
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+1065
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.