aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore ec_arithmetic testTheo Buehler2025-08-171-0/+1
|
* Land #1175, Add ISC copyright headers, add explicit COPYING to LibreSSL ↵Brent Cook2025-06-031-1/+0
|\ | | | | | | portable tree
| * explicitly copy COPYING file in this project from LICENSE file in CVS treeBrent Cook2025-06-011-1/+0
| |
* | Update .gitignoreTheo Buehler2025-05-311-1/+2
|/
* ignore more build artifactsBrent Cook2025-05-191-1/+2
|
* ignore only upstream filesBrent Cook2025-05-191-1/+2
|
* fix gitignore brokenness in cryptoBrent Cook2025-05-181-30/+82
| | | | | | | | | | | | | | | /crypto/* masks too much and breaks the exclusion function. The docs for gitignore state that if a parent directory is ignored, negating a pattern with a ! prefix has no effect since it is not possible to reinclude a file if the parent director is excluded. https://git-scm.com/docs/gitignore This just is more explicit, which catches files added out of tree more readily. Also delete the long-removed libtls-standalone references
* Move /crypto/arch/Kenjiro Nakayama2025-05-041-1/+1
|
* .gitignore: ignore crypto/arch/* except for mips and loongarch64Kenjiro Nakayama2025-05-041-1/+2
| | | | | | | The arch/ directory is regenerated by autogen.sh and should generally be ignored. Only the mips and loongarch64 subdirectories are tracked in the portable tree because they are not supported by OpenBSD natively, but there has been interest in using LibreSSL on these architectures.
* Sync opensslconf.h, add crypto_arch.h for mipsTheo Buehler2025-04-121-0/+2
| | | | | | | This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110
* hook x509_name_test to buildTheo Buehler2025-03-151-0/+1
|
* Link renegotiation test to buildTheo Buehler2025-02-031-0/+1
|
* ci: improve cmake config workflowJoshua Sing2025-01-111-0/+1
|
* Adjust the ML-KEM tests to recent reorganizationTheo Buehler2024-12-261-0/+1
|
* fix .gitignore for mlkem and pick up hidden headerTheo Buehler2024-12-201-3/+1
|
* Provide getdelim and getline compat shimsTheo Buehler2024-12-201-0/+4
| | | | | | These are portable implementations from NetBSD that are needed on Windows and perhaps some other platforms with the new versions of the mlkem tests.
* Hook ML-KEM related testsKenjiro Nakayama2024-12-171-0/+3
| | | | This patch adds ML-KEM related tests.
* Remove evp_pkey_checkTheo Buehler2024-08-291-1/+0
|
* Link x509_extensions_test to buildTheo Buehler2024-05-281-0/+1
|
* Remove timegm() compatTheo Buehler2024-05-251-1/+0
| | | | | Now that all uses of gmtime_r() and timegm() have been converted to OPENSSL_gmtime() and OPENSSL_timegm(), this is no longer needed.
* Link lhash_test to buildTheo Buehler2024-05-061-0/+1
|
* link crypto_test to the buildTheo Buehler2024-04-251-0/+1
|
* Link bn_bits to regressTheo Buehler2024-04-091-0/+1
|
* Add tests/bio_dump* and tests/x509_algor* to gitignoreKenjiro Nakayama2024-03-181-0/+2
|
* delete checked-in tap-driver.shBrent Cook2024-02-121-0/+1
| | | | it is autogenerated, so don't keep it in tree
* Unhook string_table test. It will go away.Theo Buehler2023-12-151-1/+0
|
* update gitignoreTheo Buehler2023-07-161-0/+2
|
* Add bn_convert test to buildTheo Buehler2023-06-241-0/+1
|
* Link BN_mod_inverse test to buildTheo Buehler2023-06-031-0/+1
|
* Link ssl_verify_param test to buildTheo Buehler2023-05-241-0/+1
|
* Add asn1oct test to .gitignoreTheo Buehler2023-05-171-0/+1
|
* update gitignoreTheo Buehler2023-04-281-0/+2
|
* add ct test fixturesTheo Buehler2023-04-161-0/+2
|
* Update .gitignoreTheo Buehler2023-04-111-0/+18
|
* Link bn_gcd test to buildTheo Buehler2023-04-061-0/+1
|
* Add bn_word to gitignoreTheo Buehler2023-03-111-0/+1
|
* update .gitignore for integrated tests, build filesBrent Cook2023-02-281-0/+13
|
* generate opensslconf.h based on host cpu architectureBrent Cook2023-02-151-0/+2
|
* Add a newline to the end of .gitignoreJoshua Sing2023-01-121-1/+1
|
* Revert COVERITY_SCAN_PROJECT_NAME change in Coverity workflowJoshua Sing2023-01-121-0/+4
|
* ignore new test filesBrent Cook2022-08-011-0/+4
|
* add evp_pkey_cleanup testBrent Cook2022-04-041-0/+1
|
* add bn_mod_sqrtBrent Cook2022-03-151-0/+1
|
* add new testsBrent Cook2022-03-131-1/+4
|
* 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
|