summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-2/+1
| | | | | | | | | | | | | | | meaningful constants in a private header file, so that reviewers can actually get a chance to figure out what the code is attempting to do without knowing all cpuid bits. While there, turn it from an array of two 32-bit ints into a properly aligned 64-bit int. Use of OPENSSL_ia32_P is now restricted to the assembler parts. C code will now always use OPENSSL_cpu_caps() and check for the proper bits in the whole 64-bit word it returns. i386 tests and ok jsing@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-5/+1
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used byjsing2014-07-101-3/+1
| | | | | | OpenSSLDie(), which is in the same file, so just make it static. ok miod@
* Inline the only use of the HEX_SIZE macro and nuke both DECIMAL_SIZE andjsing2014-07-101-5/+1
| | | | | | HEX_SIZE. ok beck@ miod@
* Nuke OPENSSL_NONPIC_relocated since nothing uses it.jsing2014-07-101-2/+1
| | | | ok miod@
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-6/+1
| | | | | | are needed in the source files that actually require them. ok beck@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* More KNF.jsing2014-04-201-8/+8
|
* 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.