aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regress rfc3779kinichiro2022-02-021-0/+1
|
* Add regress evp_pkey_checkkinichiro2022-01-311-0/+1
|
* Add regress asn1api, asn1basic, asn1complex, asn1string_copy and ec_asn1_testkinichiro2021-12-271-0/+6
|
* Add regression ssl_get_shared_cipherskinichiro2021-05-151-0/+1
|
* Fix .gitignorekinichiro2021-05-131-0/+5
|
* add ssl_methods testBrent Cook2021-02-031-0/+1
|
* include strtonum for ocspcheckBrent Cook2020-10-191-0/+1
|
* Update .gitignorekinichiro2020-09-151-0/+4
|
* Add regress bn_to_stringkinichiro2019-06-131-0/+1
|
* update testsBrent Cook2019-02-091-1/+2
|
* update .gitignoreBrent Cook2019-01-201-0/+5
|
* fix gitignore excludes on cryptoBrent Cook2019-01-011-1/+2
|
* add key_schedule test, tls13 key schedule bitsBrent Cook2018-11-081-0/+1
|
* add x509name testBrent Cook2018-11-071-0/+2
|
* Rediffed patches for merge fuzzBrent Cook2018-11-071-0/+1
|
* Add regress bnaddsubkinichiro2018-07-111-0/+1
|
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-141-2/+0
|
* Add regress asn1evpkinichiro2017-12-221-0/+1
|
* 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.