summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/aes_x86core.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove rather scary unused experimental code.jsing2024-03-271-1081/+0
| | | | ok tb@
* Make internal header file names consistenttb2022-11-261-2/+2
| | | | | | | | | | | | | | | | Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names used for internal headers. Move all these headers we inherited from OpenSSL to *_local.h, reserving the name *_internal.h for our own code. Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h. constant_time_locl.h is moved to constant_time.h since it's special. Adjust all .c files in libcrypto, libssl and regress. The diff is mechanical with the exception of tls13_quic.c, where #include <ssl_locl.h> was fixed manually. discussed with jsing, no objection bcook
* KNF: move two opening curly braces of function bodies to their own linestb2018-04-031-2/+3
|
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-4/+1
| | | | | for libraries in OpenBSD is to deliberately let NULL pointers cause a SIGSEGV. ok doug@ jsing@
* deregister; no binary changejsg2014-10-281-2/+2
| | | | ok jsing@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
|
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+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@
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-3/+1
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-696/+721
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+1063