summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthewderaadt2014-04-175-0/+5
* no longer need to fool emacs indentation and other if (0) oddities.tedu2014-04-175-23/+7
* always build in RSA and DSA. ok deraadt miodtedu2014-04-1727-416/+6
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-1737-526/+8
* Some VMS and WIN32 cleanupgiovanni2014-04-172-56/+10
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-1726-476/+16
* SHA and AES (and sadly MD5) can't be considered optional. ok beck miodtedu2014-04-174-34/+0
* OpenBSD isn't NetWare or Windows, and it has SIGPIPE.matthew2014-04-171-11/+0
* There are no plans to ever build this with the Metrojerks compiler.miod2014-04-174-40/+4
* Remove support for big-endian i386 and amd64.miod2014-04-176-44/+2
* since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %csthen2014-04-171-1/+1
* Mostly gut e_os.h:deraadt2014-04-1759-134/+105
* malloc + memset 0 -> callocmiod2014-04-172-44/+4
* dead codetedu2014-04-171-2/+0
* -Walltedu2014-04-173-3/+7
* unused variabletedu2014-04-172-6/+2
* a little less obfuscationtedu2014-04-172-34/+4
* fold prototypes into o_str.c. miodtedu2014-04-174-138/+8
* quick pass at removing ability to disable sha256 and sha512. ok miodtedu2014-04-1710-72/+0
* Aren't you glad to have this file tell you that ``C2.pl works''? Bonus pointmiod2014-04-172-2/+0
* Nuke BN_DEBUG_LEVITTEmiod2014-04-172-20/+0
* No need to consider being compiled by NASM anymore.miod2014-04-172-8/+0
* Stop paying lip service to non-AT&T syntax assemblers in the x86 world.miod2014-04-176-772/+2
* todo: do not leave 15 year old todo lists in the tree.miod2014-04-172-6/+0
* fix BIO_snprintf usage in here.beck2014-04-172-16/+38
* Use of OPENSSL_SYS_xxx defines in public header files considered harmful.miod2014-04-179-102/+2
* Bob O.D.'ed on the o_dir code so high he forgot to rm the `test' aftermiod2014-04-172-132/+0
* sprintf: bad.miod2014-04-172-2/+2
* Remove utils that we don't useafresh12014-04-176-330/+0
* Remove unused ssl utilsafresh12014-04-1760-11438/+0
* expunge more of the old build systemafresh12014-04-174-1199/+0
* Remove oh-so-important-from-a-security-pov OpenSSL_rtdsc() function.miod2014-04-1724-502/+4
* fix some more leaks, mostly suggestions from miodjsg2014-04-1712-4/+28
* Remove the benchmark part of the selftest. It uses the undocumentedmiod2014-04-172-86/+0
* crypto/modes/gcm128.c can be used as its own selftest. Add it to regress,miod2014-04-172-1/+14
* Ok, there was a need for OPENSSL_cleanse() instead of bzero() to preventmiod2014-04-1719-744/+2
* Move the machine-specific parts of the libcrypto Makefile to per-arch makefilemiod2014-04-175-104/+242
* some KNF cleanup following the scriptderaadt2014-04-1744-338/+332
* Invoke OPENSSL_add_all_algorithms_noconf() to enforce OPENSSL_cpuid_setup()miod2014-04-171-5/+1
* fix some of the leaksjsg2014-04-178-14/+46
* fix a potential double freejsg2014-04-172-4/+4
* remove OPENSSL_realloc_clean usage here - replace with intrinsics to makebeck2014-04-172-8/+14
* Fully kill FIPS API. Forcible certification conflicts with the goals of atedu2014-04-175-158/+2
* Initial KNF.jsing2014-04-178-1016/+1010
* Initial KNF.jsing2014-04-174-502/+459
* Initial KNF.jsing2014-04-172-173/+133
* More KNF.jsing2014-04-172-11/+16
* More KNF.jsing2014-04-171-11/+17
* Initial KNF.jsing2014-04-171-329/+289
* I've replaced everything in this file. ISC liscense it with my copyrightbeck2014-04-172-108/+26