aboutsummaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use bundled headers instead of installed headers when buildingJeremy Huddleston Sequoia2015-10-151-4/+5
* Do not build lib-objects targets if we are just building static libs.Brent Cook2015-09-111-8/+8
* distribute strcasecmp.cBrent Cook2015-09-111-0/+3
* disable shared CMake builds for OS X / Windows for nowBrent Cook2015-09-111-4/+8
* Add install targets and shared libraries to CMakeJeff Davey2015-08-281-1/+9
* disable explicit_bzero optimizations with CMake buildsBrent Cook2015-08-031-0/+1
* add win32-specific explicit_bzero implementationBrent Cook2015-08-032-0/+17
* initial Linux cmake suppportBrent Cook2015-08-011-0/+2
* don't build eng_rsax.c anymoreBrent Cook2015-07-211-1/+0
* move sleep shim to posix_win.cBrent Cook2015-07-211-0/+7
* add initial build for arc4random/getentropy fallbacksBrent Cook2015-07-211-3/+18
* add initial CMake and Visual Studio build supportBrent Cook2015-07-213-0/+651
* eng_rsax is goneBrent Cook2015-07-201-1/+0
* win32 openssl CLI: preserve original echo stateBrent Cook2015-07-161-9/+9
* fixup how OPENSSLDIR is derived and expandedBrent Cook2015-07-151-0/+6
* build libcrypto with -DLIBRESSL_INTERNALBrent Cook2015-07-151-1/+2
* add check for inet_pton, nudge minimum win32 compat to 0x0501Brent Cook2015-07-022-0/+216
* update for mdc2 removalBrent Cook2015-06-201-5/+0
* add a missing header and fix typo in windows posix layerBrent Cook2015-06-131-1/+2
* refactor win32 shims into posix_win.cBrent Cook2015-06-052-0/+171
* add Makefile.am.arc4randomBrent Cook2015-05-231-0/+45
* further refactoring, working libtls-standaloneBrent Cook2015-05-231-43/+1
* remove issetuigid wrappers, now that all getenv calls are gone.Brent Cook2015-04-146-231/+0
* Add experimental AIX support.Brent Cook2015-03-313-1/+118
* rework CFLAGS/CPPFLAGS settings during configurationBrent Cook2015-03-223-38/+36
* disable system issetugid on OS X since it is not fork-safeBrent Cook2015-02-172-0/+19
* remove getuid/getgid fallbacks from hp-ux issetugid emulationBrent Cook2015-02-161-15/+6
* c_all* have merged into c_all.cBrent Cook2015-02-081-2/+0
* add by_mem.c for X509_STORE_load_memBrent Cook2015-01-261-0/+1
* add NetBSD shims for arc4randomBrent Cook2015-01-212-7/+14
* Add support for HP-UXkinichiro2015-01-063-0/+36
* allow Windows DLLs to be builtBrent Cook2014-12-141-1/+1
* disable inline assembly on Windows for nowBrent Cook2014-12-071-0/+4
* Enable optimized crypto operations for x86_64Brent Cook2014-12-073-8/+102
* read all library versions directly from filesBrent Cook2014-12-061-1/+3
* simplify packaging for libcrypto.Brent Cook2014-12-061-0/+704
* Add conditional compilation for windows and posix functions.Brent Cook2014-12-032-0/+421
* improve readability of generated Makefile.am filesBrent Cook2014-11-231-1/+3
* Use _WIN32 instead of __WIN32.宋冬生2014-11-181-1/+1
* override native arc4random_buf on FreeBSDBrent Cook2014-11-032-1/+10
* wrap arc4random headerBrent Cook2014-10-301-0/+4
* Improve and simplify function and header detection logic.Brent Cook2014-10-302-15/+14
* conditionally build strnlen if needed.Brent Cook2014-08-021-0/+2
* harmonize asprintf with OpenSSHBrent Cook2014-07-303-111/+14
* include comment on windows servicesBrent Cook2014-07-291-0/+5
* stub win32 issetugid implementationBrent Cook2014-07-292-0/+24
* produce a error if platform has no arc4random hookBrent Cook2014-07-291-7/+8
* add asprintf / vasprintf from OpenSSH portableBrent Cook2014-07-292-0/+98
* add strndup/strnlen compat functions from OpenBSDBrent Cook2014-07-281-0/+5
* remove thread_private.h, no longer neededBrent Cook2014-07-272-1/+0