summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* not needed anymorederaadt2014-07-141-955/+0
|
* Remove the Atalla engine: It is not standalone and depends on externalreyk2014-04-131-12/+0
| | | | | | | | | non-free libraries. OpenSSL should have a better way to include 3rd party engines: either completely free or external. But including a wrapper for a non-free wrapper in the code base does not make much sense and could also be provided by the vendor. ok deraadt@
* resolve conflictsdjm2012-10-131-34/+68
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+4
|
* resolve conflicts, fix local changesdjm2010-10-011-12/+53
|
* resolve conflictsdjm2009-04-061-6/+12
|
* resolve conflictsdjm2008-09-061-121/+78
|
* resolve conflictsdjm2006-06-271-1/+21
|
* resolve conflictsdjm2005-04-291-45/+95
|
* merge 0.9.7dmarkus2004-04-081-6/+7
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-38/+49
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-0/+3
| | | | | 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-5/+26
|
* sync these files with openssl-0.9.7-beta1, toomarkus2002-09-031-6/+12
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-3/+5
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-0/+4
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-44/+249
|
* openssl-engine-0.9.6a mergebeck2001-06-221-12/+38
|
* openssl-engine-0.9.6 mergebeck2000-12-151-26/+32
|
* vax support; checked by beck.hugh2000-10-131-0/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-191-8/+71
| | | | | | *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-50/+229
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+327
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.