summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
| | | | ok miod
* Move the cts128 and gcm128 tests to regress.jsing2014-05-312-459/+0
|
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-078-31/+25
| | | | | | | | | | | | | | than defining it for not (i386 and amd64 (and sometimes s390)) only. Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it). No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about) ok matthew@
* More use of 64-bit registers which needs to be disabled under OpenBSD.miod2014-05-021-0/+2
|
* Do not output SOM-specific directives.miod2014-05-011-0/+6
|
* Make the implicit `l' in `impicit' explicit.miod2014-05-011-1/+1
|
* Fix include filename to get register name aliases under BSDmiod2014-05-011-6/+1
|
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-5/+1
| | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
|
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-234-50/+38
| | | | | | | <machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-12/+0
|
* Remove the benchmark part of the selftest. It uses the undocumentedmiod2014-04-171-43/+0
| | | | | | | OPENSSL_rdtsc() routine to get a high-precision timestamp, and (although this is the only user of this routine in libcrypto) forces every platform willing to provide fast assembly versions of some routines, to also provide OPENSSL_rdtsc().
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* we don't use these files for buildingtedu2014-04-151-100/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-41/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-4/+1
|
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-139-74/+221
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-139-74/+221
| |
* | This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-1/+4
|\ \ | | | | | | branch.
| * | Import OpenSSL 1.0.1gmiod2014-04-131-1/+4
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-9/+68
|\| | | | | | | | branch.
| * | import OpenSSL-1.0.1cdjm2012-10-131-9/+68
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1318-47/+7707
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.1cdjm2012-10-1318-47/+7707
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-016-0/+1085
|\| | | |/ |/| branch.
| * import OpenSSL-1.0.0adjm2010-10-016-0/+1085
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+82