summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-2/+0
| | | | | "dance on it's grave" says beck ok guenther beck
* unistd.h for protos where neededderaadt2014-04-181-0/+1
|
* - Why do we hide from the OpenSSL police, dad?miod2014-04-161-5/+0
| | | | | | | | - Because they're not like us, son. They use macros to wrap stdio routines, for an undocumented (OPENSSL_USE_APPLINK) use case, which only serves to obfuscate the code. ok tedu@
* replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,sthen2014-04-141-0/+1
| | | | makes sense to beck@
* Remove vms support stuff.beck2014-04-131-8/+0
| | | | ok deraadt@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-1/+1
|
* resolve conflictsdjm2012-10-131-1/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+0
|
* resolve conflictsdjm2008-09-061-0/+8
|
* resolve conflictsdjm2006-06-271-0/+4
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+3
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+1
|
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-0/+3
| | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-2/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-151-4/+4
|
* OpenSSL 0.9.4 mergebeck1999-09-291-19/+15
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+100
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.