aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add *.5 manpages in libcrypto/man/kinichiro2017-09-101-0/+1
|
* Add regression test freenullkinichiro2017-07-161-0/+1
|
* Add freezero supportkinichiro2017-04-221-0/+1
|
* Add regress tls_prfkinichiro2017-03-171-0/+1
|
* Add support for getpagesizekinichiro2017-03-151-0/+1
|
* ignore mandoc db, compat filesBrent Cook2017-02-071-1/+3
|
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-261-0/+2
|
* initial ocspcheck integrationBrent Cook2017-01-241-0/+5
|
* Add regression test ssl_versionskinichiro2017-01-061-0/+1
|
* remove check-in .def and ignore .sym filesBrent Cook2016-11-061-0/+1
|
* enable tls_ext_alpn regression testkinichiro2016-08-301-0/+1
| | | | | - add tls_ext_alpn entry for automake and cmake - add tests/tls_ext_alpn* to .gitignore
* include tap-driver.sh in the source repoBrent Cook2015-10-181-1/+0
| | | | Newer autotools appears to install it automatically, but not all do.
* make it clear that we skipped 64-bit time_t testsBrent Cook2015-10-181-4/+8
|
* Windows compatibility fixesBrent Cook2015-10-181-0/+2
| | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
* include timegm fallbackBrent Cook2015-10-151-0/+1
|
* allow nc to build on linux and os xBrent Cook2015-09-131-0/+1
|
* ignore manpagesBrent Cook2015-09-131-3/+4
|
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-8/+9
|
* ensure headers are sanitized before releaseBrent Cook2015-09-101-1/+0
| | | | | | When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude.
* adjust order for ! .gitignore rule precedenceBrent Cook2015-09-071-8/+9
|
* add win32-specific explicit_bzero implementationBrent Cook2015-08-031-0/+1
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+1
| | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
* remove generated version fileBrent Cook2015-07-201-0/+1
|
* derive VERSION from opensslv.h from upstreamBrent Cook2015-07-161-0/+1
|
* ignore more imported test filesBrent Cook2015-06-291-0/+4
|
* add libtls-standalone COPYING fileBrent Cook2015-06-051-1/+1
|
* refactor win32 shims into posix_win.cBrent Cook2015-06-051-0/+1
| | | | this also adds a rename shim that allows overwrites
* ship manpages with libtls-standaloneBrent Cook2015-05-231-0/+1
|
* further refactoring, working libtls-standaloneBrent Cook2015-05-231-1/+5
|
* refactor configure into separate m4 macrosBrent Cook2015-05-231-1/+2
| | | | this allows for some reusability with libtls
* stub in initial libtls standalone treeBrent Cook2015-05-231-113/+43
|
* add app tests from regress/usr.bin/opensslBrent Cook2015-05-061-0/+1
| | | | | | These are added directly rather than imported by update.sh since they require local modifications and its not worth breaking everyone's git forks yet to import them through cvs2git.
* rework tests Makefile.amBrent Cook2015-03-211-1/+0
| | | | | | | | There are so many test exceptions that need handling that it is easier to simply edit it directly rather than doing autogeneration anymore. This also puts biotest and pidwraptest behind a new --enable-extratests option, so they are easy to run but are not enabled by default.
* ignore temp windows library build filesBrent Cook2015-03-011-0/+1
|
* conditionally build certhash into openssl(1)Brent Cook2015-02-141-0/+1
| | | | | For now, look for openat and symlink. We may switch to just needing symlink later.
* update with latest, add more testsBrent Cook2015-02-061-0/+1
| | | | this adds the new bytestring apis and new regression tests
* Update .gitignoreDmitry Eremin-Solenikov2014-12-071-0/+2
| | | | | | Add gost test suite and camellia cipher dir to .gitignore. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Enable optimized crypto operations for x86_64Brent Cook2014-12-071-0/+4
| | | | | | | | | | | | | | This adds initial support for assembly crypto acceleration on x86_64 for ELF (Linux, *BSD, Solaris) and Mach-O (OS-X) systems. The build method is a little different than OpenSSL and OpenBSD. All the .s files are generated ahead of time when the tarball is generated, so there are no complicated makefile rules at configure/build time. This also means the builds are faster and perl is not required on the build system. Thanks to Wouter Clarie for providing the initial cleanup and patch that this is based on.
* read all library versions directly from filesBrent Cook2014-12-061-3/+4
| | | | | | This makes building and testing easier because the library Makefile.am files are use directly rather than as templates. Thanks to Wouter Clarie for the idea.
* simplify building the apps MakefileBrent Cook2014-12-061-3/+4
| | | | | Remove extra machinery in favor of a plain-old Makefile.am. Tighten up what files are copied on build, package a simple openssl.cnf.
* add support for building libtlsBrent Cook2014-12-061-0/+4
| | | | | | | | Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@
* don't ignore a non-existent fileBrent Cook2014-12-031-1/+0
|
* ignore gost and camellia dirsBrent Cook2014-11-181-0/+2
|
* update gitignore to see changelogBrent Cook2014-10-141-1/+2
|
* remove configure.am.tpl, pull in VERSION directlyBrent Cook2014-08-121-1/+0
| | | | from wouter@
* add strndup/strnlen compat functions from OpenBSDBrent Cook2014-07-281-0/+2
|
* build openbsd memmem implementation for explicit_bzero testBrent Cook2014-07-211-0/+1
| | | | | | memmem is not always available, and not all memmem's work the same way ok beck@ guenther@
* update to newly-refactored arc4random compatibility shimsBrent Cook2014-07-181-0/+1
| | | | | | the thread-private bits can move next ok beck@
* add platform libraries to libcompat's LIBADD listBrent Cook2014-07-121-0/+2
| | | | ok beck@
* source library version from a common place, speed man buildsBrent Cook2014-07-121-0/+1
| | | | | | | grab library version from VERSION file build manpages only on changes ok beck@